| Package | Description |
|---|---|
| components.simplesoccer | |
| core | |
| InvertedPendulum | |
| ttt2 | |
| XOR |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSoccer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultiProblem
Provides a general interface to formulate own problems that evaluates multiple representations at a time.
|
class |
AbstractSingleProblem
Provides a general interface to formulate own problems that evaluates a single representations at a time.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractProblem |
ProblemXMLData.getNewProblemInstance()
Returns a new problem instance created from this source data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvertedPendulum
Simulation of an inverted pendulum.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ttt2
A very simple tic tac toe 2x2 implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
XOR
A simple XOR problem to test evolutionary algorithms if they work properly.
|