![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Struct to hold the result status of the Wolfe line search.
Definition at line 348 of file wolfe_line_search.hpp.
#include <wolfe_line_search.hpp>
Public Member Functions | |
| WolfeStatus ()=default | |
| WolfeStatus (WolfeReturn stop, int evals, int back) | |
| WolfeStatus (WolfeReturn stop, int evals, int back, bool success) | |
Public Attributes | |
| int | num_evals_ {0} |
| int | num_backtracks_ {-1} |
| WolfeReturn | stop_ {WolfeReturn::Fail} |
| bool | accept_ {false} |