|
occ
|
Result from MSTMIN minimization. More...
#include <mstmin.h>
Public Attributes | |
| Vec | x |
| Final parameters. | |
| double | final_energy = 0.0 |
| Final objective value. | |
| Vec | final_gradient |
| Final gradient. | |
| int | iterations = 0 |
| Number of accepted updates. | |
| int | function_evaluations = 0 |
| Total objective evaluations. | |
| bool | converged = false |
| Whether optimization converged. | |
| std::string | termination_reason |
| Reason for termination. | |
Result from MSTMIN minimization.
| bool occ::mults::MSTMINResult::converged = false |
Whether optimization converged.
| double occ::mults::MSTMINResult::final_energy = 0.0 |
Final objective value.
| Vec occ::mults::MSTMINResult::final_gradient |
Final gradient.
| int occ::mults::MSTMINResult::function_evaluations = 0 |
Total objective evaluations.
| int occ::mults::MSTMINResult::iterations = 0 |
Number of accepted updates.
| std::string occ::mults::MSTMINResult::termination_reason |
Reason for termination.
| Vec occ::mults::MSTMINResult::x |
Final parameters.