Skip to content

Commit

Permalink
Mutation 0201
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jan 15, 2024
1 parent 27ecab9 commit ecfc042
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/gops/20240115-mutation-0201-clipped.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
path = "emevo.genetic_ops.BernoulliMixtureMutation"
init_std = 0.1
init_mean = 0.0

[params]
mutation_prob = 0.2

[params.mutator]
path = "emevo.genetic_ops.UniformMutation"

[params.mutator.params]
min_noise = -0.1
max_noise = 0.1
clip_min = -1.0
clip_max = 1.0

0 comments on commit ecfc042

Please sign in to comment.