[55] | 1 | verbosity = 0
|
---|
[47] | 2 |
|
---|
[55] | 3 | breedthreads = 1
|
---|
| 4 | evalthreads = 1
|
---|
| 5 | seed.0 = 4357
|
---|
[47] | 6 |
|
---|
[55] | 7 | pop = ec.Population
|
---|
| 8 | state = ec.simple.SimpleEvolutionState
|
---|
| 9 | init = ec.simple.SimpleInitializer
|
---|
| 10 | finish = ec.simple.SimpleFinisher
|
---|
| 11 | breed = ec.simple.SimpleBreeder
|
---|
| 12 | stat = ec.simple.SimpleStatistics
|
---|
| 13 | exch = ec.simple.SimpleExchanger
|
---|
| 14 | eval = cecj.eval.TournamentCoevolutionaryEvaluator
|
---|
[47] | 15 |
|
---|
[55] | 16 | generations = 200
|
---|
| 17 | quit-on-run-complete = true
|
---|
| 18 | checkpoint = false
|
---|
| 19 | prefix = ec
|
---|
| 20 | checkpoint-modulo = 1
|
---|
[47] | 21 |
|
---|
[55] | 22 | pop.subpops = 1
|
---|
| 23 | pop.subpop.0 = ec.Subpopulation
|
---|
| 24 | pop.subpop.0.size = 8
|
---|
| 25 | pop.subpop.0.duplicate-retries = 0
|
---|
[47] | 26 |
|
---|
[55] | 27 | pop.subpop.0.species = framsticks.FramsticksSpecies
|
---|
| 28 | pop.subpop.0.species.ind = framsticks.FramsticksIndividual
|
---|
| 29 | pop.subpop.0.species.fitness = ec.simple.SimpleFitness
|
---|
| 30 | pop.subpop.0.species.crossover-prob = 1.0
|
---|
| 31 | pop.subpop.0.species.mutation-prob = 0.1
|
---|
[47] | 32 |
|
---|
[55] | 33 | pop.subpop.0.species.pipe = framsticks.FramsticksMutationPipeline
|
---|
| 34 | pop.subpop.0.species.pipe.source.0 = framsticks.FramsticksCrossoverPipeline
|
---|
| 35 | pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
|
---|
| 36 | pop.subpop.0.species.pipe.source.0.source.1 = ec.select.TournamentSelection
|
---|
[47] | 37 |
|
---|
[55] | 38 | select.tournament.size = 2
|
---|
[47] | 39 |
|
---|
| 40 | eval.problem = framsticks.FramsticksCoevolutionaryProblem
|
---|
| 41 |
|
---|
| 42 | breed.elite.0 = 2
|
---|
| 43 |
|
---|
[55] | 44 | stat.file = $out.stat
|
---|
[47] | 45 |
|
---|
| 46 | framsticks.directory-path = C:/Framsticks/
|
---|
| 47 | framsticks.scripts-output = C:/Framsticks/scripts_output/genosEval.txt
|
---|
| 48 | framsticks.settings-file = C:/Framsticks/maze1.sim
|
---|
| 49 | framsticks.working-directory = C:/Framsticks/
|
---|
| 50 | framsticks.expdef = standard-eval
|
---|
| 51 | framsticks.executable-cmd = frams -Q -e -s -icliutils.ini |
---|