CheckConstantVolume

class CheckConstantVolume : public feasst::ModifyUpdateOnly

Check that the total volume of all Configurations, stored from the last update, is within the tolerance of the current total volume.

Public Functions

void update(Criteria *criteria, System *system, Random *random, TrialFactory *trial_factory)

Perform update.

Arguments

  • tolerance: relative absolute difference between current total volume and last recorded total volume (default: 1e-4).

  • Stepper arguments.