Uses of Class
net.bmahe.genetics4j.core.spec.EAExecutionContext
Packages that use EAExecutionContext
Package
Description
-
Uses of EAExecutionContext in net.bmahe.genetics4j.core
Methods in net.bmahe.genetics4j.core with parameters of type EAExecutionContextModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext) Factory method to create aEASystem
with a simple fitness computation method.static <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext, ExecutorService executorService) Factory method to create aEASystem
with a simple fitness computation methodstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfigurationBulkAsync<T> eaConfigurationBulkAsync, EAExecutionContext<T> eaExecutionContext) Factory method to create aEASystem
with an asynchronous fitness computation methodstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from
(EAConfigurationBulkAsync<T> eaConfigurationBulkAsync, EAExecutionContext<T> eaExecutionContext, ExecutorService executorService) Factory method to create aEASystem
with an asynchronous fitness computation method -
Uses of EAExecutionContext in net.bmahe.genetics4j.core.evaluation
Fields in net.bmahe.genetics4j.core.evaluation declared as EAExecutionContextModifier and TypeFieldDescriptionprivate final EAExecutionContext
<T> FitnessEvaluatorSync.eaExecutionContext
Constructors in net.bmahe.genetics4j.core.evaluation with parameters of type EAExecutionContextModifierConstructorDescriptionFitnessEvaluatorSync
(EAExecutionContext<T> _eaExecutionContext, EAConfiguration<T> _eaConfigurationSync, ExecutorService _executorService) -
Uses of EAExecutionContext in net.bmahe.genetics4j.core.spec
Subclasses of EAExecutionContext in net.bmahe.genetics4j.core.specModifier and TypeClassDescriptionfinal class
ImmutableEAExecutionContext<T extends Comparable<T>>
Immutable implementation ofEAExecutionContext
.Methods in net.bmahe.genetics4j.core.spec with parameters of type EAExecutionContextModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.copyOf
(EAExecutionContext<T> instance) Creates an immutable copy of aEAExecutionContext
value.ImmutableEAExecutionContext.Builder.from
(EAExecutionContext<T> instance) Fill a builder with attribute values from the providedEAExecutionContext
instance.