ROL
|
#include <ROL_ExpUtility.hpp>
Public Member Functions | |
ExpUtility (void) | |
void | reset (Teuchos::RCP< Vector< Real > > &x0, const Vector< Real > &x) |
void | reset (Teuchos::RCP< Vector< Real > > &x0, const Vector< Real > &x, Teuchos::RCP< Vector< Real > > &v0, const Vector< Real > &v) |
void | update (const Real val, const Real weight) |
void | update (const Real val, const Vector< Real > &g, const Real weight) |
void | update (const Real val, const Vector< Real > &g, const Real gv, const Vector< Real > &hv, const Real weight) |
Real | getValue (SampleGenerator< Real > &sampler) |
void | getGradient (Vector< Real > &g, SampleGenerator< Real > &sampler) |
void | getHessVec (Vector< Real > &hv, SampleGenerator< Real > &sampler) |
![]() | |
virtual | ~RiskMeasure () |
RiskMeasure (void) | |
Private Attributes | |
Teuchos::RCP< Vector< Real > > | scaledGradient_ |
Teuchos::RCP< Vector< Real > > | dualVector1_ |
Teuchos::RCP< Vector< Real > > | dualVector2_ |
bool | firstReset_ |
Additional Inherited Members | |
![]() | |
Real | val_ |
Real | gv_ |
Teuchos::RCP< Vector< Real > > | g_ |
Teuchos::RCP< Vector< Real > > | hv_ |
Teuchos::RCP< Vector< Real > > | dualVector_ |
bool | firstReset_ |
Definition at line 52 of file ROL_ExpUtility.hpp.
|
inline |
Definition at line 60 of file ROL_ExpUtility.hpp.
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 62 of file ROL_ExpUtility.hpp.
References ROL::RiskMeasure< Real >::reset().
Referenced by ROL::ExpUtility< Real >::reset().
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 73 of file ROL_ExpUtility.hpp.
References ROL::RiskVector< Real >::getVector(), and ROL::ExpUtility< Real >::reset().
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 80 of file ROL_ExpUtility.hpp.
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 84 of file ROL_ExpUtility.hpp.
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 90 of file ROL_ExpUtility.hpp.
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 100 of file ROL_ExpUtility.hpp.
References ROL::SampleGenerator< Real >::sumAll().
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 107 of file ROL_ExpUtility.hpp.
References ROL::SampleGenerator< Real >::sumAll().
|
inlinevirtual |
Reimplemented from ROL::RiskMeasure< Real >.
Definition at line 118 of file ROL_ExpUtility.hpp.
References ROL::SampleGenerator< Real >::sumAll().
|
private |
Definition at line 54 of file ROL_ExpUtility.hpp.
|
private |
Definition at line 55 of file ROL_ExpUtility.hpp.
|
private |
Definition at line 56 of file ROL_ExpUtility.hpp.
|
private |
Definition at line 57 of file ROL_ExpUtility.hpp.