Class SimulatedAnnealingSolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      the name of this solver.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SimulatedAnnealingSolver

        public SimulatedAnnealingSolver()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Solver
        the name of this solver.
        Specified by:
        getName in interface Solver
        Returns:
        the name of the solver