Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/gp/koza/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: 641 bytes
Line 
1See the README file in the superdiretoctory (ecj/ec/gp/), which describes
2the files in this directory as well.  Some specifics not described there:
3
4
5ec.gp.koza.CrossoverPipeline
6
7A GPBreedingPipeline which performs subtree crossover.
8
9
10ec.gp.koza.MutationPipeline
11
12A GPBreedingPipeline which performs subtree mutation (replacing a randomly
13chosen subtree with a randomly-generated subtree).
14
15
16ec.gp.GrowBuilder
17
18A GPNodeBuilder which implements Koza's GROW algorithm.
19
20
21ec.gp.FullBuilder
22
23A GPNodeBuilder which implements Koza's FULL algorithm.
24
25
26ec.gp.HalfBuilder
27
28A GPNodeBuilder which implements Koza's RAMPED HALF-AND-HALF algorithm.
29
30
Note: See TracBrowser for help on using the repository browser.