Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/evolve/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: 511 bytes
Line 
1This package contains utility operations which can be plugged into most
2evolutionary loops, but are neither evaluation, breeding, nor exchange
3procedures.
4
5At present there is exactly one class here:
6
7
8ec.evolve.RandomRestarts  [UNTESTED]
9
10This class is a Statistics subclass and is attached into the Statistics chain.
11The class resets the evolutionary procedure every once in a while, by
12calling Population.populate(...) (with an empty loadInds file), which causes
13the Population to create all new indivdiuals.
Note: See TracBrowser for help on using the repository browser.