Class EAExecutionContext<T extends Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.core.spec.AbstractEAExecutionContext<T>
net.bmahe.genetics4j.core.spec.EAExecutionContext<T>
Type Parameters:
T - Type of the fitness measurement
Direct Known Subclasses:
ImmutableEAExecutionContext

@Immutable public abstract class EAExecutionContext<T extends Comparable<T>> extends AbstractEAExecutionContext<T>
Evolutionary Algorithm - Execution Context

This defines how the Evolutionary Algorithm will be executed.

  • Constructor Details

    • EAExecutionContext

      public EAExecutionContext()
  • Method Details