Interface | Description |
---|---|
SelectionFilter<T> |
Decides on keeping or discarding a selection
(which is a
PlanningEntity , a planningValue, a Move or a Selector ). |
SelectionProbabilityWeightFactory<T> |
Create a probabilityWeight for a selection
(which is a
PlanningEntity , a planningValue, a Move or a Selector ). |
SelectionSorter<T> |
Decides the order of a
List of selection
(which is a PlanningEntity , a planningValue, a Move or a Selector ). |
SelectionSorterWeightFactory<Sol extends Solution,T> |
Creates a weight to decide the order of a collections of selections
(a selection is a
PlanningEntity , a planningValue, a Move or a Selector ). |
Class | Description |
---|---|
ComparatorSelectionSorter | |
FairSelectorProbabilityWeightFactory | |
FixedSelectorProbabilityWeightFactory<Sel extends Selector> | |
WeightFactorySelectionSorter<T> |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.