Uses of Enum Class
org.optaplanner.core.config.solver.EnvironmentMode
Package
Description
-
Uses of EnvironmentMode in org.optaplanner.benchmark.impl.result
Modifier and TypeMethodDescriptionPlannerBenchmarkResult.getEnvironmentMode()
SolverBenchmarkResult.getEnvironmentMode()
-
Uses of EnvironmentMode in org.optaplanner.core.config.solver
Modifier and TypeMethodDescriptionSolverConfig.determineEnvironmentMode()
SolverConfig.getEnvironmentMode()
static EnvironmentMode
Returns the enum constant of this class with the specified name.static EnvironmentMode[]
EnvironmentMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SolverConfig.setEnvironmentMode
(EnvironmentMode environmentMode) SolverConfig.withEnvironmentMode
(EnvironmentMode environmentMode) -
Uses of EnvironmentMode in org.optaplanner.core.impl.heuristic
ModifierConstructorDescriptionBuilder
(EnvironmentMode environmentMode, Integer moveThreadCount, Integer moveThreadBufferSize, Class<? extends ThreadFactory> threadFactoryClass, InitializingScoreTrend initializingScoreTrend, SolutionDescriptor<Solution_> solutionDescriptor, ClassInstanceCache classInstanceCache) -
Uses of EnvironmentMode in org.optaplanner.core.impl.score.director
Modifier and TypeMethodDescriptionScoreDirectorFactoryFactory.buildScoreDirectorFactory
(ClassLoader classLoader, EnvironmentMode environmentMode, SolutionDescriptor<Solution_> solutionDescriptor) -
Uses of EnvironmentMode in org.optaplanner.core.impl.solver
ModifierConstructorDescriptionDefaultSolver
(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, Termination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope, String moveThreadCountDescription) -
Uses of EnvironmentMode in org.optaplanner.core.impl.solver.recaller
Modifier and TypeMethodDescription<Solution_>
BestSolutionRecaller<Solution_>BestSolutionRecallerFactory.buildBestSolutionRecaller
(EnvironmentMode environmentMode)