Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert <queuedEntityPlacer> in CB example because that was to test (s…
…hould not be committed as part of previous commit)
  • Loading branch information
ge0ffrey committed Feb 7, 2014
1 parent 6a9d72b commit b2e45b1
Showing 1 changed file with 4 additions and 19 deletions.
Expand Up @@ -23,25 +23,10 @@
<maximumSecondsSpend>120</maximumSecondsSpend>
</termination>
<constructionHeuristic>
<queuedEntityPlacer>
<entitySelector id="placerEntitySelector">
<cacheType>PHASE</cacheType>
<selectionOrder>SORTED</selectionOrder>
<sorterManner>DECREASING_DIFFICULTY</sorterManner>
</entitySelector>
<changeMoveSelector>
<entitySelector mimicSelectorRef="placerEntitySelector"/>
<valueSelector>
<cacheType>JUST_IN_TIME</cacheType>
<selectionOrder>RANDOM</selectionOrder>
<!--<sorterManner>INCREASING_STRENGTH</sorterManner>-->
</valueSelector>
<selectedCountLimit>100</selectedCountLimit>
</changeMoveSelector>
</queuedEntityPlacer>
<!--<forager>-->
<!--<pickEarlyType>FIRST_NON_DETERIORATING_SCORE</pickEarlyType>-->
<!--</forager>-->
<constructionHeuristicType>FIRST_FIT_DECREASING</constructionHeuristicType>
<forager>
<pickEarlyType>FIRST_NON_DETERIORATING_SCORE</pickEarlyType>
</forager>
</constructionHeuristic>
<localSearch>
<acceptor>
Expand Down

0 comments on commit b2e45b1

Please sign in to comment.