|
Rosetta 3.5
|
#include <MoverStatistics.hh>


Public Member Functions | |
| virtual | ~MoverStatistics () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| MoverStatistics () | |
| void | accepted (bool result) const |
| void | add_score (core::Real score_in) |
| void | clear_score () |
| void | print (MonteCarloOP mc, std::string const type) |
| core::Real | acceptance_rate () const |
| int | num_accepted () const |
| void | clear () |
Private Attributes | |
| int | accepted_ |
| number of accepted moves More... | |
| int | rejected_ |
| number of rejected moves More... | |
| std::vector< core::Real > | score_ |
| Size | thermal_accepts_ |
| Size | downhill_accepts_ |
Definition at line 45 of file MoverStatistics.hh.
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 51 of file MoverStatistics.cc.
|
inline |
Definition at line 52 of file MoverStatistics.hh.
|
inline |
Definition at line 72 of file MoverStatistics.hh.
References accepted_, and rejected_.
Referenced by protocols::moves::TrialMover::acceptance_rate(), and protocols::moves::operator<<().
|
inline |
Definition at line 60 of file MoverStatistics.hh.
References accepted_, and rejected_.
Referenced by protocols::simple_filters::EvaluatedTrialMover::apply(), and protocols::moves::TrialMover::apply().
|
inline |
Definition at line 66 of file MoverStatistics.hh.
References score_.
Referenced by protocols::simple_filters::EvaluatedTrialMover::apply(), and protocols::moves::TrialMover::apply().
|
inline |
Definition at line 76 of file MoverStatistics.hh.
References accepted_, downhill_accepts_, rejected_, and thermal_accepts_.
|
inline |
Definition at line 68 of file MoverStatistics.hh.
References score_.
|
inline |
Definition at line 74 of file MoverStatistics.hh.
References accepted_.
Referenced by protocols::moves::TrialMover::num_accepts().
| void protocols::moves::MoverStatistics::print | ( | MonteCarloOP | mc, |
| std::string const | type | ||
| ) |
Definition at line 58 of file MoverStatistics.cc.
References TR().
Referenced by protocols::simple_filters::EvaluatedTrialMover::apply(), and protocols::moves::TrialMover::apply().
|
mutableprivate |
number of accepted moves
Definition at line 86 of file MoverStatistics.hh.
Referenced by acceptance_rate(), accepted(), clear(), and num_accepted().
|
private |
Definition at line 90 of file MoverStatistics.hh.
Referenced by clear().
|
mutableprivate |
number of rejected moves
Definition at line 87 of file MoverStatistics.hh.
Referenced by acceptance_rate(), accepted(), and clear().
|
private |
Definition at line 88 of file MoverStatistics.hh.
Referenced by add_score(), and clear_score().
|
private |
Definition at line 89 of file MoverStatistics.hh.
Referenced by clear().
1.8.4