From 75b3839a71b79efde600f7e08b63aa4466008c4a Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 6 Sep 2009 21:44:58 +0000 Subject: [PATCH] Changed comment because I think it is easier to read this way. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403189 --- examples/optimization_ex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/optimization_ex.cpp b/examples/optimization_ex.cpp index 8f0f650ed..3679bb9ac 100755 --- a/examples/optimization_ex.cpp +++ b/examples/optimization_ex.cpp @@ -164,7 +164,6 @@ int main() // a better choice. starting_point = 4, 8; find_min(lbfgs_search_strategy(10), // The 10 here is basically a measure of how much memory L-BFGS will use. - // See the documentation for details. objective_delta_stop_strategy(1e-7), &rosen, &rosen_derivative, starting_point, -1);