diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:20:22 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 19:20:52 +0100 |
commit | af7e23ab119eba7c0579796abd288c027edabfa9 (patch) | |
tree | fcd18c9405f33bed0e5f706a8a5d249ee3a63201 /bin/parameters |
Diffstat (limited to 'bin/parameters')
-rw-r--r-- | bin/parameters | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/bin/parameters b/bin/parameters new file mode 100644 index 0000000..4426c58 --- /dev/null +++ b/bin/parameters @@ -0,0 +1,41 @@ +<POPULATION_PARAMETERS> + <populationSize> 100 + <seed> 0 + <weightRange> 1.0 + <c1Disjoint> 1.0 + <c3WeightDifference> 0.4 + <initialDistanceThreshold> 4.0 + <distanceThresholdShift> 0.01 + <sexualReproductionRate> 0.5 + <weightMutationRate> 0.94 + <weightDeviation> 0.25 + <interspeciesMatingRate> 0.001 + <geneDisablingRatio> 0.75 + <linkMutationRate> 0.03 + <nodeMutationRate> 0.01 + <targetSpeciesCount> 5 + <eligibilityRatio> 0.5 + <minimumLifetime> 2 + <replBeforeReorganization> 5 +</POPULATION_PARAMETERS> + +<NEURAL_NET_PARAMETERS> + <testGridLevel> 3 + <maxQuadTreeLevel> -1 + <minQuadTreeLevel> 0 + <bandPruningThreshold> 0.3 + <varianceThreshold> 0.03 + <divisionThreshold> 0.03 + <searchIterations> -1 +</NEURAL_NET_PARAMETERS> + +<NOVELTY_SEARCH_PARAMETERS> + <doNoveltySearch> 0 + <noveltyThreshold> 25 + <referenceOrganisms> 16 +</NOVELTY_SEARCH_PARAMETERS> + +<STAGE_PARAMETERS> + <file> stages/complex + <draw> 1 +</STAGE_PARAMETERS> |