![]() |
ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Public Attributes | |
integer(IK) | smin = 2_IK |
The scalar integer of default kind IK, containing the minimum batch size to be considered. More... | |
integer(IK) | smax = huge(0_IK) |
The scalar integer of default kind IK, containing the maximum batch size to be considered. More... | |
integer(IK) | step = 1_IK |
The scalar integer of default kind IK, containing the jump in batch size to be considered. More... | |
Definition at line 75 of file pm_sampleACT.F90.
integer(IK) pm_sampleACT::batchMeansMax_type::smax = huge(0_IK) |
The scalar integer
of default kind IK, containing the maximum batch size to be considered.
Definition at line 77 of file pm_sampleACT.F90.
integer(IK) pm_sampleACT::batchMeansMax_type::smin = 2_IK |
The scalar integer
of default kind IK, containing the minimum batch size to be considered.
Definition at line 76 of file pm_sampleACT.F90.
integer(IK) pm_sampleACT::batchMeansMax_type::step = 1_IK |
The scalar integer
of default kind IK, containing the jump in batch size to be considered.
Definition at line 78 of file pm_sampleACT.F90.