main: update comment
This commit is contained in:
parent
9c0c4e02a0
commit
774dc39f0d
@ -12,11 +12,8 @@ mod logic;
|
|||||||
pub mod repr;
|
pub mod repr;
|
||||||
|
|
||||||
// TODO! make this agent configuration a config option via `clap-rs`
|
// TODO! make this agent configuration a config option via `clap-rs`
|
||||||
|
// or maybe even like a TUI menu?
|
||||||
fn main() {
|
fn main() {
|
||||||
allocs::run();
|
|
||||||
return;
|
|
||||||
// elo::run();
|
|
||||||
// return;
|
|
||||||
let player1 = complexagent::ComplexAgent::new(
|
let player1 = complexagent::ComplexAgent::new(
|
||||||
Piece::Black,
|
Piece::Black,
|
||||||
FutureMoveConfig {
|
FutureMoveConfig {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user