Skip to content

Commit

Permalink
read iterations from args in gui
Browse files Browse the repository at this point in the history
  • Loading branch information
samyhaff committed May 11, 2024
1 parent 8b9c4b6 commit 313360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fn main() {
}

_ => {
let state = neuroevolution::gui::State::new(alg, problem, N_ITERATIONS);
let state = neuroevolution::gui::State::new(alg, problem, iterations);
event::run(ctx, event_loop, state);
}
}
Expand Down

0 comments on commit 313360a

Please sign in to comment.