Rosetta 3.4
|
Public Member Functions | |
LK_SigmoidalFunc () | |
FuncOP | clone () const |
virtual Real | func (Real const x) const |
a Sigmoidal function that ramps from 1 to 0 over a certain range. Thanks to Mike Tyka for having a sigmoidal function on the top of his head. | |
virtual Real | dfunc (Real const x) const |
Returns a value representing the derivative of this function evaluated at a given point. | |
Static Public Attributes | |
static Real const | ANGLE_CUTOFF_HIGH |
Ramp the score from 1 to 0 over the range from 100 degrees to 90 degrees. | |
static Real const | ANGLE_CUTOFF_LOW |
static Real const | cos_flipped_ANGLE_CUTOFF_HIGH |
static Real const | cos_flipped_ANGLE_CUTOFF_LOW |
core::scoring::methods::LK_SigmoidalFunc::LK_SigmoidalFunc | ( | ) |
FuncOP core::scoring::methods::LK_SigmoidalFunc::clone | ( | ) | const [virtual] |
Implements core::scoring::constraints::Func.
Returns a value representing the derivative of this function evaluated at a given point.
Implements core::scoring::constraints::Func.
a Sigmoidal function that ramps from 1 to 0 over a certain range. Thanks to Mike Tyka for having a sigmoidal function on the top of his head.
Implements core::scoring::constraints::Func.
Real const core::scoring::methods::LK_SigmoidalFunc::ANGLE_CUTOFF_HIGH [static] |
Ramp the score from 1 to 0 over the range from 100 degrees to 90 degrees.
Real const core::scoring::methods::LK_SigmoidalFunc::ANGLE_CUTOFF_LOW [static] |
Referenced by core::scoring::methods::LK_hack::residue_pair_energy().
Referenced by core::scoring::methods::LK_hack::residue_pair_energy().