<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=State-Transition_Equation</id>
	<title>State-Transition Equation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=State-Transition_Equation"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=State-Transition_Equation&amp;action=history"/>
	<updated>2026-04-17T23:41:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=State-Transition_Equation&amp;diff=30318&amp;oldid=prev</id>
		<title>en&gt;Dthomsen8: clean up, added orphan tag, typo(s) fixed: ,  → ,  (3) using AWB</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=State-Transition_Equation&amp;diff=30318&amp;oldid=prev"/>
		<updated>2014-01-06T03:20:13Z</updated>

		<summary type="html">&lt;p&gt;clean up, added &lt;a href=&quot;/index.php?title=CAT:O&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;CAT:O (page does not exist)&quot;&gt;orphan&lt;/a&gt; tag, &lt;a href=&quot;/index.php?title=WP:AWB/T&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWB/T (page does not exist)&quot;&gt;typo(s) fixed&lt;/a&gt;: ,  → ,  (3) using &lt;a href=&quot;/index.php?title=Testwiki:AWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Testwiki:AWB (page does not exist)&quot;&gt;AWB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;NEWUOA&amp;#039;&amp;#039;&amp;#039;&amp;lt;ref name=&amp;quot;report&amp;quot;&amp;gt;{{Cite report |author= Powell, M. J. D. |date= November 2004 | title=The NEWUOA software for unconstrained optimization without derivatives | url=http://www.damtp.cam.ac.uk/user/na/NA_papers/NA2004_08.pdf |publisher=Department of Applied Mathematics and Theoretical Physics, Cambridge University |docket=DAMTP 2004/NA05|accessdate= 2014-01-14}}&amp;lt;/ref&amp;gt; is a [[numerical analysis|numerical]] [[optimization (mathematics)|optimization]] [[algorithm]] by [[Michael J. D. Powell]]. It is also the name of [[Michael J. D. Powell|Powell]]&amp;#039;s [[Fortran#FORTRAN 77|Fortran 77]] implementation of the algorithm.&lt;br /&gt;
