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">Ackley's function</h1>
<center>
<img src="images/ackleytex.jpg" width="500" height="58" aling="center">
<img src="../images/ackleytex.jpg" width="500" height="58" aling="center">
</center>
<p>
Ackley's function is multimodal and symmetrical. It is based on an exponential function and modulated by a cosine function.
@@ -17,12 +17,12 @@ The difficulty for an optimization algorithm is mid-graded because a simple opti
<p>
<img src="images/ackley.jpg" width="480" height="360" border="2" align="center">
<img src="../images/ackley.jpg" width="480" height="360" border="2" align="center">
<br>
Ackley's function within the co-domain -20 >= <i>x</i> >= 20, <i>a</i>=20, <i>b</i>=0.2, <i>c</i>=2*&#960;, <i>n</i>=2.
<p>
<img src="images/ackleyopt.jpg" width="480" height="360" border="2" align="center">
<img src="../images/ackleyopt.jpg" width="480" height="360" border="2" align="center">
<br>
Ackley's function close to the optimum.
<hr>