Skip to content

Commit fa79dc9

Browse files
Update optimizer.py
1 parent a0d6c4a commit fa79dc9

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
@@ -10,7 +10,8 @@ class Terminations(IntEnum):
1010
Four different termination conditions are considered for all optimizers, as below:
1111
* MAX_FUNCTION_EVALUATIONS: When the maximum of function evaluations is reached,
1212
the black-box optimizer will stop to run immediately.
13-
* MAX_RUNTIME
13+
* MAX_RUNTIME: When the maximum of actual runtime is reached, the black-box
14+
optimizer will stop to run immediately.
1415
* FITNESS_THRESHOLD
1516
* EARLY_STOPPING
1617
"""

0 commit comments

Comments
 (0)