Uses of Class
jopt.csp.search.CurrentNeighbor

Packages that use CurrentNeighbor
jopt.csp.search The interfaces to all your searching needs. 
 

Uses of CurrentNeighbor in jopt.csp.search
 

Methods in jopt.csp.search with parameters of type CurrentNeighbor
 SearchAction LocalSearch.browseNeighborhood(SolverSolution initial, Neighborhood hood, CurrentNeighbor current)
          This action will browse a list of neighbors produced from a Neighborhood and attempt to apply each in turn in order to locate other valid solutions to the problem.
 SearchAction LocalSearch.browseNeighborhood(SolverSolution initial, Neighborhood hood, Metaheuristic meta, CurrentNeighbor current)
          This action will browse a list of neighboring solutions with the guidance of a metaheuristic used to determine which solutions are acceptable.
 SearchAction LocalSearch.selectCurrentNeighbor(SolverSolution initial, CurrentNeighbor current)
          Advises neighborhoods that the current neighbor is about to be made the new initial solution.