Skip to content

Commit

Permalink
Update prs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuochenZhou authored Jul 16, 2024
1 parent 7c1d1fb commit e368835
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pypop7/optimizers/rs/prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ class PRS(RS):
`A discussion of random methods for seeking maxima.
<https://pubsonline.informs.org/doi/abs/10.1287/opre.6.2.244>`_
Operations Research, 6(2), pp.244-251.
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):
RS.__init__(self, problem, options)
Expand Down

0 comments on commit e368835

Please sign in to comment.