Stochastic Hill-Climbing Algorithm

From GM-RKB
Jump to navigation Jump to search

A Stochastic Hill-Climbing Algorithm is a Hill-Climbing Algorithm that Randomly chooses the starting move and/or samples the slope.



References

2009

  • http://en.wikipedia.org/wiki/Stochastic_hill_climbing
    • Stochastic hill climbing is a variant of the basic hill climbing method. While basic hill climbing always chooses the steepest uphill move, stochastic hill climbing chooses at random from among the uphill moves. The probability of selection may vary with the steepness of the uphill move.

2007