@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr:-FWTTZ9R7-X
  skos:prefLabel "fonction numérique à plusieurs variables réelles"@fr, "function of several real variables"@en ;
  a skos:Concept ;
  skos:narrower psr:-ZBQ8QJCZ-2 .

psr: a skos:ConceptScheme .
psr:-ZBQ8QJCZ-2
  skos:definition """La <b>fonction de Rosenbrock</b> est une fonction non convexe de deux variables utilisée comme test pour des problèmes d'optimisation mathématique. Elle a été introduite par Howard Harry Rosenbrock en 1960. Elle est aussi connue sous le nom de <b>fonction banane</b>.
<br/>La fonction présente un minimum global à l'intérieur d'une longue vallée étroite de forme parabolique. Si trouver la vallée analytiquement est trivial, on peut voir que les algorithmes de recherche du minimum global convergent difficilement.
<br/>La fonction est définie par&nbsp;:
<br/>
<br/><dl><dd><span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle f(x,y)=(1-x)^{2}+100(y-x^{2})^{2}.\\\\quad }">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>f</mi>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>x</mi>
<br/>        <mo>,</mo>
<br/>        <mi>y</mi>
<br/>        <mo stretchy="false">)</mo>
<br/>        <mo>=</mo>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mn>1</mn>
<br/>        <mo>−<!-- − --></mo>
<br/>        <mi>x</mi>
<br/>        <msup>
<br/>          <mo stretchy="false">)</mo>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <mo>+</mo>
<br/>        <mn>100</mn>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>y</mi>
<br/>        <mo>−<!-- − --></mo>
<br/>        <msup>
<br/>          <mi>x</mi>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <msup>
<br/>          <mo stretchy="false">)</mo>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <mo>.</mo>
<br/>        <mspace width="1em"></mspace>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle f(x,y)=(1-x)^{2}+100(y-x^{2})^{2}.\\\\quad }</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/196961a941cb5ab681e4ee0d832782cb5a710a98" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:36.442ex; height:3.176ex;" alt="f(x, y) = (1-x)^2 + 100(y-x^2)^2 .\\\\quad "></span></dd></dl>
<br/>Le minimum global est obtenu au point <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle (x,y)=(1,1)}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>x</mi>
<br/>        <mo>,</mo>
<br/>        <mi>y</mi>
<br/>        <mo stretchy="false">)</mo>
<br/>        <mo>=</mo>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mn>1</mn>
<br/>        <mo>,</mo>
<br/>        <mn>1</mn>
<br/>        <mo stretchy="false">)</mo>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle (x,y)=(1,1)}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/40dd7873f4b66b6cc9a37bfae96cecfb64af7947" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:13.595ex; height:2.843ex;" alt="(x, y)=(1, 1)"></span>, pour lequel la fonction vaut 0. Un coefficient différent est parfois donné dans le second terme, mais cela n'affecte pas la position du minimum global. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Fonction_de_Rosenbrock">https://fr.wikipedia.org/wiki/Fonction_de_Rosenbrock</a>)"""@fr, """In mathematical optimization, the <b>Rosenbrock function</b> is a non-convex function, introduced by Howard H. Rosenbrock in 1960, which is used as a performance test problem for optimization algorithms. It is also known as <b>Rosenbrock's valley</b> or <b>Rosenbrock's banana function</b>.
<br/>The global minimum is inside a long, narrow, parabolic shaped flat valley. To find the valley is trivial. To converge to the global minimum, however, is difficult.
<br/>The function is defined by
<br/><span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle f(x,y)=(a-x)^{2}+b(y-x^{2})^{2}}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>f</mi>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>x</mi>
<br/>        <mo>,</mo>
<br/>        <mi>y</mi>
<br/>        <mo stretchy="false">)</mo>
<br/>        <mo>=</mo>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>a</mi>
<br/>        <mo>−<!-- − --></mo>
<br/>        <mi>x</mi>
<br/>        <msup>
<br/>          <mo stretchy="false">)</mo>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <mo>+</mo>
<br/>        <mi>b</mi>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>y</mi>
<br/>        <mo>−<!-- − --></mo>
<br/>        <msup>
<br/>          <mi>x</mi>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <msup>
<br/>          <mo stretchy="false">)</mo>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle f(x,y)=(a-x)^{2}+b(y-x^{2})^{2}}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/5c41765958e94603760f8efbc2d1bf330b696e9c" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:31.05ex; height:3.176ex;" alt="f(x,y)=(a-x)^{2}+b(y-x^{2})^{2}"></span>
<br/>It has a global minimum at <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle (x,y)=(a,a^{2})}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>x</mi>
<br/>        <mo>,</mo>
<br/>        <mi>y</mi>
<br/>        <mo stretchy="false">)</mo>
<br/>        <mo>=</mo>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>a</mi>
<br/>        <mo>,</mo>
<br/>        <msup>
<br/>          <mi>a</mi>
<br/>          <mrow class="MJX-TeXAtom-ORD">
<br/>            <mn>2</mn>
<br/>          </mrow>
<br/>        </msup>
<br/>        <mo stretchy="false">)</mo>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle (x,y)=(a,a^{2})}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/ea14f34d73bc8ef243e09ec7b63193baf0713006" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:14.784ex; height:3.176ex;" alt="(x,y)=(a,a^{2})"></span>, where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle f(x,y)=0}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>f</mi>
<br/>        <mo stretchy="false">(</mo>
<br/>        <mi>x</mi>
<br/>        <mo>,</mo>
<br/>        <mi>y</mi>
<br/>        <mo stretchy="false">)</mo>
<br/>        <mo>=</mo>
<br/>        <mn>0</mn>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle f(x,y)=0}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/01ede27471a9cc9a0c5eb6e1ebdc7afc8a086543" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.838ex; width:10.868ex; height:2.843ex;" alt="f(x,y)=0"></span>. Usually, these parameters are set such that <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle a=1}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>a</mi>
<br/>        <mo>=</mo>
<br/>        <mn>1</mn>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle a=1}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/6104442ed30596ef4d7795d3186273f68d796ea4" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:5.491ex; height:2.176ex;" alt="a=1"></span> and <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle b=100}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>b</mi>
<br/>        <mo>=</mo>
<br/>        <mn>100</mn>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle b=100}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/ea31cd12e5e9a33f8121bacd4fa5cd0262507481" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:7.583ex; height:2.176ex;" alt="b=100"></span>. Only in the trivial case where <span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle a=0}">
<br/>  <semantics>
<br/>    <mrow class="MJX-TeXAtom-ORD">
<br/>      <mstyle displaystyle="true" scriptlevel="0">
<br/>        <mi>a</mi>
<br/>        <mo>=</mo>
<br/>        <mn>0</mn>
<br/>      </mstyle>
<br/>    </mrow>
<br/>    <annotation encoding="application/x-tex">{\\\\displaystyle a=0}</annotation>
<br/>  </semantics>
<br/></math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/90d476e5e765a5d77bbcff32e4584579207ec7d8" class="mwe-math-fallback-image-inline" aria-hidden="true" style="vertical-align: -0.338ex; width:5.491ex; height:2.176ex;" alt="a=0"></span> the function is symmetric and the minimum is at the origin. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Rosenbrock_function">https://en.wikipedia.org/wiki/Rosenbrock_function</a>)"""@en ;
  dc:modified "2023-07-26"^^xsd:date ;
  skos:prefLabel "fonction de Rosenbrock"@fr, "Rosenbrock function"@en ;
  skos:inScheme psr: ;
  dc:created "2023-07-26"^^xsd:date ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Fonction_de_Rosenbrock>, <https://en.wikipedia.org/wiki/Rosenbrock_function> ;
  skos:broader psr:-XJ7K95G7-L, psr:-FWTTZ9R7-X ;
  a skos:Concept .

psr:-XJ7K95G7-L
  skos:prefLabel "optimization"@en, "optimisation"@fr ;
  a skos:Concept ;
  skos:narrower psr:-ZBQ8QJCZ-2 .

