-
Notifications
You must be signed in to change notification settings - Fork 160
Milestone
Description
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>
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.
mattatsphinx, plentydone, jseiser, rhutch117, afrioni and 1 more