Rosetta
Classes | Namespaces
MonteCarloReset.hh File Reference

perform a given mover and sample structures by MonteCarlo More...

#include <protocols/monte_carlo/MonteCarloReset.fwd.hh>
#include <protocols/monte_carlo/GenericMonteCarloMover.fwd.hh>
#include <core/types.hh>
#include <core/pose/Pose.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/tag/Tag.fwd.hh>

Classes

class  protocols::monte_carlo::MonteCarloReset
 

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::monte_carlo
 

Detailed Description

perform a given mover and sample structures by MonteCarlo

The "score" evaluation of pose during MC after applying mover is done by ither FilterOP that can do report_sm() or ScoreFunctionOP you gave. By setting sample_type_ to high, you can also sample the pose that have higher score.

Author
Nobuyasu Koga ( nobuy.nosp@m.asu@.nosp@m.uw.ed.nosp@m.u )