Class SeqExchangerILS

java.lang.Object
es.urjc.etsii.grafo.algorithms.Algorithm<VRPODSolution,VRPODInstance>
es.urjc.etsii.grafo.vrpod.algorithm.SeqExchangerILS

public class SeqExchangerILS extends Algorithm<VRPODSolution,VRPODInstance>
  • Constructor Details

    • SeqExchangerILS

      public SeqExchangerILS(String name, int nSoluciones, int nRotateRounds, ILSConfig... configs)
      Create a new MultiStartAlgorithm, @see algorithm
  • Method Details