Uses of Class
net.bmahe.genetics4j.core.spec.EAConfiguration
Package
Description
-
Uses of EAConfiguration in net.bmahe.genetics4j.core
Modifier 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 method -
Uses of EAConfiguration in net.bmahe.genetics4j.core.evaluation
Modifier and TypeFieldDescriptionprivate final EAConfiguration
<T> FitnessEvaluatorSync.eaConfigurationSync
ModifierConstructorDescriptionFitnessEvaluatorSync
(EAExecutionContext<T> _eaExecutionContext, EAConfiguration<T> _eaConfigurationSync, ExecutorService _executorService) -
Uses of EAConfiguration in net.bmahe.genetics4j.core.spec
Modifier and TypeClassDescriptionfinal class
ImmutableEAConfiguration<T extends Comparable<T>>
Immutable implementation ofEAConfiguration
.Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
ImmutableEAConfiguration<T> ImmutableEAConfiguration.copyOf
(EAConfiguration<T> instance) Creates an immutable copy of aEAConfiguration
value.final EAConfiguration.Builder
<T> ImmutableEAConfiguration.Builder.from
(EAConfiguration<T> instance) Fill a builder with attribute values from the providedEAConfiguration
instance.