Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/parity/params-README @ 6152

Last change on this file since 6152 was 6152, checked in by bfarka, 13 years ago

added ecj and custom statistics to communicate with the okb services #1441

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