public class WeightFactorySelectionSorter<T> extends Object implements SelectionSorter<T>
Constructor and Description |
---|
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,T> selectionSorterWeightFactory,
SelectionSorterOrder selectionSorterOrder) |
public WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
public void sort(ScoreDirector scoreDirector, List<T> selectionList)
sort
in interface SelectionSorter<T>
scoreDirector
- never null, the ScoreDirector
which has the ScoreDirector.getWorkingSolution()
to which the selections belong or apply toselectionList
- never null, a List
of PlanningEntity
, planningValue, Move
or Selector
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.