Minor change to build.xml

This commit is contained in:
Marcel Kronfeld
2011-02-02 09:17:00 +00:00
parent 0b963d7907
commit e6266418aa
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ This function is unimodal and continuous, but the global optimum is hard to find
<p>
<img src="images/f85.jpg" border="2">
<br>
Rosenbrock's function within the co-domain -5 <= <i>x</i> <= 5.
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>