We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23585b5 commit ef0f79eCopy full SHA for ef0f79e
include/aligator/core/linesearch-nonmonotone.hpp
@@ -38,7 +38,7 @@ NonmonotoneLinesearch<T>::NonmonotoneLinesearch(const Options &options)
38
39
template <typename T>
40
T NonmonotoneLinesearch<T>::run(fun_t f, T phi0, T dphi0, T &a_opt) {
41
- const Options &opts = this->options();
+ const Options &opts = this->options_;
42
mov_avg = avg_eta * avg_weight * mov_avg + phi0;
43
avg_weight = avg_eta * avg_weight + 1;
44
mov_avg /= avg_weight;
0 commit comments