Uses of Interface
ai.timefold.solver.core.impl.solver.random.RandomFactory
-
Packages that use RandomFactory Package Description ai.timefold.solver.core.config.solver ai.timefold.solver.core.impl.solver ai.timefold.solver.core.impl.solver.random -
-
Uses of RandomFactory in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver with type parameters of type RandomFactory Modifier and Type Field Description protected Class<? extends RandomFactory>SolverConfig. randomFactoryClassMethods in ai.timefold.solver.core.config.solver that return types with arguments of type RandomFactory Modifier and Type Method Description Class<? extends RandomFactory>SolverConfig. getRandomFactoryClass()Method parameters in ai.timefold.solver.core.config.solver with type arguments of type RandomFactory Modifier and Type Method Description voidSolverConfig. setRandomFactoryClass(Class<? extends RandomFactory> randomFactoryClass)SolverConfigSolverConfig. withRandomFactoryClass(Class<? extends RandomFactory> randomFactoryClass) -
Uses of RandomFactory in ai.timefold.solver.core.impl.solver
Fields in ai.timefold.solver.core.impl.solver declared as RandomFactory Modifier and Type Field Description protected RandomFactoryDefaultSolver. randomFactoryMethods in ai.timefold.solver.core.impl.solver that return RandomFactory Modifier and Type Method Description RandomFactoryDefaultSolver. getRandomFactory()Constructors in ai.timefold.solver.core.impl.solver with parameters of type RandomFactory Constructor Description DefaultSolver(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, Termination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope, String moveThreadCountDescription) -
Uses of RandomFactory in ai.timefold.solver.core.impl.solver.random
Classes in ai.timefold.solver.core.impl.solver.random that implement RandomFactory Modifier and Type Class Description classDefaultRandomFactory
-