source: java/ecj/framsticks/framstick_coevolution.params @ 48

Last change on this file since 48 was 47, checked in by mszubert, 14 years ago

Framstick coevolution parameters file

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