Uses of Interface
ai.timefold.solver.core.impl.solver.random.RandomFactory
Packages that use RandomFactory
Package
Description
-
Uses of RandomFactory in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver with type parameters of type RandomFactoryModifier and TypeFieldDescriptionprotected Class<? extends RandomFactory>SolverConfig.randomFactoryClassMethods in ai.timefold.solver.core.config.solver that return types with arguments of type RandomFactoryModifier and TypeMethodDescription@Nullable Class<? extends RandomFactory>SolverConfig.getRandomFactoryClass()Method parameters in ai.timefold.solver.core.config.solver with type arguments of type RandomFactoryModifier and TypeMethodDescriptionvoidSolverConfig.setRandomFactoryClass(@Nullable Class<? extends RandomFactory> randomFactoryClass) @NonNull SolverConfigSolverConfig.withRandomFactoryClass(@NonNull Class<? extends RandomFactory> randomFactoryClass) -
Uses of RandomFactory in ai.timefold.solver.core.impl.solver
Fields in ai.timefold.solver.core.impl.solver declared as RandomFactoryMethods in ai.timefold.solver.core.impl.solver that return RandomFactoryModifier and TypeMethodDescriptionDefaultSolverFactory.buildRandomFactory(EnvironmentMode environmentMode_) DefaultSolver.getRandomFactory()Constructors in ai.timefold.solver.core.impl.solver with parameters of type RandomFactoryModifierConstructorDescriptionDefaultSolver(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, UniversalTermination<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