ROL
|
#include <ROL_QuantileQuadrangle.hpp>
Public Member Functions | |
QuantileQuadrangle (Real prob, Real eps, Teuchos::RCP< PlusFunction< Real > > &pf) | |
QuantileQuadrangle (Teuchos::ParameterList &parlist) | |
Real | error (Real x, int deriv=0) |
Real | regret (Real x, int deriv=0) |
void | checkRegret (void) |
![]() | |
ExpectationQuad (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< PlusFunction< Real > > | pf_ |
Real | prob_ |
Real | eps_ |
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 53 of file ROL_QuantileQuadrangle.hpp.
|
inline |
Definition at line 63 of file ROL_QuantileQuadrangle.hpp.
|
inline |
Definition at line 69 of file ROL_QuantileQuadrangle.hpp.
|
inline |
Definition at line 81 of file ROL_QuantileQuadrangle.hpp.
References ROL::QuantileQuadrangle< Real >::prob_.
Referenced by ROL::QuantileQuadrangle< Real >::regret().
|
inlinevirtual |
Implements ROL::ExpectationQuad< Real >.
Definition at line 87 of file ROL_QuantileQuadrangle.hpp.
References ROL::QuantileQuadrangle< Real >::error().
Referenced by ROL::QuantileQuadrangle< Real >::checkRegret().
|
inlinevirtual |
Reimplemented from ROL::ExpectationQuad< Real >.
Definition at line 93 of file ROL_QuantileQuadrangle.hpp.
References ROL::ExpectationQuad< Real >::checkRegret(), ROL::QuantileQuadrangle< Real >::eps_, and ROL::QuantileQuadrangle< Real >::regret().
|
private |
Definition at line 56 of file ROL_QuantileQuadrangle.hpp.
|
private |
Definition at line 58 of file ROL_QuantileQuadrangle.hpp.
Referenced by ROL::QuantileQuadrangle< Real >::error().
|
private |
Definition at line 59 of file ROL_QuantileQuadrangle.hpp.
Referenced by ROL::QuantileQuadrangle< Real >::checkRegret().