ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is a derived type for constructing objects containing the optional simulation properties of the ParaMonte library Nested explorers and samplers.
More...
This is a derived type for constructing objects containing the optional simulation properties of the ParaMonte library Nested explorers and samplers.
_report.txt
files from the corresponding sampler simulations.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 315 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionAdaptationCount |
Definition at line 316 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionAdaptationPeriod |
Definition at line 317 of file pm_sampling.F90.
logical(LK), allocatable pm_sampling::paranest_type::domainPartitionBiasCorrectionEnabled |
Definition at line 318 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionCountMax |
Definition at line 319 of file pm_sampling.F90.
real(RKH), allocatable pm_sampling::paranest_type::domainPartitionFactorExpansion |
Definition at line 320 of file pm_sampling.F90.
real(RKH), allocatable pm_sampling::paranest_type::domainPartitionFactorShrinkage |
Definition at line 321 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKmeansClusterCountMax |
Definition at line 322 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKmeansClusterSizeMin |
Definition at line 323 of file pm_sampling.F90.
logical(LK), allocatable pm_sampling::paranest_type::domainPartitionKmeansNormalizationEnabled |
Definition at line 324 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKmeansNumFailMax |
Definition at line 325 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKmeansNumRecursionMax |
Definition at line 326 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKmeansNumTry |
Definition at line 327 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::domainPartitionKvolumeNumRecursionMax |
Definition at line 328 of file pm_sampling.F90.
real(RKH), allocatable pm_sampling::paranest_type::domainPartitionKvolumeWeightExponent |
Definition at line 329 of file pm_sampling.F90.
character(:,SKG), allocatable pm_sampling::paranest_type::domainPartitionMethod |
Definition at line 330 of file pm_sampling.F90.
character(:,SKG), allocatable pm_sampling::paranest_type::domainPartitionObject |
Definition at line 331 of file pm_sampling.F90.
logical(LK), allocatable pm_sampling::paranest_type::domainPartitionOptimizationScaleEnabled |
Definition at line 332 of file pm_sampling.F90.
logical(LK), allocatable pm_sampling::paranest_type::domainPartitionOptimizationShapeEnabled |
Definition at line 333 of file pm_sampling.F90.
logical(LK), allocatable pm_sampling::paranest_type::domainPartitionOptimizationShapeScaleEnabled |
Definition at line 334 of file pm_sampling.F90.
real(RKH), allocatable pm_sampling::paranest_type::domainPartitionScaleFactor |
Definition at line 335 of file pm_sampling.F90.
character(:,SKG), allocatable pm_sampling::paranest_type::domainSampler |
Definition at line 336 of file pm_sampling.F90.
integer(IK), allocatable pm_sampling::paranest_type::liveSampleSize |
Definition at line 337 of file pm_sampling.F90.
real(RKH), allocatable pm_sampling::paranest_type::tolerance |
Definition at line 338 of file pm_sampling.F90.