Ask a Question | Search PSRCHIVE: |
Home
|
Cached.h 103 };
Abstract base class of Function parameter policies. Definition: CalculatePolicy.h:25 std::vector< Result > cached_gradient The gradient cached in the last call to calculate. Definition: Cached.h:106 Function * get_context() const Return the Function for whom this policy operates. Definition: FunctionPolicy.h:37 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void update(bool need_gradient) const Updates the result (and gradient when needed) Definition: Cached.h:73 void set_evaluation_changed(bool _changed=true) Set true if the Function evaluation has changed. Definition: Function.C:129 Result evaluate(std::vector< Result > *gradient=0) const Implement the evaluate method of the Function. Definition: Cached.h:45 Result cached_result The result cached in the last call to calculate. Definition: Cached.h:103 std::string class_name() const Return the name of the class for debugging. Definition: Cached.h:67 Generated using doxygen 1.8.17
|