Fix image references and name changes.

This commit is contained in:
2014-11-12 19:23:03 +01:00
parent 014fd85beb
commit 9ea3f4d464
10 changed files with 21 additions and 22 deletions

View File

@@ -5,18 +5,18 @@
<body>
<h1 align="center">Generalized Rosenbrock's function</h1>
<center>
<img src="images/rosenbrocktex.jpg" width="500" height="78">
<img src="../images/rosenbrocktex.jpg" width="500" height="78">
</center>
<p>
This function is unimodal and continuous, but the global optimum is hard to find, because of independence through the term (<i>x</i>_(<i>i</i>+1) - <i>x_i</i>*<i>x_i</i>)^2 between contiguous parameters.
<p>
<img src="images/f85.jpg" border="2">
<img src="../images/f85.jpg" border="2">
<br>
Rosenbrock's function within the domain -5 <= <i>x</i> <= 5.
<p>
The global optimum is located in a parabolic formed valley (among the curve x^2 = x_1^2), which has a flat ground.
<br>
<img src="images/f81.jpg" border="2">
<img src="../images/f81.jpg" border="2">
<br>
The function close to its global optimum, which is: f(<i>x</i>) = f(1, 1, ... , 1) = 0.
<p>