We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00532b7 commit f7bf202Copy full SHA for f7bf202
pypop7/optimizers/core/optimizer.py
@@ -29,6 +29,10 @@ class Optimizer(object):
29
30
References
31
----------
32
+ Holland, J.H., 1992.
33
+ Adaptation in natural and artificial systems: An introductory analysis with
34
+ applications to biology, control, and artificial intelligence.
35
+ MIT Press.
36
"""
37
def __init__(self, problem, options):
38
# problem-related settings
0 commit comments