aboutsummaryrefslogtreecommitdiffstats
path: root/methods/powell
diff options
context:
space:
mode:
Diffstat (limited to 'methods/powell')
-rw-r--r--methods/powell/powell_method.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp
index d6f7d0b..6424a94 100644
--- a/methods/powell/powell_method.hpp
+++ b/methods/powell/powell_method.hpp
@@ -206,9 +206,14 @@ namespace opt_utilities
{
resize(start_point,get_size(p));
opt_eq(start_point,p);
-
}
+ void do_set_lower_limit(const array1d_type& p)
+ {}
+
+ void do_set_upper_limit(const array1d_type& p)
+ {}
+
void do_set_precision(rT t)
{
threshold=t;