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:
656 bytes
|
Line | |
---|
1 | This defines the [even/odd]-[2...31]-parity problem family, with
|
---|
2 | or without adfs. Because there are so many possible functions
|
---|
3 | necessary to do, for example, even-31-parity (!), the parameter
|
---|
4 | files are big and hairy. But here's what you need to know to change
|
---|
5 | the values.
|
---|
6 |
|
---|
7 | The parameter which determines even/odd is:
|
---|
8 |
|
---|
9 | eval.problem.even
|
---|
10 |
|
---|
11 | The parameter which determines the value from 2...31 is:
|
---|
12 |
|
---|
13 | eval.problem.bits
|
---|
14 |
|
---|
15 | However, after you change eval.problem bits, you need to
|
---|
16 | change the gp.fs.0.size (and for adfs, the gp.fs.1.size
|
---|
17 | and gp.fs.2.size) parameter immediately after it as it
|
---|
18 | describes. This determines the function set used.
|
---|
19 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.