Uses of Class
ai.timefold.solver.core.impl.solver.thread.ChildThreadType
-
-
Uses of ChildThreadType in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic with parameters of type ChildThreadType Modifier and Type Method Description ThreadFactoryHeuristicConfigPolicy. buildThreadFactory(ChildThreadType childThreadType)HeuristicConfigPolicy<Solution_>HeuristicConfigPolicy. createChildThreadConfigPolicy(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.core.impl.score.director with parameters of type ChildThreadType Modifier and Type Method Description InnerScoreDirector<Solution_,Score_>AbstractScoreDirector. createChildThreadScoreDirector(ChildThreadType childThreadType)InnerScoreDirector<Solution_,Score_>InnerScoreDirector. createChildThreadScoreDirector(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.scope
Methods in ai.timefold.solver.core.impl.solver.scope with parameters of type ChildThreadType Modifier and Type Method Description SolverScope<Solution_>SolverScope. createChildThreadSolverScope(ChildThreadType childThreadType) -
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.termination
-
Uses of ChildThreadType in ai.timefold.solver.core.impl.solver.thread
Methods in ai.timefold.solver.core.impl.solver.thread that return ChildThreadType Modifier and Type Method Description static ChildThreadTypeChildThreadType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChildThreadType[]ChildThreadType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-