Replies: 1 comment
|
I think you'd probably want to do something like choose the initial and final beta, then after each iteration dynamically interpolate between the two based on elapsed time. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Johnnie!
Thank you for implementing simulated annealing! Currently, it seems that SA has no support for max_time like a hyperoptimizer, is that correct? How might we do something like that?
All reactions