Last change
on this file since 9449 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
480 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 = zdt4 |
---|
8 | # first gene in [0,1] |
---|
9 | pop.subpop.0.species.min-gene.0 = 0 |
---|
10 | pop.subpop.0.species.max-gene.0 = 1 |
---|
11 | |
---|
12 | # the rest in [-5,5] |
---|
13 | pop.subpop.0.species.min-gene = -5 |
---|
14 | pop.subpop.0.species.max-gene = 5 |
---|
15 | |
---|
16 | pop.subpop.0.species.genome-size = 10 |
---|
17 | pop.subpop.0.species.mutation-prob = 0.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.