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,7 +5,7 @@
<body>
<h1 align="center">Generalized Rastrigin's function</h1>
<center>
<img src="images/rastrigintex.jpg" width="500" height="101">
<img src="../images/rastrigintex.jpg" width="500" height="101">
</center>
<p>
Rastrigin's function is symmetric. It is based on the simple <i>parabola function</i> (called f1 in the EvA context), but it is multimodal because a modulation term on the basis of the cosine function is added. This evokes hills and valleys which are misleading local optima.
@@ -13,14 +13,14 @@ Rastrigin's function is symmetric. It is based on the simple <i>parabola functio
Values used for the following illustrations: <i>A</i>=10, <i>&#969;</i>=2*&#960;, <i>n</i>=2.
<br>
<img src="images/rastrigin20.jpg" border="2">
<img src="../images/rastrigin20.jpg" border="2">
<br>
Rastrigin's function within the co-domain -20>=<i>x</i>>=20
<p>
<img src="images/rastrigin5.jpg" border="2">
<img src="../images/rastrigin5.jpg" border="2">
<br>
Rastrigin's function within the co-domain -5>=<i>x</i>>=5
@@ -29,7 +29,7 @@ Rastrigin's function within the co-domain -5>=<i>x</i>>=5
Like Ackley's function a simple evolutionary algorithm would get stuck in a local optimum, while a broader searching algorithm would get out of the local optimum closer to the global optimum, which in this case is: f(<i>x</i>) = f(0, 0, ... , 0) = 0.
<p>
<img src="images/rastrigin1.jpg" border="2"><br>
<img src="../images/rastrigin1.jpg" border="2"><br>
Rastrigin's function close to its optimum.
<hr>