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 a33bcd4 commit 5962c8cCopy full SHA for 5962c8c
ql/termstructures/globalbootstrap.cpp
@@ -101,7 +101,7 @@ void MultiCurveBootstrap::runMultiCurveBootstrap() {
101
return result;
102
};
103
104
- SimpleCostFunction<decltype(fn)> costFunction(fn, 1E-8);
+ SimpleCostFunction<decltype(fn)> costFunction(fn);
105
NoConstraint noConstraint;
106
Problem problem(costFunction, noConstraint, guess);
107
EndCriteria::Type endType = optimizer_->minimize(problem, *endCriteria_);
0 commit comments