Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/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: 1.8 KB
Line 
1This is the traditional top-level directory holding ECJ's demo applications.
2When building new apps for research purposes, we find it convenient to stick
3them here as well.
4
5Here's what we've got so far:
6
7
8
9BOOLEAN VECTOR REPRESENTATIONS
10
11hiff    Hierarchical if-and-only-if Functions
12sat   3CNF boolean satisfiability problems
13nk    N-K Landscapes
14
15
16INTEGER VECTOR REPRESENTATIONS
17
18sum   Simple sum demo
19
20
21FLOATING POINT VECTOR REPRESENTATIONS
22
23ecsuite   A host of common floating-point fitness functions
24      -- includes GA, ES, DE, and steady-state code
25bbob    Black Box Optimization 2010 code converted to ECJ
26
27
28GENETIC PROGRAMMING AND GRAMMATICAL EVOLUTION
29
30ant   Artificial Ant
31      -- includes grammatical evolution code
32edge    Edge Encoding
33lawnmower Lawnmower
34      -- includes ADF and non-ADF code
35      -- includes grammatical evolution code
36multiplexer "Fast" Multiplexer
37multiplexerslow Easy to understand Multiplexer
38parity    Parity
39      -- includes ADF and non-ADF code
40regression  Various Symbolic Regression examples
41      -- includes ERC and non-ERC code 
42      -- includes steady-state code
43      -- includes grammatical evolution code
44twobox    Two Box
45      -- includes ADF and non-ADF code
46
47
48COMPETITIVE 1-POPULATION COEVOLUTION
49
50coevolve1 Competitive MaxOnes example
51
52
53COOPERATIVE COEVOLUTION
54
55coevolve2 Cooperative Rosenbrock example
56
57
58ASYNCHRONOUS EVOLUTION
59
60async   Asynchronous evolution demo
61
62
63MULTIOBJECTIVE OPTIMIZATION
64
65moosuite  A host of multiobjective optimization benchmarks
66
67
68SPATIAL EVOLUTION
69
70spatial   A simple spatial evolution demonstration
71
72
73TUTORIAL CODE
74
75tutorial1 -- for the tutorials proper, see the ecj/docs/ directory
76tutorial2
77tutorial3
78tutorial4
79
80
81DISTRIBUTED EVALUATION
82
83star    A distributed valuation demo
84
85
86ISLAND MODELS
87
88-- all island model demonstrations are found not here but instead
89   in the ecj/ec/exchange directory (see 2-Island-Server, 3-Island,
90   and 8-Island)
91
92
93
Note: See TracBrowser for help on using the repository browser.