Skip to content

Commit a0d6c4a

Browse files
Update optimizer.py
1 parent 12ee5e7 commit a0d6c4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pypop7/optimizers/core/optimizer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class Terminations(IntEnum):
88
"""Helper class used by all black-box optimizers.
99
1010
Four different termination conditions are considered for all optimizers, as below:
11-
* MAX_FUNCTION_EVALUATIONS
11+
* MAX_FUNCTION_EVALUATIONS: When the maximum of function evaluations is reached,
12+
the black-box optimizer will stop to run immediately.
1213
* MAX_RUNTIME
1314
* FITNESS_THRESHOLD
1415
* EARLY_STOPPING

0 commit comments

Comments
 (0)