|
Rosetta
|
Public Member Functions | |
| 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_ |
| Pose | low_pose_ |
| Real | low_score_ |
| Real | temp_ |
| bool | accept_ |
Definition at line 202 of file pepspec.cc.
| myMC::myMC | ( | Pose | pose, |
| Real | score, | ||
| Real | temp_init | ||
| ) |
Definition at line 225 of file pepspec.cc.
References app.surface_docking.surface_docking::pose, and test.G100_Functions_Input::score.
| bool myMC::accept | ( | ) |
Definition at line 275 of file pepspec.cc.
| void myMC::recover_low | ( | Pose & | pose | ) |
Definition at line 267 of file pepspec.cc.
Referenced by RunPepSpec().
| void myMC::roll | ( | Pose & | pose, |
| Real & | score | ||
| ) |
Definition at line 240 of file pepspec.cc.
References docking::p, app.surface_docking.surface_docking::pose, numeric::random::rg(), test.G100_Functions_Input::score, and numeric::random::uniform().
Referenced by RunPepSpec().
| bool myMC::accept_ |
Definition at line 214 of file pepspec.cc.
| Pose myMC::last_pose_ |
Definition at line 209 of file pepspec.cc.
| Real myMC::last_score_ |
Definition at line 210 of file pepspec.cc.
| Pose myMC::low_pose_ |
Definition at line 211 of file pepspec.cc.
| Real myMC::low_score_ |
Definition at line 212 of file pepspec.cc.
| Real myMC::temp_ |
Definition at line 213 of file pepspec.cc.
1.8.7