algorithms.selectors
Interface SolutionSelector

All Known Implementing Classes:
SelectBest, SelectRandomly

public interface SolutionSelector


Method Summary
 VehicleRoutingProblemSolution selectSolution(java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 

Method Detail

selectSolution

VehicleRoutingProblemSolution selectSolution(java.util.Collection<VehicleRoutingProblemSolution> solutions)