public final class BinarySolutionGenerator extends java.lang.Object implements io.vavr.Function0<BooleanVectorSolution>
Modifier and Type | Class and Description |
---|---|
static interface |
io.vavr.Lambda.Memoized |
Modifier and Type | Field and Description |
---|---|
private M7Problem |
problem |
private NormalizedDoubleRandomGenerator |
randomGenerator |
Constructor and Description |
---|
BinarySolutionGenerator(NormalizedDoubleRandomGenerator randomGenerator) |
Modifier and Type | Method and Description |
---|---|
BooleanVectorSolution |
apply() |
default boolean |
isMemoized() |
private final M7Problem problem
private final NormalizedDoubleRandomGenerator randomGenerator
@Inject public BinarySolutionGenerator(NormalizedDoubleRandomGenerator randomGenerator)
public BooleanVectorSolution apply()
apply
in interface io.vavr.Function0<BooleanVectorSolution>
public boolean isMemoized()