Skip to content

Commit fbaa5f1

Browse files
Update optimizer.py
1 parent f7bf202 commit fbaa5f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pypop7/optimizers/core/optimizer.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ class Optimizer(object):
3131
----------
3232
Holland, J.H., 1992.
3333
Adaptation in natural and artificial systems: An introductory analysis with
34-
applications to biology, control, and artificial intelligence.
34+
applications to biology, control, and artificial intelligence (Second Edition).
3535
MIT Press.
36+
37+
Rechenberg, I., 1973.
38+
Evolutionsstrategie: Optimierung technischer systeme nach prinzipien der
39+
biologischen evolution.
40+
Frommann-Holzboog Verlag, Stuttgart.
3641
"""
3742
def __init__(self, problem, options):
3843
# problem-related settings

0 commit comments

Comments
 (0)