Class MetropolisMonteCarloHelper
- java.lang.Object
-
- com.actelion.research.chem.phesaflex.MetropolisMonteCarloHelper
-
public class MetropolisMonteCarloHelper extends java.lang.Object- Author:
- JW Provides functionality to perform random dihedral angle perturbations on the 3D conformation of the molecule. Central bonds are perturbed by smaller values (given by torsion relevance), whereas terminal bonds can be perturbed by 60 degrees
-
-
Constructor Summary
Constructors Constructor Description MetropolisMonteCarloHelper(StereoMolecule mol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(double oldScore, double newScore)voidstep()voidundoStep()
-
-
-
Constructor Detail
-
MetropolisMonteCarloHelper
public MetropolisMonteCarloHelper(StereoMolecule mol)
-
-