Dakota
Version 6.20
Explore and Predict with Confidence
|
Public Member Functions | |
DakotaROLObjective (Model &model) | |
Constructor. More... | |
Real | value (const std::vector< Real > &x, Real &tol) override |
Function to return the objective value (response) to ROL. | |
Public Attributes | |
Model & | dakotaModel |
Dakota problem data provided by user. | |
DakotaROLObjective is derived from the ROL objective class. It overrides the member functions to provide Dakota-specific implementations of function evaluations.
DakotaROLObjective | ( | Model & | model | ) |
Constructor.
Implementation of the DakotaROLObjective class.