Skip to content

Commit

Permalink
Updated parameters for example problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikefenton committed Jul 14, 2017
1 parent 654f246 commit 3cfad69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
13 changes: 5 additions & 8 deletions parameters/moo/regression_bloat_control.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CACHE: True
CODON_SIZE: 100000
CROSSOVER: subtree
CROSSOVER_PROBABILITY: 0.75
Expand All @@ -6,21 +7,17 @@ DATASET_TEST: Vladislavleva4/Test.txt
DEBUG: False
ERROR_METRIC: mse
GENERATIONS: 50
MAX_GENOME_LENGTH: 500
GRAMMAR_FILE: supervised_learning/Vladislavleva4.bnf
INITIALISATION: PI_grow
INVALID_SELECTION: False
MAX_INIT_TREE_DEPTH: 10
MAX_TREE_DEPTH: 17
MUTATION: subtree
POPULATION_SIZE: 500
REPLACEMENT: generational
TOURNAMENT_SIZE: 2
VERBOSE: False
SAVE_ALL: False
ELITE_SIZE: 0
FITNESS_FUNCTION: supervised_learning.regression, minimise_nodes
SELECTION: nsga2_selection
REPLACEMENT: nsga2_replacement
CACHE: True
SELECTION: nsga2_selection
TOURNAMENT_SIZE: 2
VERBOSE: True
MUTATE_DUPLICATES: True
VERBOSE: True
10 changes: 4 additions & 6 deletions parameters/moo/zdt1.txt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
GRAMMAR_FILE: moo/moo_zdt123.bnf
FITNESS_FUNCTION: multi_objective.binary_phenotype_to_float, multi_objective.zdt1
CODON_SIZE: 1000
POPULATION_SIZE: 50
POPULATION_SIZE: 500
GENERATIONS: 50
MUTATION_PROBABILITY: 0.01
CROSSOVER_PROBABILITY: 0.8
CROSSOVER_PROBABILITY: 0.75
INITIALISATION: uniform_genome
SAVE_ALL: False
TOURNAMENT_SIZE: 2
RANDOM_SEED: 0
INIT_GENOME_LENGTH: 1230
CROSSOVER: fixed_onepoint
MUTATION: int_flip_per_codon
ELITE_SIZE: 0
SELECTION: nsga2_selection
REPLACEMENT: nsga2_replacement
VERBOSE: True
VERBOSE: True
CACHE: True

0 comments on commit 3cfad69

Please sign in to comment.