dariogoetz / keyboard_layout_optimizer

A keyboard layout optimizer supporting multiple layers. Implemented in Rust.
https://dariogoetz.github.io/keyboard_layout_optimizer/
GNU General Public License v3.0
86 stars 13 forks source link

Update `argmin` to v0.7.0 #47

Closed Glitchy-Tozier closed 1 year ago

Glitchy-Tozier commented 1 year ago

This PR gets rid of a bug that causes unprompted re-annealings to occur (the temperature gets reset periodically, preventing ever accepting a result) in certain scenarios.

@dariogoetz From my side, the PR seems done. Optimization works just fine. However, something in my setup prevents me from checking whether the webpages would still function properly. Could you take some time to check whether the website builds & behaves properly?

If something doesn't work out, it might be due to changes in this function...as far as I can tell, things should be working though.