Interface Neighborhood<S>

All Superinterfaces:
Serializable
All Known Implementing Classes:
AdaptiveRandomNeighborhood, C25, C49, C9, KNearestNeighborhood, L13, L25, L41, L5, RingNeighborhood, TwoDimensionalMesh, WeightVectorNeighborhood

public interface Neighborhood<S> extends Serializable
Interface representing a neighborhood of a given solution in a list of solutions
Author:
Antonio J. Nebro <antonio@lcc.uma.es>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getNeighbors(List<S> solutionList, int solutionIndex)
     
  • Method Details

    • getNeighbors

      List<S> getNeighbors(List<S> solutionList, int solutionIndex)