9 #ifndef IMPCORE_NORMAL_MOVER_H
10 #define IMPCORE_NORMAL_MOVER_H
12 #include <IMP/core/core_config.h>
15 IMPCORE_BEGIN_NAMESPACE
44 void set_sigma(
Float sigma) {
49 Float get_sigma()
const {
return stddev_; }
virtual void do_reject()=0
Implement reset_proposed_move()
#define IMP_USAGE_CHECK(expr, message)
A runtime test for incorrect usage of a class or method.
A base class for classes which perturb particles.
The base class for movers for MC optimization.
virtual MonteCarloMoverResult do_propose()=0
Implement propose_move()
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Modify a set of continuous variables using a normal distribution.
virtual ModelObjectsTemp do_get_inputs() const =0
double Float
Basic floating-point value (could be float, double...)
Class for storing model, its restraints, constraints, and particles.