&lt;br /&gt;
NEWUOA solves unconstrained [[optimization (mathematics)|optimization]] problems without using [[derivatives]], which makes it a [[derivative-free optimization|derivative-free]] algorithm. The algorithm is [[Iterative method|iterative]], and exploits [[trust region]] technique. On each iteration, the algorithm establishes a model function &amp;lt;math&amp;gt; Q_k &amp;lt;/math&amp;gt; by [[quadratic]] [[interpolation]], and then minimizes &amp;lt;math&amp;gt; Q_k &amp;lt;/math&amp;gt; within a [[trust region]].&lt;br /&gt;
&lt;br /&gt;
One important feature of NEWUOA algorithm is the least [[Frobenius norm]] updating &amp;lt;ref&amp;gt;{{cite journal|last=Powell|first=M. J. D. |title=Least Frobenius norm updating of quadratic models that satisfy interpolation conditions |journal=Mathematical Programming |publisher= Springer |year=2004 |volume=100 |pages=183–215|doi=10.1007/s10107-003-0490-7}}&amp;lt;/ref&amp;gt; technique. Suppose that the [[Optimization problem|objective function]] &amp;lt;math&amp;gt; f &amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; variables, and one wants to uniquely determine the quadratic model &amp;lt;math&amp;gt; Q_k &amp;lt;/math&amp;gt; by purely [[interpolation|interpolating]] the function values of &amp;lt;math&amp;gt; f &amp;lt;/math&amp;gt;, then it is necessary to evaluate &amp;lt;math&amp;gt; f &amp;lt;/math&amp;gt; at &amp;lt;math&amp;gt; (n+1)(n+2)/2 &amp;lt;/math&amp;gt; points. But this is impractical when &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; is large, because the function values are supposed to be expensive in [[derivative-free optimization]]. In NEWUOA, the model &amp;lt;math&amp;gt; Q_k &amp;lt;/math&amp;gt; [[interpolation|interpolates]] only &amp;lt;math&amp;gt; m &amp;lt;/math&amp;gt; (an integer between &amp;lt;math&amp;gt; n+2 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; (n+1)(n+2)/2 &amp;lt;/math&amp;gt;, typically of [[Orders of approximation|order]] &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt;) function values of &amp;lt;math&amp;gt; f &amp;lt;/math&amp;gt;, and the remaining degree of freedom is taken up by minimizing the [[Frobenius norm]] of &amp;lt;math&amp;gt; \nabla^2 Q_k -\nabla^2 Q_{k-1}&amp;lt;/math&amp;gt;. This technique mimics the least change secant updates &amp;lt;ref&amp;gt;{{cite journal |last= Dennis, Jr. |first= J. E. |last2= Schnabel|first2= R. B.|year= 1979 |title=Least Change Secant Updates for Quasi-Newton Methods |url= http://www.jstor.org/stable/2030103 |journal= SIAM Review |publisher= SIAM |volume= 21 |pages= 443–459 |accessdate=2014-01-14}}&amp;lt;/ref&amp;gt; for [[Quasi-Newton methods]], and can be considered as the derivative-free version of [[PSB update]] ([[Michael J. D. Powell|Powell]]&amp;#039;s Symmetric [[Charles George Broyden|Broyden]] update).&amp;lt;ref&amp;gt;{{cite journal|last=Powell|first=M. J. D. |title=Beyond symmetric Broyden for updating quadratic models in minimization without derivatives |journal=Mathematical Programming |publisher= Springer |year=2013 |volume=138 |pages=475–500 |doi=10.1007/s10107-011-0510-y}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To construct the models, NEWUOA maintains a set of [[interpolation]] points throughout the iterations. The update of this set is another feature of NEWUOA.&amp;lt;ref name=&amp;quot;report&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NEWUOA algorithm was developed from [[UOBYQA]] (Unconstrained Optimization BY Quadratic Approximation).&amp;lt;ref&amp;gt;{{cite journal|last=Powell|first=M. J. D. |title= UOBYQA: unconstrained optimization by quadratic approximation|journal=Mathematical Programming |publisher= Springer|year=2002 |volume=92 |pages=555–582 |doi=10.1007/s101070100290}}&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;code&amp;quot;/&amp;gt; A major difference between them is that [[UOBYQA]] constructs quadratic models by [[interpolation|interpolating]] the [[Optimization problem|objective function]]  at &amp;lt;math&amp;gt; (n+1)(n+2)/2 &amp;lt;/math&amp;gt; points.&lt;br /&gt;
&lt;br /&gt;
NEWUOA software was released on December 16, 2004.&amp;lt;ref name=&amp;quot;depository&amp;quot;&amp;gt;{{cite web|url=http://mat.uc.pt/~zhang/software.html |title=A depository of Powell&amp;#039;s software |publisher= |date= |accessdate=2014-01-14}}&amp;lt;/ref&amp;gt; It can solve unconstrained optimization problems of a few hundreds variables to high precision without using [[derivatives]].&amp;lt;ref name=&amp;quot;report&amp;quot;/&amp;gt; In the software, &amp;lt;math&amp;gt; m &amp;lt;/math&amp;gt; is set to &amp;lt;math&amp;gt; 2n+1 &amp;lt;/math&amp;gt; by default.&amp;lt;ref name=&amp;quot;code&amp;quot;&amp;gt;{{cite web|url=http://mat.uc.pt/~zhang/software/newuoa.zip |title=Source code of NEWUOA software |publisher= |date= |accessdate=2014-01-14}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other [[derivative-free optimization]] algorithms by [[Michael J. D. Powell|Powell]] include [[COBYLA]], [[UOBYQA]], [[BOBYQA]], and [[LINCOA]].&amp;lt;ref name=&amp;quot;depository&amp;quot;/&amp;gt; [[BOBYQA]] and [[LINCOA]] are extensions of NEWUOA to bound constrained and linearly [[constrained optimization]] respectively.&lt;br /&gt;
&lt;br /&gt;
[[Michael J. D. Powell|Powell]] did not explain how he coined the name &amp;quot;NEWUOA&amp;quot; either in the introducing report &amp;lt;ref name=&amp;quot;report&amp;quot;/&amp;gt; or in the software,&amp;lt;ref name=&amp;quot;code&amp;quot;/&amp;gt; although [[COBYLA]], [[UOBYQA]], [[BOBYQA]] and [[LINCOA]] are all named by [[acronyms]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[COBYLA]]&lt;br /&gt;
*[[LINCOA]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://mat.uc.pt/~zhang/software.html Source code of NEWUOA software]&lt;br /&gt;
&lt;br /&gt;
{{optimization algorithms}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Optimization algorithms and methods]]&lt;/div&gt;</summary>
		<author><name>en&gt;Dthomsen8</name></author>
	</entry>
</feed>