Rosetta
|
Public Member Functions | |
myMC (Pose pose, Real score, Real temp_init) | |
bool | accept () |
void | roll (Pose &pose, Real score) |
myMC (Pose pose, Real score, Real temp_init) | |
bool | accept () |
void | roll (Pose &pose, Real &score) |
void | recover_low (Pose &pose) |
Public Attributes | |
Pose | last_pose |
Real | last_score |
Real | temp |
bool | accept_ |
Pose | last_pose_ |
Real | last_score_ |
Pose | low_pose_ |
Real | low_score_ |
Real | temp_ |
bool myMC::accept | ( | ) |
Referenced by RunPepSpec().
bool myMC::accept | ( | ) |
void myMC::recover_low | ( | Pose & | pose | ) |
References beta_nonlocal::pose.
Referenced by RunPepSpec().
bool myMC::accept_ |
Pose myMC::last_pose |
Pose myMC::last_pose_ |
Real myMC::last_score |
Real myMC::last_score_ |
Pose myMC::low_pose_ |
Real myMC::low_score_ |
Real myMC::temp |
Real myMC::temp_ |