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,14 +5,14 @@
<body>
<h1 align="center">The F1 hyper-parabola function</h1>
<center>
<img src="images/f1tex.jpg" width="85" height="95" border="0" align="center">
<img src="../images/f1tex.jpg" width="85" height="95" border="0" align="center">
</center><br>
The hyper-parabola function is a <i>n</i>-dimensional, axis-symmetric, continuously differentiable, convex function:
<p>
Because of its simplicity every optimization-algorithm should be able to find its global minimum at <i>x</i>=[0, 0, ... , 0]
<p>
<img src="images/f1.jpg" width="480" height="360" border="2" align="middle">
<img src="../images/f1.jpg" width="480" height="360" border="2" align="middle">
<hr>
More information about the F1 function can be found at: