Package | Description |
---|---|
AbsoluteRanking | |
components.simplesoccer | |
core | |
fsm | |
fulltournament | |
fullyMeshedNet | |
InvertedPendulum | |
nnga | |
SSEA2D | |
swissSystem | |
threeLayerNetwork | |
ttt2 | |
XOR |
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteRanking |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSoccer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMethod
Abstract superclass for Method components.
|
class |
AbstractMultiProblem
Provides a general interface to formulate own problems that evaluates multiple representations at a time.
|
class |
AbstractProblem
Base abstract superclass for Problem components.
|
class |
AbstractRanking
Abstract superclass for ranking/sorting candidates.
|
class |
AbstractRepresentation
Abstract formulation of a candidate representation.
|
class |
AbstractSingleProblem
Provides a general interface to formulate own problems that evaluates a single representations at a time.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends AbstractComponent> |
ComponentXMLData.getComponentClass()
Returns the root class of this component.
|
Modifier and Type | Class and Description |
---|---|
class |
MealyFSM
Creates a Mealy finite state machine representation.
|
Modifier and Type | Class and Description |
---|---|
class |
FullTournament |
Modifier and Type | Class and Description |
---|---|
class |
FullyMeshedNet |
Modifier and Type | Class and Description |
---|---|
class |
InvertedPendulum
Simulation of an inverted pendulum.
|
Modifier and Type | Class and Description |
---|---|
class |
NNGA
A genetic algorithm designed to evolve any kind of representation.
|
Modifier and Type | Class and Description |
---|---|
class |
SSEA2D
The class SSEA2D (Spatially Structured Evolutionary Algorithm 2D) is a
evolutionary algorithm that considers only the neighbors of every
representation to decide if the representation remains in the next
generation, mutates, creates an offspring with another representation or is
replaced by a totally new representation.
|
Modifier and Type | Class and Description |
---|---|
class |
SwissSystem |
Modifier and Type | Class and Description |
---|---|
class |
ThreeLayerNetwork
A not recursive layered neural network
|
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.
|