Skip to content

Commit f7bf202

Browse files
Add Ref [Holland-1992] for optimizers/core/optimizer.py
1 parent 00532b7 commit f7bf202

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pypop7/optimizers/core/optimizer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ class Optimizer(object):
2929
3030
References
3131
----------
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.
3236
"""
3337
def __init__(self, problem, options):
3438
# problem-related settings

0 commit comments

Comments
 (0)