diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-08-18 12:33:22 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-08-18 12:33:22 +0000 |
commit | 690ef57ffb01349cece73b10ae45a12581c60abf (patch) | |
tree | 22fb0173529a787a20efbd0c0f5cc9fdb15c5f33 /methods/powell/powell_method.hpp | |
parent | 9fcda2d737def25854456a64d4d8c6f24771341f (diff) | |
download | opt-utilities-690ef57ffb01349cece73b10ae45a12581c60abf.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@42 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/powell/powell_method.hpp')
-rw-r--r-- | methods/powell/powell_method.hpp | 7 |
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; |