main: update comment

This commit is contained in:
Simon Gardling 2025-03-25 09:56:08 -04:00
parent 9c0c4e02a0
commit 774dc39f0d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

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