Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
The '''Great Deluge algorithm''' (GD) is a generic algorithm applied to [[Optimization (mathematics)|optimization]] problems. It is similar in many ways to the [[hill-climbing]] and [[simulated annealing]] algorithms.
The name comes from the analogy that in a great deluge a person climbing a hill will try to move
In a typical implementation of the GD, the algorithm starts with a poor approximation, ''S'', of the optimum solution. A numerical value called the ''badness'' is computed based on ''S'' and it measures how undesirable the initial approximation is. The higher the value of ''badness'' the more undesirable is the approximate solution. Another numerical value called the ''tolerance'' is calculated based on a number of factors, often including the initial badness.
|