Last change
on this file since 10677 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
964 bytes
|
Line | |
---|
1 | # Copyright 2010 by Sean Luke and George Mason University |
---|
2 | # Licensed under the Academic Free License version 3.0 |
---|
3 | # See the file "LICENSE" for more information |
---|
4 | |
---|
5 | parent.0 = ../../simple/simple.params |
---|
6 | |
---|
7 | seed.0 = time |
---|
8 | |
---|
9 | pop.subpop.0.species.genome-size = 20 |
---|
10 | |
---|
11 | eval.problem = ec.app.nk.NK |
---|
12 | eval.problem.n = 20 |
---|
13 | eval.problem.k = 5 |
---|
14 | eval.problem.adjacent = true |
---|
15 | |
---|
16 | pop.subpop.0.size = 1000 |
---|
17 | generations = 100 |
---|
18 | |
---|
19 | pop.subpop.0.species = ec.vector.VectorSpecies |
---|
20 | pop.subpop.0.species.pipe = ec.vector.breed.VectorMutationPipeline |
---|
21 | pop.subpop.0.species.pipe.source.0 = ec.vector.breed.VectorCrossoverPipeline |
---|
22 | pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection |
---|
23 | pop.subpop.0.species.pipe.source.0.source.1 = same |
---|
24 | |
---|
25 | pop.subpop.0.species.ind = ec.vector.BitVectorIndividual |
---|
26 | pop.subpop.0.species.fitness = ec.simple.SimpleFitness |
---|
27 | |
---|
28 | select.tournament.size = 2 |
---|
29 | pop.subpop.0.species.mutation-prob = 0.05 |
---|
30 | pop.subpop.0.species.crossover-type =two |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.