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 fb25659 commit a6a970bCopy full SHA for a6a970b
math/scipy/src/ScipyMinimizer.cxx
@@ -309,6 +309,7 @@ bool ScipyMinimizer::Minimize()
309
std::cout << "=== Status: " << status << std::endl;
310
std::cout << "=== Message: " << message << std::endl;
311
std::cout << "=== Function calls: " << nfev << std::endl;
312
+ if(success) fStatus=0;
313
return success;
314
}
315
0 commit comments