| Package | Description |
|---|---|
| org.oakgp.evolve |
Provides classes to use techniques inspired by biological evolution for the creation of new candidates from an existing generation.
|
| org.oakgp.rank |
Provides classes for the evaluation and ranking of candidates in a generation.
|
| org.oakgp.rank.fitness |
Provides classes for using a fitness function to rank the candidates of a generation.
|
| org.oakgp.rank.tournament |
Provides classes for using a round-robin tournament to rank the candidates of a generation.
|
| org.oakgp.select |
Provides classes for the selection of
Node instances. |
| org.oakgp.terminate |
Provides implementations of termination criteria.
|
| org.oakgp.util |
Utility classes that support the functionality provided by the rest of the framework.
|
| Class and Description |
|---|
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| RankedCandidate
Associates a
Node with its fitness value. |
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| GenerationRanker
Ranks and sorts the fitness of
Node instances. |
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| GenerationRanker
Ranks and sorts the fitness of
Node instances. |
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| RankedCandidate
Associates a
Node with its fitness value. |
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
| Class and Description |
|---|
| GenerationRanker
Ranks and sorts the fitness of
Node instances. |
| RankedCandidates
A sorted immutable collection of
RankedCandidate objects. |
OakGP Genetic Programming Framework