<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Great_deluge_algorithm</id>
	<title>Great deluge algorithm - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Great_deluge_algorithm"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Great_deluge_algorithm&amp;action=history"/>
	<updated>2026-05-15T04:18:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Great_deluge_algorithm&amp;diff=3631939&amp;oldid=prev</id>
		<title>imported&gt;Tony1: /* top */</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Great_deluge_algorithm&amp;diff=3631939&amp;oldid=prev"/>
		<updated>2022-10-24T03:59:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;top&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;Great deluge algorithm&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;GD&amp;#039;&amp;#039;&amp;#039;) is a generic algorithm applied to [[Optimization (mathematics)|optimization]] problems. It is similar in many ways to the [[hill-climbing]] and [[simulated annealing]] algorithms.&lt;br /&gt;
&lt;br /&gt;
The name comes from the analogy that in a great deluge a person climbing a hill will try to move in any direction that does not get his/her feet wet in the hope of finding a way up as the water level rises.&lt;br /&gt;
&lt;br /&gt;
In a typical implementation of the GD, the algorithm starts with a poor approximation, &amp;#039;&amp;#039;S&amp;#039;&amp;#039;, of the optimum solution. A numerical value called the &amp;#039;&amp;#039;badness&amp;#039;&amp;#039; is computed based on &amp;#039;&amp;#039;S&amp;#039;&amp;#039; and it measures how undesirable the initial approximation is. The higher the value of &amp;#039;&amp;#039;badness&amp;#039;&amp;#039; the more undesirable is the approximate solution. Another numerical value called the &amp;#039;&amp;#039;tolerance&amp;#039;&amp;#039; is calculated based on a number of factors, often including the initial badness.&lt;br /&gt;
&lt;br /&gt;
A new approximate solution &amp;#039;&amp;#039; S&amp;#039; &amp;#039;&amp;#039;, called a neighbour of &amp;#039;&amp;#039;S&amp;#039;&amp;#039;, is calculated based on &amp;#039;&amp;#039;S&amp;#039;&amp;#039;. The badness of &amp;#039;&amp;#039; S&amp;#039; &amp;#039;&amp;#039;, &amp;#039;&amp;#039; b&amp;#039; &amp;#039;&amp;#039;, is computed and compared with the tolerance. If &amp;#039;&amp;#039; b&amp;#039; &amp;#039;&amp;#039; is better than tolerance, then the algorithm is recursively  restarted with &amp;#039;&amp;#039;S&amp;#039;&amp;#039; : = &amp;#039;&amp;#039; S&amp;#039; &amp;#039;&amp;#039;, and &amp;#039;&amp;#039;tolerance&amp;#039;&amp;#039; := &amp;#039;&amp;#039;decay(tolerance)&amp;#039;&amp;#039; where &amp;#039;&amp;#039;decay&amp;#039;&amp;#039; is a function that lowers the tolerance (representing a rise in water levels). If &amp;#039;&amp;#039; b&amp;#039; &amp;#039;&amp;#039; is worse than tolerance, a different neighbour &amp;#039;&amp;#039; S* &amp;#039;&amp;#039; of &amp;#039;&amp;#039;S&amp;#039;&amp;#039; is chosen and the process repeated. If all the neighbours of &amp;#039;&amp;#039;S&amp;#039;&amp;#039; produce approximate solutions beyond &amp;#039;&amp;#039;tolerance&amp;#039;&amp;#039;, then the algorithm is terminated and &amp;#039;&amp;#039;S&amp;#039;&amp;#039; is put forward as the best approximate solution obtained.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[:de:Gunter Dueck|de:Gunter Dueck]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* Gunter Dueck: &amp;quot;New Optimization Heuristics: The Great Deluge Algorithm and the Record-to-Record Travel&amp;quot;, Technical report, IBM Germany, Heidelberg Scientific Center, 1990.&lt;br /&gt;
* Gunter Dueck: &amp;quot;New Optimization Heuristics The Great Deluge Algorithm and the Record-to-Record Travel&amp;quot;, Journal of Computational Physics, Volume 104, Issue 1, p. 86-92, 1993&lt;br /&gt;
&lt;br /&gt;
[[Category:Optimization algorithms and methods]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Optimization algorithms}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Tony1</name></author>
	</entry>
</feed>