- Amsterdam, Netherlands
- http://sacha.ligthert.net
-
Just another guy on the Internet.
- Joined on
2022-10-17
Block a user
Fix end-state (allow searches to finish)
for solver.iter != solver.counter {}
never works. For some reason the counter
never reaches iter
, making this a while true. Due to how if track <= int(percentage) {}
is setup and all the…
Improve estimation algorithm
The estimator works, but it turns out the loop is borked. Working on that.
Fix end-state (allow searches to finish)