Last change
on this file since 9286 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
511 bytes
|
Line | |
---|
1 | This package contains utility operations which can be plugged into most |
---|
2 | evolutionary loops, but are neither evaluation, breeding, nor exchange |
---|
3 | procedures. |
---|
4 | |
---|
5 | At present there is exactly one class here: |
---|
6 | |
---|
7 | |
---|
8 | ec.evolve.RandomRestarts [UNTESTED] |
---|
9 | |
---|
10 | This class is a Statistics subclass and is attached into the Statistics chain. |
---|
11 | The class resets the evolutionary procedure every once in a while, by |
---|
12 | calling Population.populate(...) (with an empty loadInds file), which causes |
---|
13 | the Population to create all new indivdiuals. |
---|
Note: See
TracBrowser
for help on using the repository browser.