From 0626a3d151445530e30869fdb0081340ddb1569d Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Tue, 27 Jul 2010 16:33:17 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@130 ed2142bd-67ad-457f-ba7c-d818d4011675 --- test/test_optimizer.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_optimizer.cpp b/test/test_optimizer.cpp index 8d0b405..6853efc 100644 --- a/test/test_optimizer.cpp +++ b/test/test_optimizer.cpp @@ -2,6 +2,7 @@ #include #include #include +#include //#include #include #include @@ -151,9 +152,10 @@ int main() { // gsl_simplex > pm_simplex; powell_method > pm_powell; - test_opt(foo1(),pm_powell); - test_opt(foo2(),pm_powell); - test_opt(foo3(),pm_powell); + lbfgs_method > lbfgsm; + test_opt(foo1(),lbfgsm); + test_opt(foo2(),lbfgsm); + test_opt(foo3(),lbfgsm); test_opt(foo4(),pm_powell); test_opt(foo5(),pm_powell); } -- cgit v1.2.2