Rosetta 3.5
|
Atom tree multifunction class. More...
#include <FingerprintMultifunc.hh>
Public Member Functions | |
FingerprintMultifunc (NonPlaidFingerprint &nfp_in, PlaidFingerprint &pfp_in, core::Real const &missing_point_weight, core::Real const &steric_weight, core::Real const &extra_point_weight) | |
virtual | ~FingerprintMultifunc () |
Destructor. More... | |
virtual core::Real | operator() (core::optimization::Multivec const &vars) const |
virtual void | dfunc (core::optimization::Multivec const &vars, core::optimization::Multivec &dE_dvars) const |
virtual void | dump (core::optimization::Multivec const &vars) const |
Error state reached; dump out current pdb. More... | |
![]() | |
virtual | ~Multifunc () |
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... | |
Private Attributes | |
NonPlaidFingerprint & | nfp_ |
PlaidFingerprint & | pfp_ |
core::Real | missing_pt_ |
core::Real | steric_ |
core::Real | extra_pt_ |
Additional Inherited Members | |
![]() | |
typedef utility::pointer::ReferenceCount | parent |
![]() | |
Multifunc () | |
Default constructor. More... | |
Multifunc (Multifunc const &) | |
Copy constructor. More... | |
Multifunc const & | operator= (Multifunc const &) |
Copy assignment. More... | |
Atom tree multifunction class.
protocols::pockets::FingerprintMultifunc::FingerprintMultifunc | ( | NonPlaidFingerprint & | nfp_in, |
PlaidFingerprint & | pfp_in, | ||
core::Real const & | missing_point_weight, | ||
core::Real const & | steric_weight, | ||
core::Real const & | extra_point_weight | ||
) |
|
inlinevirtual |
Destructor.
|
virtual |
|
virtual |
Error state reached; dump out current pdb.
Useful debugging code that can be re-enabled by changing the boolean variables at the top of this file.
|
virtual |
|
private |
Referenced by dfunc(), and operator()().
|
private |
Referenced by dfunc(), and operator()().
|
private |
Referenced by dfunc(), and operator()().
|
private |
Referenced by dfunc(), and operator()().
|
private |
Referenced by dfunc(), and operator()().