Class SimulatedAnnealing


  • public class SimulatedAnnealing
    extends CombinatoricsSolver
    This class implements the simulated annealing algorithm for combinatrics problems It is natively implemented
    Author:
    Sebastian Franke
    • Constructor Detail

      • SimulatedAnnealing

        public SimulatedAnnealing​(double startTemp,
                                  double decreasePerIt,
                                  int maxStepsWithNoImprove)