Package org.uncommons.watchmaker.framework.factories
Provides convenient general-purpose
CandidateFactory
implementations for common candidate representations such as strings, lists and arrays.-
Class Summary Class Description AbstractCandidateFactory<T> Convenient base class for implementations ofCandidateFactory
.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.