Minor change to build.xml
This commit is contained in:
parent
0b963d7907
commit
e6266418aa
@ -391,9 +391,9 @@
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="eva2.client.EvAClient"/>
|
||||
<attribute name="Built-By" value="Center for Bioinformatics Tuebingen (ZBIT)"/>
|
||||
<attribute name="SplashScreen-Image" value="resources/images/splashScreen2.png"/>
|
||||
<!--
|
||||
<attribute name="Xdock:name" value="EvA2"/>
|
||||
<attribute name="Xdock:icon" value="resources/images/icon4.gif"/>
|
||||
<attribute name="Xdock:icon" value="resources/images/icon4.gif"/>-->
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user