We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our docs have a full "advanced" CH config for a normal variable:
<constructionHeuristic> <queuedEntityPlacer> <entitySelector id="placerEntitySelector"> <cacheType>PHASE</cacheType> <selectionOrder>SORTED</selectionOrder> <sorterManner>DECREASING_DIFFICULTY</sorterManner> </entitySelector> <changeMoveSelector> <entitySelector mimicSelectorRef="placerEntitySelector"/> <valueSelector> <cacheType>PHASE</cacheType> <selectionOrder>SORTED</selectionOrder> <sorterManner>INCREASING_STRENGTH</sorterManner> </valueSelector> </changeMoveSelector> </queuedEntityPlacer> </constructionHeuristic>
https://docs.timefold.ai/timefold-solver/latest/optimization-algorithms/construction-heuristics#allocateEntityFromQueueConfiguration
but it lacks that for a list variable.
That makes it hard to configure a move filter for a CH when a list variable is in play.
The text was updated successfully, but these errors were encountered:
We currently do not support configuring move selectors in CH for list variables, see #823
Sorry, something went wrong.
No branches or pull requests
Our docs have a full "advanced" CH config for a normal variable:
https://docs.timefold.ai/timefold-solver/latest/optimization-algorithms/construction-heuristics#allocateEntityFromQueueConfiguration
but it lacks that for a list variable.
That makes it hard to configure a move filter for a CH when a list variable is in play.
The text was updated successfully, but these errors were encountered: