ComputeAVB2
-
class ComputeAVB2 : public feasst::TrialComputeMove
Public Functions
-
ComputeAVB2(argtype args = argtype())
args:
probability_out_to_in: probability to attempt an out->in move (default: 0.5).
out_to_in: true if out->in move, otherwise false.
-
double probability_out_to_in() const
Return the probability of an out to in move.
-
void perturb_and_acceptance(Criteria *criteria, System *system, Acceptance *acceptance, std::vector<TrialStage*> *stages, Random *random)
Perform the Perturbations and determine acceptance.
-
ComputeAVB2(argtype args = argtype())