Skip to content

Commit ed1d14d

Browse files
Update optimizer.py
1 parent fd9f07d commit ed1d14d

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
@@ -39,11 +39,6 @@ class Optimizer(object):
3939
Lectures on convex optimization.
4040
Berlin: Springer International Publishing.
4141
https://link.springer.com/book/10.1007/978-3-319-91578-4
42-
43-
Nesterov, Y. and Spokoiny, V., 2017.
44-
Random gradient-free minimization of convex functions.
45-
Foundations of Computational Mathematics, 17(2), pp.527-566.
46-
https://link.springer.com/article/10.1007/s10208-015-9296-2
4742
"""
4843
def __init__(self, problem, options):
4944
# problem-related settings

0 commit comments

Comments
 (0)