public class BestSolutionSelection<S> extends Object implements SelectionOperator<List<S>,S>
BestSolutionSelection(Comparator<S> comparator)
S
execute(List<S> solutionList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BestSolutionSelection(Comparator<S> comparator)
public S execute(List<S> solutionList)
execute
Operator<List<S>,S>
solutionList
Copyright © 2018. All rights reserved.