Last change
on this file since 12912 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
641 bytes
|
Line | |
---|
1 | See the README file in the superdiretoctory (ecj/ec/gp/), which describes |
---|
2 | the files in this directory as well. Some specifics not described there: |
---|
3 | |
---|
4 | |
---|
5 | ec.gp.koza.CrossoverPipeline |
---|
6 | |
---|
7 | A GPBreedingPipeline which performs subtree crossover. |
---|
8 | |
---|
9 | |
---|
10 | ec.gp.koza.MutationPipeline |
---|
11 | |
---|
12 | A GPBreedingPipeline which performs subtree mutation (replacing a randomly |
---|
13 | chosen subtree with a randomly-generated subtree). |
---|
14 | |
---|
15 | |
---|
16 | ec.gp.GrowBuilder |
---|
17 | |
---|
18 | A GPNodeBuilder which implements Koza's GROW algorithm. |
---|
19 | |
---|
20 | |
---|
21 | ec.gp.FullBuilder |
---|
22 | |
---|
23 | A GPNodeBuilder which implements Koza's FULL algorithm. |
---|
24 | |
---|
25 | |
---|
26 | ec.gp.HalfBuilder |
---|
27 | |
---|
28 | A GPNodeBuilder which implements Koza's RAMPED HALF-AND-HALF algorithm. |
---|
29 | |
---|
30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.