Linear function
More...
#include <IMP/core/Linear.h>
Linear function
- Note
- The offset is not meaningful for optimization, but does make the displayed energies nicer.
Definition at line 19 of file Linear.h.
IMP::core::Linear::Linear |
( |
double |
offset, |
|
|
double |
slope |
|
) |
| |
Create with the given offset and slope.
Definition at line 22 of file Linear.h.
virtual double IMP::core::Linear::evaluate |
( |
double |
feature | ) |
const |
|
virtual |
Calculate score with respect to the given feature.
- Parameters
-
[in] | feature | Value of feature being tested. |
- Returns
- Score
Reimplemented from IMP::UnaryFunction.
Definition at line 28 of file Linear.h.
virtual DerivativePair IMP::core::Linear::evaluate_with_derivative |
( |
double |
feature | ) |
const |
|
virtual |
Calculate score and derivative with respect to the given feature.
- Parameters
-
[in] | feature | Value of feature being tested. |
- Returns
- a DerivativePair containing the score and its partial derivative with respect to the given feature.
Reimplemented from IMP::UnaryFunction.
Definition at line 32 of file Linear.h.
Get information about the module and version of the object.
Reimplemented from IMP::Object.
Definition at line 37 of file Linear.h.
The documentation for this class was generated from the following file: