CollectionMatrixSplice

class CollectionMatrixSplice

Container for holding a group of FlatHistogram MonteCarlo simulations where each of the collection matricies can be spliced together.

Beware attempting to splice windows with different move sets (trials/weights). This can cause issues in the calculation of ln_prob.

Adjust bounds based on the number of iterations. Thus, iteratively give a window with less iterations macrostates from a window with more iterations, while possible. Left and right most windows can completely abandon completed macrostates. Also, left and right most don’t lose macrostates if the entire window has already reached its completion criteria.

Arguments

  • min_window_size: minimum size of window boundaries during adjustment. If -1, do not adjust window boundaries (default: 5).

  • hours_per: hours per bounds adjustment, checkpoint and writing the combined ln_prob (default: 0.01).

  • ln_prob_file: file name for the combined ln_prob, if not empty (default: empty).

  • ln_prob_file_append: if true, append to ln_prob_file (default: false).

  • num_adjust_per_write: number of adjustments per writing of ln_prob (default: 1)

  • bounds_file: file name for periodic output of bounds, if not empty (default: empty).