Skip to content

Commit 97eb1c0

Browse files
Update optimizer.py
1 parent ed1d14d commit 97eb1c0

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
@@ -34,11 +34,6 @@ class Optimizer(object):
3434
MIT Press.
3535
https://algorithmsbook.com/optimization/
3636
(See Chapter 7: Direct Methods for details.)
37-
38-
Nesterov, Y., 2018.
39-
Lectures on convex optimization.
40-
Berlin: Springer International Publishing.
41-
https://link.springer.com/book/10.1007/978-3-319-91578-4
4237
"""
4338
def __init__(self, problem, options):
4439
# problem-related settings

0 commit comments

Comments
 (0)