From ff3d217744dc6341e965c8a3f6b3037cd2b2cf3b Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Tue, 3 May 2011 17:15:35 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@193 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/bfgs/bfgs.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'methods/bfgs') diff --git a/methods/bfgs/bfgs.hpp b/methods/bfgs/bfgs.hpp index 0be3cf4..0ed665c 100644 --- a/methods/bfgs/bfgs.hpp +++ b/methods/bfgs/bfgs.hpp @@ -43,17 +43,17 @@ namespace opt_utilities element_type** invBk; bool bstop; private: - const char* do_get_type_name()const - { - return "asexual genetic algorithm"; - } - rT func(const pT& x) { assert(p_fo!=0); return p_fo->eval(x); } + const char* do_get_type_name()const + { + return "bfgs"; + } + public: bfgs_method() :threshold(1e-5),p_fo(0),p_optimizer(0), -- cgit v1.2.2