Skip to content

Commit

Permalink
Update optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Jan 24, 2025
1 parent f7bf202 commit fbaa5f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pypop7/optimizers/core/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ class Optimizer(object):
----------
Holland, J.H., 1992.
Adaptation in natural and artificial systems: An introductory analysis with
applications to biology, control, and artificial intelligence.
applications to biology, control, and artificial intelligence (Second Edition).
MIT Press.
Rechenberg, I., 1973.
Evolutionsstrategie: Optimierung technischer systeme nach prinzipien der
biologischen evolution.
Frommann-Holzboog Verlag, Stuttgart.
"""
def __init__(self, problem, options):
# problem-related settings
Expand Down

0 comments on commit fbaa5f1

Please sign in to comment.