IMP::core::NormalMover Class Reference
Detailed Description
Modify a set of continuous variables using a normal distribution.
- See also:
- MonteCarlo
|
Public Member Functions |
|
Float | get_sigma () const |
|
virtual std::string | get_type_name () const |
|
virtual ::IMP::VersionInfo | get_version_info () const |
| | NormalMover (SingletonContainer *sc, const FloatKeys &vars, Float sigma) |
|
void | set_sigma (Float sigma) |
Protected Member Functions |
|
virtual void | generate_move (Float f) |
Friends |
|
template<class T > |
| void | IMP::internal::unref (T *) |
Constructor & Destructor Documentation
- Parameters:
-
| [in] | sc | The set of particles to perturb. |
| [in] | vars | The variables to use (normally the keys for x,y,z) |
| [in] | sigma | The standard deviation to use. |
The documentation for this class was generated from the following files: