#include <Optimization.h>
Public Attributes | |
AZStd::vector< double > | m_xValues |
The final value of the function parameters reached by the solver. | |
SolverOutcome | m_outcome = SolverOutcome::Invalid |
Indicates whether the solver completed successfully or failed. | |
AZ::u32 | m_iterations = 0 |
The number of complete solver iterations before the result is returned. | |
Struct for holding both the numerical result of the solver and the qualitative outcome i.e. success or failure.