Open 3D Engine PhysX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
NumericalMethods::Optimization::LineSearchResult Struct Reference

Struct to bundle together the numerical results of a line search and a qualitative indicator of search success. More...

#include <LineSearch.h>

Public Attributes

double m_stepSize
 
double m_functionValue
 
double m_derivativeValue
 
LineSearchOutcome m_outcome
 

Detailed Description

Struct to bundle together the numerical results of a line search and a qualitative indicator of search success.


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