From 07139e38b8d6baadc30443c7f20551908b3db491 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 5 Sep 2009 16:17:32 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@60 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/gsl_simplex/gsl_simplex.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'methods/gsl_simplex') diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp index cb26ac6..5297e7a 100644 --- a/methods/gsl_simplex/gsl_simplex.hpp +++ b/methods/gsl_simplex/gsl_simplex.hpp @@ -106,11 +106,21 @@ namespace opt_utilities } + array1d_type do_get_start_point()const + { + return start_point; + } + void do_set_precision(rT t) { threshold=t; } + rT do_get_precision()const + { + return threshold; + } + void do_set_optimizer(optimizer& o) { p_optimizer=&o; -- cgit v1.2.2