ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
pm_sampleACT::batchMeansMax_type Type Reference
Inheritance diagram for pm_sampleACT::batchMeansMax_type:
Collaboration diagram for pm_sampleACT::batchMeansMax_type:

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...
 

Detailed Description

Definition at line 75 of file pm_sampleACT.F90.

Member Data Documentation

◆ smax

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.

◆ smin

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.

◆ step

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.


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