Class ImmutableFitnessSharing<T extends Comparable<T>>

java.lang.Object
net.bmahe.genetics4j.core.postevaluationprocess.FitnessSharing<T>
net.bmahe.genetics4j.core.postevaluationprocess.ImmutableFitnessSharing<T>
All Implemented Interfaces:
Function<Population<T>,Population<T>>

@Generated("org.immutables.processor.ProxyProcessor") public final class ImmutableFitnessSharing<T extends Comparable<T>> extends FitnessSharing<T>
Immutable implementation of FitnessSharing.

Use the builder to create immutable instances: ImmutableFitnessSharing.builder(). Use the static factory method to create immutable instances: ImmutableFitnessSharing.of().