You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thank you for creating this awesome package. I was using a fork hiive/mlrose and I seem to run into an issue that reset does not clear function evaluations properly when multiple restarts are specified for the rhc algorithm. And apologies if this might not be the proper place raising this, and let me know if there are other places I should raise this issue.
Issue Description:
I found problem.reset() not clearing fevals when running rhc algorithm.
Problem Setup:
I was using FlipFlop fitness function, DiscreteOpt for the problem, and rhc for the algorithm.
The way I call rhc is as follows. I was trying to have multiple runs of same parameters with different seed to reduce variance and I call reset function each time hoping to clear the states.
Hey, thank you for creating this awesome package. I was using a fork hiive/mlrose and I seem to run into an issue that reset does not clear function evaluations properly when multiple restarts are specified for the rhc algorithm. And apologies if this might not be the proper place raising this, and let me know if there are other places I should raise this issue.
Issue Description:
I found problem.reset() not clearing fevals when running rhc algorithm.
Problem Setup:
I was using FlipFlop fitness function, DiscreteOpt for the problem, and rhc for the algorithm.
The way I call
rhc
is as follows. I was trying to have multiple runs of same parameters with different seed to reduce variance and I call reset function each time hoping to clear the states.when I input restarts = 2 for example, I find the second fevals not being cleared. Attaching my fevals output as below:
Let me know if there is more information I could provide and once again, thank you for this awesome package.
The text was updated successfully, but these errors were encountered: