#include <PCSTensorOptimizer.hh>
|
| | PCSTensorOptimizer (utility::vector1< PCSSingleSetOP > const &singleset_vec) |
| | constructor with a vector of PCSSingleSet pointers as argument More...
|
| |
| | ~PCSTensorOptimizer () override |
| | destructor More...
|
| |
| Real | operator() (Multivec const &tensor_params) const override |
| | error function used in optimization of the PCS tensor parameter More...
|
| |
| void | dfunc (Multivec const &tensor_params, Multivec &dPCS_dparams) const override |
| | gradient function used in optimization of the PCS tensor parameter More...
|
| |
| | ~Multifunc () override=default |
| | Destructor. More...
|
| |
| virtual bool | abort_min (Multivec const &) const |
| | Christophe added the following to allow premature end of minimization If you want to abort the minimizer under specific circonstances overload this function and return true if you want to stop, false if you want to continue. FOR THE MOMENT, ONLY IN DFPMIN! More...
|
| |
| virtual void | dump (Multivec const &, Multivec const &) const |
| | Error state reached – derivative does not match gradient Derived classes have the oportunity to now output and or analyze the two vars assignments vars, vars+delta where the derivatives are incorrect. More...
|
| |
| protocols::nmr::pcs::PCSTensorOptimizer::PCSTensorOptimizer |
( |
utility::vector1< PCSSingleSetOP > const & |
singleset_vec | ) |
|
constructor with a vector of PCSSingleSet pointers as argument
| protocols::nmr::pcs::PCSTensorOptimizer::~PCSTensorOptimizer |
( |
| ) |
|
|
override |
| protocols::nmr::pcs::PCSTensorOptimizer::PCSTensorOptimizer |
( |
| ) |
|
|
private |
default constructor, should not be called without a valid data object
| void protocols::nmr::pcs::PCSTensorOptimizer::dfunc |
( |
Multivec const & |
tensor_params, |
|
|
Multivec & |
dPCS_dparams |
|
) |
| const |
|
overridevirtual |
| core::Real protocols::nmr::pcs::PCSTensorOptimizer::operator() |
( |
Multivec const & |
tensor_params | ) |
const |
|
overridevirtual |
| utility::vector1< PCSSingleSetOP > protocols::nmr::pcs::PCSTensorOptimizer::singleset_vec_ |
|
private |
The documentation for this class was generated from the following files: