Uses of Class
ai.timefold.solver.core.impl.neighborhood.stream.DefaultNeighborhoodSession
Packages that use DefaultNeighborhoodSession
-
Uses of DefaultNeighborhoodSession in ai.timefold.solver.core.impl.neighborhood.stream
Methods in ai.timefold.solver.core.impl.neighborhood.stream that return DefaultNeighborhoodSessionModifier and TypeMethodDescriptionDefaultMoveStreamFactory.createSession(SessionContext<Solution_> context) BiMoveStreamContext.neighborhoodSession()Returns the value of theneighborhoodSessionrecord component.Constructors in ai.timefold.solver.core.impl.neighborhood.stream with parameters of type DefaultNeighborhoodSessionModifierConstructorDescriptionBiMoveStreamContext(DefaultNeighborhoodSession<Solution_> neighborhoodSession, UniLeftDataset<Solution_, A> leftDataset, UniRightDataset<Solution_, A, B> rightDataset, BiMoveConstructor<Solution_, A, B> moveConstructor) Creates an instance of aBiMoveStreamContextrecord class.