Skip to content

Commit fd9f07d

Browse files
Update optimizer.py
1 parent c028620 commit fd9f07d

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
@@ -44,11 +44,6 @@ class Optimizer(object):
4444
Random gradient-free minimization of convex functions.
4545
Foundations of Computational Mathematics, 17(2), pp.527-566.
4646
https://link.springer.com/article/10.1007/s10208-015-9296-2
47-
48-
Audet, C. and Hare, W., 2017.
49-
Derivative-free and blackbox optimization.
50-
Berlin: Springer International Publishing.
51-
https://link.springer.com/book/10.1007/978-3-319-68913-5
5247
"""
5348
def __init__(self, problem, options):
5449
# problem-related settings

0 commit comments

Comments
 (0)