|
occ
|
Result structure from L-BFGS optimization. More...
#include <lbfgs.h>
Public Attributes | |
| Vec | x |
| Final parameters. | |
| double | final_energy |
| Final objective value. | |
| Vec | final_gradient |
| Final gradient. | |
| int | iterations |
| Number of iterations. | |
| int | function_evaluations |
| Number of function evaluations. | |
| bool | converged |
| Whether optimization converged. | |
| std::string | termination_reason |
| Reason for termination. | |
Result structure from L-BFGS optimization.
| bool occ::mults::LBFGSResult::converged |
Whether optimization converged.
| double occ::mults::LBFGSResult::final_energy |
Final objective value.
| Vec occ::mults::LBFGSResult::final_gradient |
Final gradient.
| int occ::mults::LBFGSResult::function_evaluations |
Number of function evaluations.
| int occ::mults::LBFGSResult::iterations |
Number of iterations.
| std::string occ::mults::LBFGSResult::termination_reason |
Reason for termination.
| Vec occ::mults::LBFGSResult::x |
Final parameters.