Uses of Class
samples.tutorials.lns.lns.Neighborhood

Packages that use Neighborhood
samples.tutorials.lns.lns   
 

Uses of Neighborhood in samples.tutorials.lns.lns
 

Methods in samples.tutorials.lns.lns with parameters of type Neighborhood
 void LNSCPSolver.addNeighborhood(Neighborhood neighborhood)
          add a neighborhood operator to apply to the solutions
 Boolean LNSCPSolver.searchNeighborhood(Neighborhood neighborhood, Solution solution, int objToImprove)
          Explore one neighborhood defined by an operator applied to a solution: the search space of the solver is restricted around the solution by the neighborhood operator, and the objective is bounded by the value to improve upon.
 



Copyright © 2012. All Rights Reserved.