Revert "Move: bit madness"

This reverts commit afa80ac597.

Only made a 3% memory decrease, Most memory is used in the children Vec
This commit is contained in:
2025-03-13 09:33:56 -04:00
parent afa80ac597
commit ed5ad738e3
5 changed files with 30 additions and 125 deletions

View File

@@ -12,8 +12,8 @@ pub mod repr;
// TODO! make this agent configuration a config option via `clap-rs`
fn main() {
elo::run();
return;
// elo::run();
// return;
let player1 = complexagent::ComplexAgent::new(
Piece::Black,
FutureMoveConfig {