Skip to content

Commit

Permalink
revert c++ random sampling swap
Browse files Browse the repository at this point in the history
the change had no detectable consequence for the sampling procedure and it might have made it less effective
  • Loading branch information
lenarddome committed Aug 11, 2022
1 parent 7aa92fd commit eedd6f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: psp
Title: Parameter Space Partitioning MCMC for Global Model Evaluation
Version: 0.5.2
Version: 0.5.3
Date: 2022-06-12
Authors@R: c(person("Lenard", "Dome",
email = "lenarddome@gmail.com",
Expand Down
9 changes: 4 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Added

- Added a C++ implementation of the parameter space partitioning routine that will take over from `psp_global` and `psp_control`.
- c75d02f2ab9bc76a23502e807717d029be39608f Added a C++ implementation of the parameter space partitioning routine that will take over from `psp_global` and `psp_control`.
-

### Changed

- `pspGlobal` now relies on
- `psp_global` now has a Deprecated message. The function will be removed after we complete the development of `pspGlobal`.
- b52126debbc25f88c6c41d12810aaedeab23771c `psp_global` now has a Deprecated message. The function will be removed after we complete the development of `pspGlobal`.

### Removed

- `S3` class is removed due to redundancy and to avoid feature creep.
- c0f5f92e3ffb5753be9357725cea82767eee6936 `S3` class is removed due to redundancy and to avoid feature creep.

## v0.4.1-beta

Expand Down Expand Up @@ -55,7 +54,7 @@ compatibility.

- 96db5820032d750bb3b2d0177e47a53fe0114082 :gift: `psp` can now handle ordinal patterns other than strings of characters, e.g. adjacency matrices, list of strings, …
- dd968df2400bc5c4a95d528c61a0b7f50cd447b1 :sparkles: make printing optional

### Changed

- 96db5820032d750bb3b2d0177e47a53fe0114082 :heavy_plus_sign: add `data.table` and `method` dependency
Expand Down
1 change: 0 additions & 1 deletion src/pspGlobal.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright 2022 <Lenard Dome> [legal/copyright]
// [[Rcpp::depends(RcppArmadillo)]]
#define ARMA_USE_CXX11_RNG
#include <RcppArmadillo.h>
#include <fstream>

Expand Down

0 comments on commit eedd6f9

Please sign in to comment.