aboutsummaryrefslogtreecommitdiffstats
path: root/methods/gsl_simplex
diff options
context:
space:
mode:
Diffstat (limited to 'methods/gsl_simplex')
-rw-r--r--methods/gsl_simplex/gsl_simplex.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp
index f241205..a8a72d1 100644
--- a/methods/gsl_simplex/gsl_simplex.hpp
+++ b/methods/gsl_simplex/gsl_simplex.hpp
@@ -69,7 +69,10 @@ namespace opt_utilities
return p_fo->eval(x);
}
-
+ const char* do_get_type_name()const
+ {
+ return "gsl simplex";
+ }
public:
gsl_simplex()
:threshold(1e-4)