Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Oct 22, 2022
1 parent fa0b656 commit 46bd4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RegularizedEvolution.jl
Expand Up @@ -35,7 +35,7 @@ function reg_evol_cycle(
@recorder error(
"You cannot have the recorder and fast_cycle set to true at the same time!"
)
@assert options.probPickFirst == 1.0
@assert options.prob_pick_first == 1.0
@assert options.crossoverProbability == 0.0

shuffle!(pop.members)
Expand Down

0 comments on commit 46bd4eb

Please sign in to comment.