Uses of Class
net.bmahe.genetics4j.core.spec.EAConfiguration
Packages that use EAConfiguration
Package
Description
-
Uses of EAConfiguration in net.bmahe.genetics4j.core
Methods in net.bmahe.genetics4j.core with parameters of type EAConfigurationModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EASystem<T> EASystemFactory.from(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext) Creates anEASystemwith synchronous fitness evaluation using the common thread pool.static <T extends Comparable<T>>
EASystem<T> EASystemFactory.from(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext, ExecutorService executorService) Creates anEASystemwith synchronous fitness evaluation and explicit thread pool.static <T extends Comparable<T>>
EASystem<T> EASystemFactory.fromWithVirtualThreads(EAConfiguration<T> eaConfigurationSync, EAExecutionContext<T> eaExecutionContext) Creates anEASystemwith virtual thread-based fitness evaluation. -
Uses of EAConfiguration in net.bmahe.genetics4j.core.evaluation
Fields in net.bmahe.genetics4j.core.evaluation declared as EAConfigurationModifier and TypeFieldDescriptionprivate final EAConfiguration<T> FitnessEvaluatorVirtualThread.eaConfigurationprivate final EAConfiguration<T> FitnessEvaluatorSync.eaConfigurationSyncConstructors in net.bmahe.genetics4j.core.evaluation with parameters of type EAConfigurationModifierConstructorDescriptionFitnessEvaluatorSync(EAExecutionContext<T> _eaExecutionContext, EAConfiguration<T> _eaConfigurationSync, ExecutorService _executorService) FitnessEvaluatorVirtualThread(EAExecutionContext<T> _eaExecutionContext, EAConfiguration<T> _eaConfiguration) -
Uses of EAConfiguration in net.bmahe.genetics4j.core.spec
Subclasses of EAConfiguration in net.bmahe.genetics4j.core.specModifier and TypeClassDescriptionfinal classImmutableEAConfiguration<T extends Comparable<T>>Immutable implementation ofEAConfiguration.Methods in net.bmahe.genetics4j.core.spec that return EAConfigurationModifier and TypeMethodDescriptionImmutableEAConfiguration.Builder.build()Builds a newEAConfiguration.static <T extends Comparable<T>>
EAConfiguration<T> ImmutableEAConfiguration.copyOf(EAConfiguration<T> instance) Creates an immutable copy of aEAConfigurationvalue.Methods in net.bmahe.genetics4j.core.spec with parameters of type EAConfigurationModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
EAConfiguration<T> ImmutableEAConfiguration.copyOf(EAConfiguration<T> instance) Creates an immutable copy of aEAConfigurationvalue.final EAConfiguration.Builder<T> ImmutableEAConfiguration.Builder.from(EAConfiguration<T> instance) Fill a builder with attribute values from the providedEAConfigurationinstance.