alloc test

This commit is contained in:
2025-03-13 10:02:54 -04:00
parent ed5ad738e3
commit efd956d614
11 changed files with 113 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ use logic::{ChildrenEvalMethod, FutureMoveConfig};
use repr::Piece;
mod agent;
mod allocs;
mod complexagent;
mod elo;
mod game;
@@ -12,6 +13,8 @@ pub mod repr;
// TODO! make this agent configuration a config option via `clap-rs`
fn main() {
allocs::run();
return;
// elo::run();
// return;
let player1 = complexagent::ComplexAgent::new(