alglib::minlbfgsreport Class Reference
#include <optimization.h>
Inheritance diagram for alglib::minlbfgsreport:
 
  
| Public Member Functions | |
| alglib_impl::minlbfgsreport * | c_ptr () | 
| alglib_impl::minlbfgsreport * | c_ptr () const | 
| minlbfgsreport () | |
| minlbfgsreport (const minlbfgsreport &rhs) | |
| minlbfgsreport & | operator= (const minlbfgsreport &rhs) | 
| virtual | ~minlbfgsreport () | 
| Public Attributes | |
| ae_int_t & | iterationscount | 
| ae_int_t & | nfev | 
| ae_int_t & | terminationtype | 
| ae_int_t & | varidx | 
| Protected Attributes | |
| alglib_impl::minlbfgsreport * | p_struct | 
Detailed Description
Definition at line 1162 of file optimization.h.
Constructor & Destructor Documentation
◆ minlbfgsreport() [1/2]
| alglib::minlbfgsreport::minlbfgsreport | ( | ) | 
◆ minlbfgsreport() [2/2]
| alglib::minlbfgsreport::minlbfgsreport | ( | const minlbfgsreport & | rhs | ) | 
◆ ~minlbfgsreport()
| 
 | virtual | 
Member Function Documentation
◆ c_ptr() [1/2]
| 
 | inherited | 
◆ c_ptr() [2/2]
| 
 | inherited | 
◆ operator=()
| minlbfgsreport& alglib::minlbfgsreport::operator= | ( | const minlbfgsreport & | rhs | ) | 
Member Data Documentation
◆ iterationscount
| ae_int_t& alglib::minlbfgsreport::iterationscount | 
Definition at line 1169 of file optimization.h.
◆ nfev
| ae_int_t& alglib::minlbfgsreport::nfev | 
Definition at line 1170 of file optimization.h.
◆ p_struct
| 
 | protectedinherited | 
Definition at line 1185 of file optimization.h.
◆ terminationtype
| ae_int_t& alglib::minlbfgsreport::terminationtype | 
Definition at line 1172 of file optimization.h.
◆ varidx
| ae_int_t& alglib::minlbfgsreport::varidx | 
Definition at line 1171 of file optimization.h.
The documentation for this class was generated from the following file:
- alglib/optimization.h

