CandidateFactory
implementations for common candidate representations such as strings, lists and arrays.See: Description
| Class | Description |
|---|---|
| AbstractCandidateFactory<T> |
Convenient base class for implementations of
CandidateFactory. |
| BitStringFactory |
General purpose candidate factory for generating bit strings for
genetic algorithms.
|
| ListPermutationFactory<T> |
Generates random candidates from a set of elements.
|
| ObjectArrayPermutationFactory<T> |
Generates random candidates from a set of elements.
|
| StringFactory |
General-purpose candidate factory for EAs that use a fixed-length String encoding.
|
CandidateFactory
implementations for common candidate representations such as strings, lists and arrays.