Watchmaker Framework for Evolutionary Computation API
(Version 0.7.1)

Package org.uncommons.watchmaker.framework.interactive

Classes for implementing interactive evolutionary algorithms.

See:
          Description

Interface Summary
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
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.
 

Package org.uncommons.watchmaker.framework.interactive Description

Classes for implementing interactive evolutionary algorithms. In interactive evolutionary algorithms, user-guided selection is used instead of selection based on automated fitness evaluations.


Watchmaker Framework for Evolutionary Computation API
(Version 0.7.1)