<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.mcs.anl.gov/NEOS/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Special:RecentChanges&amp;feed=atom</id>
		<title>NEOS  - Recent changes [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Special:RecentChanges&amp;feed=atom"/>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php/Special:RecentChanges"/>
		<updated>2009-11-20T08:25:58Z</updated>
		<subtitle>Track the most recent changes to the wiki in this feed.</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinear_Programming_FAQ&amp;diff=3080&amp;oldid=prev</id>
		<title>Nonlinear Programming FAQ</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinear_Programming_FAQ&amp;diff=3080&amp;oldid=prev"/>
				<updated>2009-11-20T06:25:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Other nonlinear programming codes:&amp;#32;&lt;/span&gt; nlopt&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 06:25, 20 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan='4' align='center' class='diff-multi'&gt;(One intermediate revision not shown)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 39:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 39:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A [http://plato.la.asu.edu/donlp2.html newer version of &amp;lt;tt&amp;gt;donlp2&amp;lt;/tt&amp;gt;], mentioned above, is available. This is P. Spellucci's implementation of a SQP method for general nonlinear optimization problems including nonlinear equality and inequality constraints (generally referred to as the NLP problem). It is freely available for non-commercial and research use, and includes a number of nontrivial examples. There are Fortran 77, Fortran 90 and f2c-converted C versions, with a variety of options for the gradient computations.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A [http://plato.la.asu.edu/donlp2.html newer version of &amp;lt;tt&amp;gt;donlp2&amp;lt;/tt&amp;gt;], mentioned above, is available. This is P. Spellucci's implementation of a SQP method for general nonlinear optimization problems including nonlinear equality and inequality constraints (generally referred to as the NLP problem). It is freely available for non-commercial and research use, and includes a number of nontrivial examples. There are Fortran 77, Fortran 90 and f2c-converted C versions, with a variety of options for the gradient computations.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;The [[NLopt]] library provides free/open-source implementation of a number of different local and global optimization algorithms for nonlinear programming, including bound constraints and general nonlinear inequality constraints, with function values only or exploiting user-supplied gradients.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Packages for large bound-constrained problems (that is, having only simple lower and upper bounds on the variables as constraints) include [http://www-unix.mcs.anl.gov/%7Emore/tron/ TRON], a trust-region Newton method implemented by Lin and Mor, and [http://www.ece.northwestern.edu/%7Enocedal/lbfgsb.html L-BFGS-B], a limited-memory method by Zhu and Nocedal.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Packages for large bound-constrained problems (that is, having only simple lower and upper bounds on the variables as constraints) include [http://www-unix.mcs.anl.gov/%7Emore/tron/ TRON], a trust-region Newton method implemented by Lin and Mor, and [http://www.ece.northwestern.edu/%7Enocedal/lbfgsb.html L-BFGS-B], a limited-memory method by Zhu and Nocedal.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 421:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 423:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www.ics.forth.gr/%7Elourakis/levmar/ LEVMAR] is an implementation of the Levenberg-Marquardt algorithm for nonlinear least squares problems, written by Manolis Lourakis.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www.ics.forth.gr/%7Elourakis/levmar/ LEVMAR] is an implementation of the Levenberg-Marquardt algorithm for nonlinear least squares problems, written by Manolis Lourakis.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [ftp://netlib2.cs.utk.edu/minpack MINPACK] solves dense nonlinear least-squares problems. Contact Jorge More' (&amp;lt;tt&amp;gt;more@mcs.anl.gov&amp;lt;/tt&amp;gt;).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [ftp://netlib2.cs.utk.edu/minpack MINPACK] solves dense nonlinear least-squares problems. Contact Jorge More' (&amp;lt;tt&amp;gt;more@mcs.anl.gov&amp;lt;/tt&amp;gt;).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[NLopt]] - free/open-source implementations of a number of nonlinear optimization algorithms (local and global, nonlinear constraints, with or without user-supplied gradients)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www.omatrix.com/ O-Matrix for Windows] - incorporates several nonlinear optimization tools.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www.omatrix.com/ O-Matrix for Windows] - incorporates several nonlinear optimization tools.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://hqp.sourceforge.net/ Omuses/HQP] comprises a solver for nonlinearly constrained large-scale optimization problems (especially with regular sparsity structure) and a front end based on C++ and ADOL-C. It uses a Newton-type SQP method, with an interior-point procedure for the treatment of constraints. It is available under the [http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License].&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://hqp.sourceforge.net/ Omuses/HQP] comprises a solver for nonlinearly constrained large-scale optimization problems (especially with regular sparsity structure) and a front end based on C++ and ADOL-C. It uses a Newton-type SQP method, with an interior-point procedure for the treatment of constraints. It is available under the [http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=NLopt&amp;diff=3078&amp;oldid=prev</id>
		<title>NLopt</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=NLopt&amp;diff=3078&amp;oldid=prev"/>
				<updated>2009-11-19T22:59:43Z</updated>
		
		<summary type="html">&lt;p&gt;clarification&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:59, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* A common interface for [http://ab-initio.mit.edu/wiki/index.php/NLopt_Algorithms many different algorithms]&amp;amp;mdash;try a different algorithm just by changing one parameter.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* A common interface for [http://ab-initio.mit.edu/wiki/index.php/NLopt_Algorithms many different algorithms]&amp;amp;mdash;try a different algorithm just by changing one parameter.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Both global and local optimization algorithms.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Both global and local optimization algorithms.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Both derivative-free &lt;/del&gt;and &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;gradient&lt;/del&gt;-&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;based optimization algorithms.&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Algorithms using function values only, &lt;/ins&gt;and &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;algorithms exploiting user&lt;/ins&gt;-&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;supplied gradients&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Algorithms for unconstrained optimization, bound-constrained optimization, and general nonlinear inequality constraints.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Algorithms for unconstrained optimization, bound-constrained optimization, and general nonlinear inequality constraints.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Free/open-source software under the GNU LGPL (and looser licenses for some portions of NLopt).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* Free/open-source software under the GNU LGPL (and looser licenses for some portions of NLopt).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Optimization_Software_Guide&amp;diff=3077&amp;oldid=prev</id>
		<title>Optimization Software Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Optimization_Software_Guide&amp;diff=3077&amp;oldid=prev"/>
				<updated>2009-11-19T22:59:01Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;The Full List...:&amp;#32;&lt;/span&gt; &lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:59, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 106:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 106:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NETFLOW]] - network optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NETFLOW]] - network optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NITSOL]] - systems of nonlinear equations.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NITSOL]] - systems of nonlinear equations.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[NLopt]] - local and global nonlinear optimization, including nonlinear constraints, with and without user-supplied gradients&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NLPE]] - minimization and least squares problems.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NLPE]] - minimization and least squares problems.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NLPJOB]] - Mulicriteria optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [[NLPJOB]] - Mulicriteria optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Global_Optimization_Software&amp;diff=3076&amp;oldid=prev</id>
		<title>Global Optimization Software</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Global_Optimization_Software&amp;diff=3076&amp;oldid=prev"/>
				<updated>2009-11-19T22:58:08Z</updated>
		
		<summary type="html">&lt;p&gt;nlopt link&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:58, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan='4' align='center' class='diff-multi'&gt;(One intermediate revision not shown)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/opttek.html OptQuest] - global optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/opttek.html OptQuest] - global optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/qapp.html QAPP] - quadratic assignment problems.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/qapp.html QAPP] - quadratic assignment problems.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[NLopt]] - several global optimization algorithms (continuous parameters only), including nonlinear constraints&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Software offering Global Optimization Solvers=&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Software offering Global Optimization Solvers=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinear_Programming_Software&amp;diff=3074&amp;oldid=prev</id>
		<title>Nonlinear Programming Software</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinear_Programming_Software&amp;diff=3074&amp;oldid=prev"/>
				<updated>2009-11-19T22:57:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:57, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 30:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 30:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/synaps.html SYNAPS Pointer] - multidiscplinary design optimization software.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/synaps.html SYNAPS Pointer] - multidiscplinary design optimization software.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/whatsbest.html What's Best] - Excel add-in for linear, integer, nonlinear programming.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/whatsbest.html What's Best] - Excel add-in for linear, integer, nonlinear programming.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;* [[NLopt]] - a variety of nonlinear-constrained nonlinear optimization algorithms, including algorithms for large-scale problems&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Software offering NLP Solvers=&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Software offering NLP Solvers=&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Bound_Constrained_Optimization_Software&amp;diff=3073&amp;oldid=prev</id>
		<title>Bound Constrained Optimization Software</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Bound_Constrained_Optimization_Software&amp;diff=3073&amp;oldid=prev"/>
				<updated>2009-11-19T22:56:01Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:56, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/tn_tnbc.html TN/TNBC] - minimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/tn_tnbc.html TN/TNBC] - minimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08] - nonlinear optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08] - nonlinear optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[NLopt]] - nonlinear optimization&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Unconstrained_Optimization_Software&amp;diff=3072&amp;oldid=prev</id>
		<title>Unconstrained Optimization Software</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Unconstrained_Optimization_Software&amp;diff=3072&amp;oldid=prev"/>
				<updated>2009-11-19T22:55:46Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:55, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/asa.html ASA ]- adaptive simulated annealing.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/asa.html ASA ]- adaptive simulated annealing.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/btn.html BTN ]- block truncated Newton.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/btn.html BTN ]- block truncated Newton.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 17:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 16:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/uncmin.html UNCMIN] - unconstrained optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/uncmin.html UNCMIN] - unconstrained optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08] - nonlinear optimization.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08] - nonlinear optimization.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* [[NLopt]] - nonlinear optimization&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Global_Optimization&amp;diff=3071&amp;oldid=prev</id>
		<title>Global Optimization</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Global_Optimization&amp;diff=3071&amp;oldid=prev"/>
				<updated>2009-11-19T22:55:15Z</updated>
		
		<summary type="html">&lt;p&gt;link NLopt&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:55, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[http://www.mat.univie.ac.at/~neum/glopt.html Global Optimization]. A web page that contains several links to software, test problems, test results, papers, conferences and researchers. Not all of the links pertain to just global techniques; there are many links to information on local optimization as well.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[http://www.mat.univie.ac.at/~neum/glopt.html Global Optimization]. A web page that contains several links to software, test problems, test results, papers, conferences and researchers. Not all of the links pertain to just global techniques; there are many links to information on local optimization as well.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;The [[NLopt]] library provides several different global optimization algorithms for functions of continuous parameters, including nonlinear constraints: multistart algorithms, controlled random search, DIRECT search, and evolution strategies with stochastic ranking (ISRES).&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinearly_Constrained_Optimization&amp;diff=3070&amp;oldid=prev</id>
		<title>Nonlinearly Constrained Optimization</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Nonlinearly_Constrained_Optimization&amp;diff=3070&amp;oldid=prev"/>
				<updated>2009-11-19T22:53:05Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Further Details:&amp;#32;&lt;/span&gt; mention NLopt&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:53, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 43:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 43:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/nonlinearcon/section2_1_3.html Feasible Sequential Quadratic Programming]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/nonlinearcon/section2_1_3.html Feasible Sequential Quadratic Programming]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/nonlinearcon/sectionstar2_1_4.html Notes and References]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/nonlinearcon/sectionstar2_1_4.html Notes and References]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[NLopt]] includes a variety of local and global algorithms for nonlinear-inequality constrained optimization, with and without user-supplied gradients, including a variety of sequential convex approximations (linear, separable MMA approximations, and quadratic approximation).&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Bound_Constrained_Optimization&amp;diff=3069&amp;oldid=prev</id>
		<title>Bound Constrained Optimization</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Bound_Constrained_Optimization&amp;diff=3069&amp;oldid=prev"/>
				<updated>2009-11-19T22:50:50Z</updated>
		
		<summary type="html">&lt;p&gt;mention NLopt&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:50, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 27:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 27:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/boundcon/section2_1_2.html Gradient-Projection Methods]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/boundcon/section2_1_2.html Gradient-Projection Methods]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/boundcon/sectionstar2_1_3.html Notes and References]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/constrained/boundcon/sectionstar2_1_3.html Notes and References]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[NLopt]] includes a variety of methods for bound-counstrained optimization, including Newton methods, successive linear approximations, and box-constrained Nelder–Mead-like methods, using function values only or exploiting gradient information.&amp;nbsp; It also includes box-constrained global optimization method (e.g. direct search, multistart algorithms, controlled random search, and evolutionary algorithms).&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Newton_Methods&amp;diff=3068&amp;oldid=prev</id>
		<title>Newton Methods</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Newton_Methods&amp;diff=3068&amp;oldid=prev"/>
				<updated>2009-11-19T22:47:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:47, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/imsl.html IMSL], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/lancelot.html LANCELOT], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/matlab.html MATLAB], NAG ([http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/nagf.html NAG Fortran], or [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/nagc.html NAG C]) [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/optima.html OPTIMA], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/port.html PORT 3], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/tn_tnbc.html TN/TNBC ], &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;and &lt;/del&gt;[http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08] implement quasi-Newton, truncated Newton, and Newton algorithms for bound-constrained optimization. The [http://www-neos.mcs.anl.gov/ NEOS SERVER's] [http://www-neos.mcs.anl.gov/ bound-constrained minimization] facility also implements a quasi-Newton algorithm. All these codes implement line-search and trust-region versions of unconstrained minimization algorithms, so our discussion here is brief, emphasizing the differences between the unconstrained and bound-constrained cases.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/imsl.html IMSL], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/lancelot.html LANCELOT], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/matlab.html MATLAB], NAG ([http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/nagf.html NAG Fortran], or [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/nagc.html NAG C]) [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/optima.html OPTIMA], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/port.html PORT 3], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/tn_tnbc.html TN/TNBC ], [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;], and [[NLopt]&lt;/ins&gt;] implement quasi-Newton, truncated Newton, and Newton algorithms for bound-constrained optimization. The [http://www-neos.mcs.anl.gov/ NEOS SERVER's] [http://www-neos.mcs.anl.gov/ bound-constrained minimization] facility also implements a quasi-Newton algorithm. All these codes implement line-search and trust-region versions of unconstrained minimization algorithms, so our discussion here is brief, emphasizing the differences between the unconstrained and bound-constrained cases.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A line-search method for bound-constrained problems generates a sequence of iterates by setting&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;A line-search method for bound-constrained problems generates a sequence of iterates by setting&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=Unconstrained_Optimization&amp;diff=3067&amp;oldid=prev</id>
		<title>Unconstrained Optimization</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=Unconstrained_Optimization&amp;diff=3067&amp;oldid=prev"/>
				<updated>2009-11-19T22:47:06Z</updated>
		
		<summary type="html">&lt;p&gt;mention NLopt&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 22:47, 19 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 35:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 35:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/uncmin.html UNCMIN] &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/uncmin.html UNCMIN] &amp;nbsp;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* [http://www-fp.mcs.anl.gov/otc/Guide/SoftwareGuide/Blurbs/ve08.html VE08]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[NLopt]] includes multiple unconstrained optimization methods: methods using function values only or methods exploiting user-supplied gradients, quasi-Newton methods (quadratic approximations) or methods based on linear approximations, and methods like Nelder-Mead simplex and variants such as the subplex algorithm that do not rely on smooth approximations.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The [http://www-neos.mcs.anl.gov/ NEOS Server] also has an unconstrained minimization facility to solve these problems remotely over the Internet.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The [http://www-neos.mcs.anl.gov/ NEOS Server] also has an unconstrained minimization facility to solve these problems remotely over the Internet.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=NLopt&amp;diff=3066&amp;oldid=prev</id>
		<title>NLopt</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=NLopt&amp;diff=3066&amp;oldid=prev"/>
				<updated>2009-11-19T22:43:05Z</updated>
		
		<summary type="html">&lt;p&gt;added page on NLopt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==NLopt==&lt;br /&gt;
&lt;br /&gt;
'''NLopt''' is a free/open-source library developed at MIT for '''nonlinear optimization''', providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms.  Its features include:&lt;br /&gt;
&lt;br /&gt;
* Callable from C, C++, Fortran, GNU Octave, and Matlab.&lt;br /&gt;
* A common interface for [http://ab-initio.mit.edu/wiki/index.php/NLopt_Algorithms many different algorithms]&amp;amp;mdash;try a different algorithm just by changing one parameter.&lt;br /&gt;
* Both global and local optimization algorithms.&lt;br /&gt;
* Both derivative-free and gradient-based optimization algorithms.&lt;br /&gt;
* Algorithms for unconstrained optimization, bound-constrained optimization, and general nonlinear inequality constraints.&lt;br /&gt;
* Free/open-source software under the GNU LGPL (and looser licenses for some portions of NLopt).&lt;br /&gt;
&lt;br /&gt;
More information about NLopt, including a [http://ab-initio.mit.edu/wiki/index.php/NLopt_manual manual], [http://dir.gmane.org/gmane.science.analysis.nlopt.general mailing list], and download links, can be found at the NLopt web page:&lt;br /&gt;
&lt;br /&gt;
* [http://ab-initio.mit.edu/wiki/index.php/NLopt NLopt home page]&lt;/div&gt;</summary>
		<author><name>Sjohnson</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=User:Sjohnson&amp;diff=0&amp;oldid=prev</id>
		<title>User:Sjohnson</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=User:Sjohnson&amp;diff=0&amp;oldid=prev"/>
				<updated>2009-11-19T19:49:05Z</updated>
		
		<summary type="html">&lt;p&gt;created new account &lt;a href=&quot;/NEOS/index.php?title=User:Sjohnson&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Sjohnson (page does not exist)&quot;&gt;User:Sjohnson&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leyffer</name></author>	</entry>

	<entry>
		<id>http://wiki.mcs.anl.gov/NEOS/index.php?title=GAMS&amp;diff=3065&amp;oldid=prev</id>
		<title>GAMS</title>
		<link rel="alternate" type="text/html" href="http://wiki.mcs.anl.gov/NEOS/index.php?title=GAMS&amp;diff=3065&amp;oldid=prev"/>
				<updated>2009-11-13T13:26:52Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 13:26, 13 November 2009&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Timeline==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Timeline==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;1975 &lt;/del&gt;GAMS idea is presented at the ISMP Budapest&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;1976 &lt;/ins&gt;GAMS idea is presented at the ISMP Budapest&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 1978 Phase I: GAMS supports [[Linear Programming]]. Supported platforms: Mainframes and Unix Workstations&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 1978 Phase I: GAMS supports [[Linear Programming]]. Supported platforms: Mainframes and Unix Workstations&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 1979 Phase II: GAMS supports [[Nonlinear Programming]].&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 1979 Phase II: GAMS supports [[Nonlinear Programming]].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 38:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 2006 GAMS supports parallel [[grid computing]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 2006 GAMS supports parallel [[grid computing]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 2007 GAMS supports open-source [[solver]]s from [https://projects.coin-or.org/GAMSlinks COIN-OR]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* 2007 GAMS supports open-source [[solver]]s from [https://projects.coin-or.org/GAMSlinks COIN-OR]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;* 2008 Support for 32 and 64 bit Mac OS X&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Background==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==Background==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2009-11-20 08:25:58 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jagla</name></author>	</entry>

	</feed>