Package | Description |
---|---|
org.optaplanner.core.config.partitionedsearch | |
org.optaplanner.core.impl.partitionedsearch |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends SolutionPartitioner<?>> |
PartitionedSearchPhaseConfig.solutionPartitionerClass |
Modifier and Type | Method and Description |
---|---|
Class<? extends SolutionPartitioner<?>> |
PartitionedSearchPhaseConfig.getSolutionPartitionerClass() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionedSearchPhaseConfig.setSolutionPartitionerClass(Class<? extends SolutionPartitioner<?>> solutionPartitionerClass) |
Modifier and Type | Field and Description |
---|---|
protected SolutionPartitioner<Solution_> |
DefaultPartitionedSearchPhase.solutionPartitioner |
Constructor and Description |
---|
DefaultPartitionedSearchPhase(int phaseIndex,
String logIndentation,
BestSolutionRecaller<Solution_> bestSolutionRecaller,
Termination termination,
SolutionPartitioner<Solution_> solutionPartitioner,
ThreadFactory threadFactory,
Integer runnablePartThreadLimit) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.