Skip to content

Commit

Permalink
Update rs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuochenZhou authored Jul 18, 2024
1 parent 8a8cee6 commit f705a69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pypop7/optimizers/rs/rs.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ class RS(Optimizer):
A discussion of random methods for seeking maxima.
Operations Research, 6(2), pp.244-251.
https://pubsonline.informs.org/doi/abs/10.1287/opre.6.2.244
Ashby, W.R., 1952.
`Design for a brain: The origin of adaptive behaviour.
<https://link.springer.com/book/10.1007/978-94-015-1320-3>`_
Springer.
"""
def __init__(self, problem, options):
Optimizer.__init__(self, problem, options)
Expand Down

0 comments on commit f705a69

Please sign in to comment.