Uses of Interface
ai.timefold.solver.core.preview.api.neighborhood.NeighborhoodTester
Packages that use NeighborhoodTester
Package
Description
-
Uses of NeighborhoodTester in ai.timefold.solver.core.impl.neighborhood
Classes in ai.timefold.solver.core.impl.neighborhood that implement NeighborhoodTester -
Uses of NeighborhoodTester in ai.timefold.solver.core.preview.api.neighborhood
Methods in ai.timefold.solver.core.preview.api.neighborhood that return NeighborhoodTesterModifier and TypeMethodDescriptionstatic <Solution_>
NeighborhoodTester<Solution_>NeighborhoodTester.build(MoveProvider<Solution_> moveProvider, PlanningSolutionMetaModel<Solution_> solutionMetaModel) Creates a newNeighborhoodTesterfor the given move provider and the given solution and entity classes.