alloc test
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user