Skip to content

Commit

Permalink
fmt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed May 4, 2024
1 parent 5a7d3f0 commit 74cd303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/ga.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ fn main() {
3,
vec![-5.12..5.12, -5.12..5.12, -5.12..5.12],
))
.set_selection_operator(ga::operators::selection::Boltzmann::new(100, 0.05, 80.0, 500, false))
.set_selection_operator(ga::operators::selection::Boltzmann::new(
100, 0.05, 80.0, 500, false,
))
.set_probe(
ga::probe::AggregatedProbe::new()
.add_probe(ga::probe::PolicyDrivenProbe::new(
Expand Down

0 comments on commit 74cd303

Please sign in to comment.