Skip to content

Commit ca87297

Browse files
committed
clarification in repulsing hill climbing info
1 parent 495c3b9 commit ca87297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimization_tutorial/optimizers/repulsing_hill_climbing/repulsing_hill_climbing_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
The **repulsing hill climbing** optimization algorithm improves the normal hill
2626
climbing by adding a way to escape local optimia. If no better position is
2727
found within the next `n_neighbours` positions the algorithm will increase
28-
`epsilon` by the `repulsion_factor` for the next iteration.
28+
`epsilon` by multiplying the `repulsion_factor` for the next iteration.
2929
"""
3030

3131
para_d = dict()

0 commit comments

Comments
 (0)