Last change
on this file since 11194 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
704 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 = moosuite.params |
---|
6 | |
---|
7 | eval.problem.type = sphere |
---|
8 | pop.subpop.0.species.min-gene = -1000 |
---|
9 | pop.subpop.0.species.max-gene = 1000 |
---|
10 | #for greater genome-size, 100 generations will not suffice. |
---|
11 | #e.g. for genome-size = 10, try generations >= 1000 |
---|
12 | pop.subpop.0.species.genome-size = 2 |
---|
13 | pop.subpop.0.species.mutation-prob = 0.2 |
---|
14 | pop.supbop.0.species.bounded = true |
---|
15 | |
---|
16 | # www.tik.ee.ethz.ch/sop/publicationListFiles/zlt2001a.pdf uses both 2 and 3 objectives |
---|
17 | # |
---|
18 | pop.subpop.0.species.fitness.num-objectives = 2 |
---|
19 | #pop.subpop.0.species.fitness.num-objectives = 3 |
---|
Note: See
TracBrowser
for help on using the repository browser.