KASKADE 7 development version
|
#include <cgImplementation.hh>
In test phase. Unclear if it makes sense. This class was motivated by the idea to always regularize possibly non-convex problems in such a way that the regularization automatically goes to zero close to the solution. Not available from "cg.hh". If you want to play around with it use CGBase.
Definition at line 175 of file cgImplementation.hh.
Public Member Functions | |
AlwaysRegularizeWithThetaGuess (POperator const &P_, Vector const &dn_, double nu_, double omegaL_) | |
template<class Operator , class Rhs , class DualPairing > | |
void | init (Operator const &A, Rhs const &rhs, Vector const &d, DualPairing const &dp) |
double | operator() () |
Public Attributes | |
POperator const & | P |
Vector const & | dn |
double | omegaL |
double | nu |
CGFminModel | model |
|
inline |
Definition at line 177 of file cgImplementation.hh.
|
inline |
Definition at line 181 of file cgImplementation.hh.
|
inline |
Definition at line 200 of file cgImplementation.hh.
Vector const& Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::dn |
Definition at line 206 of file cgImplementation.hh.
Referenced by Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::init().
CGFminModel Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::model |
Definition at line 208 of file cgImplementation.hh.
Referenced by Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::init(), and Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::operator()().
double Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::nu |
Definition at line 207 of file cgImplementation.hh.
Referenced by Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::init().
double Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::omegaL |
Definition at line 207 of file cgImplementation.hh.
Referenced by Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::init().
POperator const& Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::P |
Definition at line 205 of file cgImplementation.hh.
Referenced by Kaskade::AlwaysRegularizeWithThetaGuess< POperator, Vector >::init().