Reaktoro
A unified framework for modeling chemically reactive systems
ObjectiveResult Struct Reference

A type that describes the result of the evaluation of an objective function. More...

#include <OptimumProblem.hpp>

Collaboration diagram for ObjectiveResult:
[legend]

Public Attributes

double val = 0.0
 The value of the objective function evaluated at x.
 
Vector grad
 The gradient of the objective function evaluated at x.
 
Hessian hessian
 The Hessian of the objective function evaluated at x.
 

Detailed Description

A type that describes the result of the evaluation of an objective function.


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