HILA
Loading...
Searching...
No Matches
canonical_iteration Struct Reference

An internal struct parametrising the canonical weight iteration method. More...

Public Attributes

int initial_bin_hits
 Initial number of entries in the bin totals.
 
int OC_frequency
 How often the overcorrection update is used.
 
int OC_max_iter
 Up to which iteration the overcorrection updates can be used.
 
int sample_size
 Number of samples before weight function update.
 

Detailed Description

An internal struct parametrising the canonical weight iteration method.

Definition at line 47 of file multicanonical.cpp.

Member Data Documentation

◆ initial_bin_hits

int canonical_iteration::initial_bin_hits

Initial number of entries in the bin totals.

Larger number makes the weight less susceptible to changes in the following iterations.

Definition at line 50 of file multicanonical.cpp.

◆ OC_frequency

int canonical_iteration::OC_frequency

How often the overcorrection update is used.

If the value is n, every n:th update will be an overcorrection.

Definition at line 52 of file multicanonical.cpp.

◆ OC_max_iter

int canonical_iteration::OC_max_iter

Up to which iteration the overcorrection updates can be used.

Definition at line 51 of file multicanonical.cpp.

◆ sample_size

int canonical_iteration::sample_size

Number of samples before weight function update.

Definition at line 49 of file multicanonical.cpp.


The documentation for this struct was generated from the following file: