ReadConfigFromFile

class ReadConfigFromFile : public feasst::ModifyUpdateOnly

This class is used for post processing a configuration file to analyze with a Stepper. Read through a number of configurations in a file. For each update, set the configuration to the next. Once the end of file is reached, the Criteria is set to complete. Thus, use with “Run until complete”

Public Functions

void initialize(MonteCarlo *mc)

Initialize and precompute before trials.

void update(MonteCarlo *mc)

Perform update.

Arguments