ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
Partition_mod::Method_type Type Reference

The Method_type class for specifying which minimum-volume partitioning method to be used. More...

Public Attributes

logical(LK) isDynesty = .false._LK
 
logical(LK) isMultiNest = .false._LK
 
logical(LK) isParaMonte = .false._LK
 
character(:, SK), allocatable name
 

Detailed Description

The Method_type class for specifying which minimum-volume partitioning method to be used.

Definition at line 342 of file Partition_mod.F90.

Member Data Documentation

◆ isDynesty

logical(LK) Partition_mod::Method_type::isDynesty = .false._LK

Definition at line 343 of file Partition_mod.F90.

◆ isMultiNest

logical(LK) Partition_mod::Method_type::isMultiNest = .false._LK

Definition at line 344 of file Partition_mod.F90.

◆ isParaMonte

logical(LK) Partition_mod::Method_type::isParaMonte = .false._LK

Definition at line 345 of file Partition_mod.F90.

◆ name

character(:, SK), allocatable Partition_mod::Method_type::name

Definition at line 346 of file Partition_mod.F90.


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