paramonte icon indicating copy to clipboard operation
paramonte copied to clipboard

ParaMonte: Parallel Monte Carlo and Machine Learning Library for Python, MATLAB, Fortran, C++, C.

Results 17 paramonte issues
Sort by recently updated
recently updated
newest added

[MatDRAM_run_20220218_184133_901_process_1_report.txt](https://github.com/cdslaborg/paramonte/files/8289996/MatDRAM_run_20220218_184133_901_process_1_report.txt) ```python import paramonte as pm pmpd = pm.ParaDRAM() pmpd.readReport("https://github.com/cdslaborg/paramonte/files/8289996/MatDRAM_run_20220218_184133_901_process_1_report.txt") pmpd.reportList[0].stats.chain # this line is not working ``` (see the attached image) The same works in `paramonte` MATLAB. ![MicrosoftTeams-image](https://user-images.githubusercontent.com/51367078/158883192-2124d257-9b24-40d0-be21-b316a2ed3c69.png)

**The programming language (e.g., all/C/C++/Fortran/Julia/MATLAB/Python/R/...)**: all **The operating system (e.g., all/Windows/Linux/macOS/WSL1/WSL2/...)**: Linux/macOS **The architecture (e.g., all/x86_x64/Intelx64/ARM/POWER9/...)**: x86_x64 **Is your feature request related to a problem? Please describe.** The build script...

**The programming language (e.g., all/C/C++/Fortran/Julia/MATLAB/Python/R/...)**: all (python) **The operating system (e.g., all/Windows/Linux/macOS/WSL1/WSL2/...)**: Windows **The architecture (e.g., all/x86_x64/Intelx64/ARM/POWER9/...)**: all **Is your feature request related to a problem? Please describe.** A clear...

R/Fortran, Linux, x86_x64 (Following [this issue comment](https://github.com/cdslaborg/paramonte/issues/28#issuecomment-1771596982)) I see that Paramonte offers sampling on continuous, Rⁿ spaces. I'd like to request some sampling capability on finite, discrete spaces, and Cartesian...

Could we have a general discussion / examples of how one might implement priors and hyperpriors in the objective function somewhere in the documentation?

### Discussed in https://github.com/cdslaborg/paramonte/discussions/32 See my response to @arwelHughes for details. Originally posted by **Peku995** August 3, 2023 I have an idea for the upcoming release: At the moment, it...

### Discussed in https://github.com/cdslaborg/paramonte/discussions/32 For details, see the discussion by @Peku995 in the above link. Originally posted by **Peku995** August 3, 2023 I have an idea for the upcoming release:...

See @fagheri's response for a potential fix to this problem. ### Discussed in https://github.com/cdslaborg/paramonte/discussions/30 Originally posted by **Peku995** July 24, 2023 Hi, I can't delete the output files because it...

### Discussed in https://github.com/cdslaborg/paramonte/discussions/26 Originally posted by **Peku995** July 10, 2023 Hi, I was wondering what is a suitable acceptance rate for the sampler? I read online for metropolis hastings...

### Discussed in https://github.com/cdslaborg/paramonte/discussions/23 Originally posted by **Peku995** June 22, 2023 Hi, I tried to install the runtime libray automatically via paramonte in Matlab, however, it does not work because...