Package org.uncommons.watchmaker.framework.interactive
Classes for implementing interactive evolutionary algorithms. In interactive
evolutionary algorithms, user-guided selection is used instead of selection based
on automated fitness evaluations.
-
Interface Summary Interface Description Console<T> A console provides users with a mechanism for interacting with an evolutionary algorithm.Renderer<T,S> Maps objects of one type to objects of a different type. -
Class Summary Class Description InteractiveSelection<T> Special selection strategy used for interactive evolutionary algorithms.RendererAdapter<T,S> Adapter class for chaining together two renderers in series to provide flexibility.