|
1 | 1 | # NEWS file for SimDesign |
2 | 2 |
|
| 3 | +## Changes in SimDesign 2.12 |
| 4 | + |
| 5 | +- `createDesign()` gains a `fractional` argument to support design |
| 6 | + input structures from the `FrF2` package for fractional factorial designs. |
| 7 | + Useful when detecting main/low-dimensional interaction effects |
| 8 | + across a large number of factor variables (suggested by Achim Zeileis). |
| 9 | + Example added to the wiki to demonstrate its use |
| 10 | + |
| 11 | +- When `summarise()` function not supplied the `Design` input |
| 12 | + is now appended to the `results` object when |
| 13 | + using `SimExtract(res, what = 'results'`). Only supported when the `results` |
| 14 | + object is a `matrix`-like structure |
| 15 | + |
| 16 | +- `RAM` element added to resulting objects to indicate the amount of RAM used |
| 17 | + during each evaluation. This is particularly useful when using |
| 18 | + `runSimulation(..., store_results = TRUE)` to inspect how much RAM is being |
| 19 | + being consumed (otherwise, `runSimulation(..., save_results = TRUE)` should be |
| 20 | + used if RAM storage is suspected to be an issue) |
| 21 | + |
| 22 | +- `resummarise()` and `aggregate_simulation()` now better support |
| 23 | + the internally stored results terms when using `store_results = TRUE` |
| 24 | + |
| 25 | +- `runSimulation(..., save = TRUE)` changed to `save = replications > 10` |
| 26 | + to only write temporary files when the replications are larger (less |
| 27 | + hard-drive strain when initially testing simulation experiment with very |
| 28 | + small replications) |
| 29 | + |
| 30 | +- hexsticker added to make `SimDesign` part of the cool-kids club |
| 31 | + |
| 32 | +- `filename` and `save_results_dirname` extractors added to `SimExtract()` |
| 33 | + |
3 | 34 | ## Changes in SimDesign 2.11 |
4 | 35 |
|
5 | 36 | - `PBA()` function added for probabilistic bisection algorithm, with associated |
|
0 commit comments