Skip to content

Commit bab6cee

Browse files
Update __init__.py
1 parent fa79dc9 commit bab6cee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pypop7/optimizers/core/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Helper class used by all black-box optimizers
12
from pypop7.optimizers.core.optimizer import Terminations
3+
# Base (abstract) class of all optimizers for continuous
4+
# black-box **minimization**
25
from pypop7.optimizers.core.optimizer import Optimizer
36

47

0 commit comments

Comments
 (0)