Releases: edre/nokamute
Releases · edre/nokamute
v1.0.0
v0.2.3
Version 0.2.3 * Added UHP options for engine resource usage. * Tweaked evaluator behavior and constants. * Added high-level behavior config with the Aggression option. * Added RandomOpening option to force bot to play with different openings. * Added `pv` command in UHP to see the principal variation of the last move. * Removed remaining hot-path allocations from single-threaded mode. * Renamed internal types to Hex and Turn to be less confusing.
v0.2.2
Version 0.2.2 * Added compact single-threaded wasm32 library. * Split out some functionality from monolithic board.rs
v0.2.1
Version 0.2.1 * Make using all threads the default (using ybw) * Add --background-ponder option. * Fix various bugs in UHP interface.