Class SimulatedAnnealingClimber

  • All Implemented Interfaces:
    HillClimber

    public final class SimulatedAnnealingClimber
    extends AbstractClimber
    A simulated annealing hill climber.
    • Constructor Detail

      • SimulatedAnnealingClimber

        public SimulatedAnnealingClimber​(Config config)
    • Method Detail

      • adjust

        protected double adjust​(double hitRate)
        Description copied from class: AbstractClimber
        Returns the amount to adapt by.
        Specified by:
        adjust in class AbstractClimber