Skip to content
Snippets Groups Projects
Commit 0fb1fb03 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Resolve "Change EA-based examples to include offspring-fraction"

parent 295c1f65
No related branches found
No related tags found
2 merge requests!26Merge current develop into release,!16Resolve "Change EA-based examples to include offspring-fraction"
Pipeline #343735 passed
......@@ -23,6 +23,7 @@ module example {
'number-of-generations' := 1000;
'size-of-population' := 100;
'maximum-age' := 1000;
'offspring-fraction' := 0.6;
'initialisation' := 'random-tree-population' {};
......
......@@ -26,7 +26,8 @@ module search {
'number-of-generations' := 100;
'size-of-population' := 50;
'maximum-age' := 100;
'offspring-fraction' := 0.6;
'initialisation' := 'random-population' {};
'comparator' := 'numeric-comparator' {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment