From e6266418aabc667fe450ffa26689231604fc0d46 Mon Sep 17 00:00:00 2001 From: Marcel Kronfeld Date: Wed, 2 Feb 2011 09:17:00 +0000 Subject: [PATCH] Minor change to build.xml --- ant/build.xml | 6 +++--- resources/F2Problem.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ant/build.xml b/ant/build.xml index c1ee7dc8..287437d0 100644 --- a/ant/build.xml +++ b/ant/build.xml @@ -390,10 +390,10 @@ - - + + diff --git a/resources/F2Problem.html b/resources/F2Problem.html index e40272a2..40dfaa06 100644 --- a/resources/F2Problem.html +++ b/resources/F2Problem.html @@ -12,7 +12,7 @@ This function is unimodal and continuous, but the global optimum is hard to find


-Rosenbrock's function within the co-domain -5 <= x <= 5. +Rosenbrock's function within the domain -5 <= x <= 5.

The global optimum is located in a parabolic formed valley (among the curve x^2 = x_1^2), which has a flat ground.