Skip to content

Commit

Permalink
delay3216
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Mar 6, 2024
1 parent e66dc42 commit d809adf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 24 deletions.
19 changes: 19 additions & 0 deletions config/gops/20240306-mutation-0401-clipped-delay3216.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
path = "emevo.genetic_ops.BernoulliMixtureMutation"
init_std = 0.1
init_mean = 0.0

[init_kwargs]
delay_scale = 32.0
delay_neg_offset = 16.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
Loading

0 comments on commit d809adf

Please sign in to comment.