![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
| bool stan::math::internal::NewtonState::final_loop = false |
On the final loop if we found a better wolfe step, but we are going to exit, we want to make sure all of our return values are with the most recent wolfe step that was accepted.
So we do one final loop to update our return values. This flag tells us if we are on the final loop and need to update the values one more time.
Definition at line 369 of file laplace_marginal_density_estimator.hpp.