Class AbstractEAExecutionContext<T extends Comparable<T>>

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

public abstract class AbstractEAExecutionContext<T extends Comparable<T>> extends Object
Evolutionary Algorithm - Execution Context

This defines how the Evolutionary Algorithm will be executed.