Uses of Interface
ai.timefold.solver.core.preview.api.neighborhood.NeighborhoodProvider
Packages that use NeighborhoodProvider
Package
Description
-
Uses of NeighborhoodProvider in ai.timefold.solver.core.config.localsearch
Methods in ai.timefold.solver.core.config.localsearch that return types with arguments of type NeighborhoodProviderModifier and TypeMethodDescription<Solution_>
@Nullable Class<? extends NeighborhoodProvider<Solution_>>LocalSearchPhaseConfig.getNeighborhoodProviderClass()The neighborhood provider class to use.Method parameters in ai.timefold.solver.core.config.localsearch with type arguments of type NeighborhoodProviderModifier and TypeMethodDescriptionvoidLocalSearchPhaseConfig.setNeighborhoodProviderClass(@Nullable Class<? extends NeighborhoodProvider> neighborhoodProviderClass) @NonNull LocalSearchPhaseConfigLocalSearchPhaseConfig.withMoveProviderClass(@NonNull Class<? extends NeighborhoodProvider<?>> moveProviderClass) Part ofPreviewFeature.NEIGHBORHOODS. -
Uses of NeighborhoodProvider in ai.timefold.solver.core.impl.neighborhood
Classes in ai.timefold.solver.core.impl.neighborhood that implement NeighborhoodProviderModifier and TypeClassDescriptionfinal classDefaultNeighborhoodProvider<Solution_>Currently only includes change and swap moves.