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 MCMC specifications.
This is an abstract class that is not meant to be used by the user.
See the class constructor.
More...
Public Member Functions | |
function | SpecMCMC (in method, in silent) |
Construct and return an object of class pm.sampling.SpecMCMC. 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 MCMC specifications.
This is an abstract class that is not meant to be used by the user.
See the class constructor.
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 18 of file SpecMCMC.m.
function SpecMCMC::SpecMCMC | ( | in | method, |
in | silent | ||
) |
Construct and return an object of class pm.sampling.SpecMCMC.
[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 SpecMCMC::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.SpecMCMC.
[in] | self | : The input parent object of class pm.sampling.SpecMCMC 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 SpecMCMC::outputChainSize |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#outputchainsize
Definition at line 27 of file SpecMCMC.m.
Property SpecMCMC::outputSampleRefinementCount |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#outputsamplerefinementcount
Definition at line 30 of file SpecMCMC.m.
Property SpecMCMC::outputSampleRefinementMethod |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#outputsamplerefinementmethod
Definition at line 33 of file SpecMCMC.m.
Property SpecMCMC::proposal |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposal
Definition at line 36 of file SpecMCMC.m.
Property SpecMCMC::proposalCor |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalcor
Definition at line 39 of file SpecMCMC.m.
Property SpecMCMC::proposalCov |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalcov
Definition at line 42 of file SpecMCMC.m.
Property SpecMCMC::proposalScale |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalscale
Definition at line 45 of file SpecMCMC.m.
Property SpecMCMC::proposalStart |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalstart
Definition at line 48 of file SpecMCMC.m.
Property SpecMCMC::proposalStartDomainCubeLimitLower |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalstartdomaincubelimitlower
Definition at line 51 of file SpecMCMC.m.
Property SpecMCMC::proposalStartDomainCubeLimitUpper |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalstartdomaincubelimitupper
Definition at line 54 of file SpecMCMC.m.
Property SpecMCMC::proposalStartRandomized |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalstartrandomized
Definition at line 57 of file SpecMCMC.m.
Property SpecMCMC::proposalStd |
See the generic documentation at: https://www.cdslab.org/paramonte/generic/2/usage/sampling/paradram/specifications/#proposalstd
Definition at line 60 of file SpecMCMC.m.