Skip to content

Commit 9e456b5

Browse files
Update optimizer.py
1 parent 97eb1c0 commit 9e456b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pypop7/optimizers/core/optimizer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ class Optimizer(object):
2929
3030
References
3131
----------
32-
Kochenderfer, M.J. and Wheeler, T.A., 2019.
33-
Algorithms for optimization.
34-
MIT Press.
35-
https://algorithmsbook.com/optimization/
36-
(See Chapter 7: Direct Methods for details.)
3732
"""
3833
def __init__(self, problem, options):
3934
# problem-related settings

0 commit comments

Comments
 (0)