mix run_xor (Bardo v0.1.0)
View SourceRuns the Bardo XOR example with configurable parameters.
Usage
mix run_xor [--size SIZE] [--generations GEN] [--runs RUNS] [--quiet]
Options: --size SIZE, -s: Population size (default: 40) --generations GEN, -g: Maximum generations (default: 30) --runs RUNS, -r: Number of runs to perform (default: 1) --quiet, -q: Don't show progress during evolution