Uses of Interface
ai.timefold.solver.constraint.streams.common.inliner.WeightedScoreImpacter
Packages that use WeightedScoreImpacter
Package
Description
This package contains performance-sensitive code.
-
Uses of WeightedScoreImpacter in ai.timefold.solver.constraint.streams.bavet.common
Fields in ai.timefold.solver.constraint.streams.bavet.common declared as WeightedScoreImpacterModifier and TypeFieldDescriptionprotected final WeightedScoreImpacter<?,?> AbstractScorer.weightedScoreImpacterConstructors in ai.timefold.solver.constraint.streams.bavet.common with parameters of type WeightedScoreImpacterModifierConstructorDescriptionprotectedAbstractScorer(WeightedScoreImpacter<?, ?> weightedScoreImpacter, int inputStoreIndex) -
Uses of WeightedScoreImpacter in ai.timefold.solver.constraint.streams.common.inliner
Methods in ai.timefold.solver.constraint.streams.common.inliner that return WeightedScoreImpacterModifier and TypeMethodDescriptionabstract WeightedScoreImpacter<Score_,?> AbstractScoreInliner.buildWeightedScoreImpacter(AbstractConstraint<?, ?, ?> constraint) Create a new instance ofWeightedScoreImpacterfor a particular constraint.BendableLongScoreInliner.buildWeightedScoreImpacter(AbstractConstraint<?, ?, ?> constraint) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_, ?>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.BigDecimalImpactFunction<Score_, Context_> impactFunction) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_, ?>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.IntImpactFunction<Score_, Context_> impactFunction) static <Score_ extends Score<Score_>,Context_ extends ScoreContext<Score_, ?>>
WeightedScoreImpacter<Score_,Context_> WeightedScoreImpacter.of(Context_ context, WeightedScoreImpacter.LongImpactFunction<Score_, Context_> impactFunction)