Skip to content

Commit

Permalink
delay60
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Mar 4, 2024
1 parent 00c0156 commit e66dc42
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/gops/20240305-0401-clipped-delay60.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
path = "emevo.genetic_ops.BernoulliMixtureMutation"
init_std = 0.1
init_mean = 0.0

[init_kwargs]
delay_scale = 60.0

[params]
mutation_prob = 0.4

[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 e66dc42

Please sign in to comment.