ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the base class for the ParaMonte sampler DRAM specifications.
More...
Public Member Functions | |
function | SpecDRAM (in method, in silent) |
Construct and return an object of class pm.sampling.SpecDRAM. More... | |
function | getEntriesNML (in self, in ndim) |
Ensure all specification properties of the parent object are sensible. More... | |
This is the base class for the ParaMonte sampler DRAM specifications.
This is an abstract class that is not meant to be used by the user.
See the class constructor documentation.
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 24 of file SpecDRAM.m.
function SpecDRAM::SpecDRAM | ( | in | method, |
in | silent | ||
) |
Construct and return an object of class pm.sampling.SpecDRAM.
[in] | method | : The input scalar MATLAB string containing the name of the specific ParaMonte sampler whose simulation specifications are to be stored in the output of this constructor. |
[in] | silent | : The input scalar MATLAB logical. If true , all descriptive messages on the MATLAB command line will be suppressed.(optional, default = false ) |
Possible calling interfaces ⛓
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.
function SpecDRAM::getEntriesNML | ( | in | self, |
in | ndim | ||
) |
Ensure all specification properties of the parent object are sensible.
This is a dynamic method of the class pm.sampling.SpecDRAM.
[in] | self | : The input parent object of class pm.sampling.SpecDRAM which is implicitly passed to this dynamic method (not by the user). |
[in] | ndim | : The input scalar MATLAB integer containing the number of dimensions of the domain of the object function that is to be explored. |
entries
: The output scalar MATLAB string containing the simulation specifications converted to a Fortran-namelist-compatible entry.
Possible calling interfaces ⛓
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.
Property SpecDRAM::proposalAdaptationBurnin |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaladaptationburnin
Definition at line 33 of file SpecDRAM.m.
Property SpecDRAM::proposalAdaptationCount |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaladaptationcount
Definition at line 36 of file SpecDRAM.m.
Property SpecDRAM::proposalAdaptationCountGreedy |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaladaptationcountgreedy
Definition at line 39 of file SpecDRAM.m.
Property SpecDRAM::proposalAdaptationPeriod |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaladaptationperiod
Definition at line 42 of file SpecDRAM.m.
Property SpecDRAM::proposalDelayedRejectionCount |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaldelayedrejectioncount
Definition at line 45 of file SpecDRAM.m.
Property SpecDRAM::proposalDelayedRejectionScale |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposaldelayedrejectionscale
Definition at line 48 of file SpecDRAM.m.