IMP  2.0.1
The Integrative Modeling Platform
IMP::core::RestraintsScoringFunction Class Reference

#include <IMP/core/RestraintsScoringFunction.h>

+ Inheritance diagram for IMP::core::RestraintsScoringFunction:

Public Member Functions

 RestraintsScoringFunction (const RestraintsTemp &rs, double weight=1.0, double max=NO_MAX, std::string name="RestraintsScoringFunction%1%")
 
 RestraintsScoringFunction (const RestraintsTemp &rs, std::string name)
 
- Public Member Functions inherited from IMP::kernel::ScoringFunction
 ScoringFunction (Model *m, std::string name)
 
void clear_caches ()
 
virtual Restraints create_restraints () const =0
 
virtual ModelObjectsTemp do_get_inputs () const
 
virtual ModelObjectsTemp do_get_outputs () const
 
virtual void do_update_dependencies ()
 
double evaluate (bool derivatives)
 Evaluate and return the score. More...
 
double evaluate_if_below (bool derivatives, double max)
 
double evaluate_if_good (bool derivatives)
 
bool get_had_good_score () const
 
double get_last_score () const
 
const ScoreStatesTemp & get_score_states ()
 
- Public Member Functions inherited from IMP::kernel::ModelObject
 ModelObject (Model *m, std::string name)
 
ModelObjectsTemp get_inputs () const
 
ModelObjectsTemps get_interactions () const
 
Modelget_model () const
 
ModelObjectsTemp get_outputs () const
 
- Public Member Functions inherited from IMP::base::Object
virtual IMP::base::VersionInfo get_version_info () const =0
 Get information about the module and version of the object.
 
void set_check_level (CheckLevel l)
 
void set_log_level (LogLevel l)
 Set the logging level used in this object. More...
 
void set_was_used (bool tf) const
 
void show (std::ostream &out=std::cout) const
 
const std::string & get_name () const
 
void set_name (std::string name)
 

Additional Inherited Members

- Public Types inherited from IMP::kernel::ScoringFunction
typedef std::pair< double, bool > ScoreIsGoodPair
 
- Protected Member Functions inherited from IMP::kernel::ScoringFunction
virtual void do_add_score_and_derivatives (ScoreAccumulator sa, const ScoreStatesTemp &ss)=0
 
virtual ScoreStatesTemp get_required_score_states () const =0
 
ScoreAccumulator get_score_accumulator (bool deriv)
 
ScoreAccumulator get_score_accumulator_if_below (bool deriv, double max)
 
ScoreAccumulator get_score_accumulator_if_good (bool deriv)
 

Detailed Description

Create a scoring function on a list of restraints.

Definition at line 22 of file RestraintsScoringFunction.h.


The documentation for this class was generated from the following file: