Fix image references and name changes.
This commit is contained in:
@@ -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*π, <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>
|
||||
|
Reference in New Issue
Block a user