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:
736 bytes
|
Line | |
---|
1 | # Copyright 2006 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 | # |
---|
6 | # Simple default parameters for multiobjective fitness |
---|
7 | # |
---|
8 | |
---|
9 | # how many objectives should we have by default? |
---|
10 | # you can also assign this on a per-subpopulation basis |
---|
11 | multi.fitness.num-objectives = 2 |
---|
12 | |
---|
13 | # max and min values of all each objective function |
---|
14 | multi.fitness.max = 1 |
---|
15 | multi.fitness.min = 0 |
---|
16 | |
---|
17 | # override specific max and min values, e.g |
---|
18 | # multi.fitness.max.0 = 1000 |
---|
19 | |
---|
20 | # Use a statistics object which dumps the front |
---|
21 | stat = ec.multiobjective.MultiObjectiveStatistics |
---|
22 | stat.front = $front.stat |
---|
23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.