Uses of Class
net.bmahe.genetics4j.core.spec.EAConfigurationBulkAsync
Package
Description
-
Uses of EAConfigurationBulkAsync in net.bmahe.genetics4j.core
Modifier and TypeMethodDescriptionstatic <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 EAConfigurationBulkAsync in net.bmahe.genetics4j.core.evaluation
Modifier and TypeFieldDescriptionprivate final EAConfigurationBulkAsync
<T> FitnessEvaluatorBulkAsync.eaConfigurationBulkAsync
ModifierConstructorDescriptionFitnessEvaluatorBulkAsync
(EAConfigurationBulkAsync<T> _eaConfigurationBulkAsync, ExecutorService _executorService) -
Uses of EAConfigurationBulkAsync in net.bmahe.genetics4j.core.spec
Modifier and TypeClassDescriptionfinal class
ImmutableEAConfigurationBulkAsync<T extends Comparable<T>>
Immutable implementation ofEAConfigurationBulkAsync
.Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableEAConfigurationBulkAsync<T> ImmutableEAConfigurationBulkAsync.copyOf
(EAConfigurationBulkAsync<T> instance) Creates an immutable copy of aEAConfigurationBulkAsync
value.ImmutableEAConfigurationBulkAsync.Builder.from
(EAConfigurationBulkAsync<T> instance) Fill a builder with attribute values from the providedEAConfigurationBulkAsync
instance.