Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::WolfeStatus Struct Reference

Detailed Description

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}
 

The documentation for this struct was generated from the following file: