File tree Expand file tree Collapse file tree
examples/single-pole-balancing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # NEAT configuration for the bit-sequence memory experiment.
2-
3- # The `NEAT` section specifies parameters particular to the NEAT algorithm
4- # or the experiment itself. This is the only required section.
51[NEAT]
62fitness_criterion = max
73fitness_threshold = 60.0
84pop_size = 250
95reset_on_extinction = 0
106
7+ no_fitness_termination = False
8+
119[DefaultGenome]
1210num_inputs = 4
1311num_hidden = 1
@@ -51,14 +49,26 @@ weight_mutate_power = 0.5
5149enabled_default = True
5250enabled_mutate_rate = 0.01
5351
52+ single_structural_mutation = false
53+ structural_mutation_surer = default
54+ bias_init_type = gaussian
55+ response_init_type = gaussian
56+ weight_init_type = gaussian
57+ enabled_rate_to_true_add = 0.0
58+ enabled_rate_to_false_add = 0.0
59+
5460[DefaultSpeciesSet]
5561compatibility_threshold = 3.0
5662
5763[DefaultStagnation]
5864species_fitness_func = max
5965max_stagnation = 20
6066
67+ species_elitism = 2
68+
6169[DefaultReproduction]
6270elitism = 2
6371survival_threshold = 0.2
6472
73+ min_species_size = 2
74+
Original file line number Diff line number Diff line change 1- # NEAT configuration for the bit-sequence memory experiment.
2-
3- # The `NEAT` section specifies parameters particular to the NEAT algorithm
4- # or the experiment itself. This is the only required section.
51[NEAT]
62fitness_criterion = max
73fitness_threshold = 60.0
84pop_size = 250
95reset_on_extinction = 0
106
7+ no_fitness_termination = False
8+
119[DefaultGenome]
1210num_inputs = 4
1311num_hidden = 1
@@ -51,14 +49,26 @@ weight_mutate_power = 0.5
5149enabled_default = True
5250enabled_mutate_rate = 0.01
5351
52+ single_structural_mutation = false
53+ structural_mutation_surer = default
54+ bias_init_type = gaussian
55+ response_init_type = gaussian
56+ weight_init_type = gaussian
57+ enabled_rate_to_true_add = 0.0
58+ enabled_rate_to_false_add = 0.0
59+
5460[DefaultSpeciesSet]
5561compatibility_threshold = 3.0
5662
5763[DefaultStagnation]
5864species_fitness_func = max
5965max_stagnation = 20
6066
67+ species_elitism = 2
68+
6169[DefaultReproduction]
6270elitism = 2
6371survival_threshold = 0.2
6472
73+ min_species_size = 2
74+
You can’t perform that action at this time.
0 commit comments