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