Skip to content

Releases: AdityaSavara/PEUQSE

Version 0.4.6

04 Dec 00:38
3d4a61a
Compare
Choose a tag to compare

The contour plot settings have been standardized into contour_plot_settings in UserInput.

Version 0.4.5

26 Nov 03:24
ffa1f49
Compare
Choose a tag to compare

Added simulatedResponses bounds feature so that a person can intentionally restrict their posterior to only physically realistic regions. This is desirable for optimizing surrogate models, for example.
Made multistart more robust against errors when only non-finite probability points are found.

Version 0.4.3

21 Nov 22:37
Compare
Choose a tag to compare

continueSampling has been added for multiStart uniform distribution getLogP

Version 0.4.2

13 Nov 04:37
Compare
Choose a tag to compare

Exporting permutations to samples statistics to log file improved & changed things so that the 'auto' choice for continueSampling will default to False, to prevent unexpected behavior.

Version 0.4.0

11 Nov 06:08
Compare
Choose a tag to compare

This is one of the most important upgrades. Now posterior distributions can be obtained from multistart gridsearch and multistart uniform distribution searches with getLogP. This is a feature that pymc3 does not have in a readily accessible manner. Here, it is in example 00f.

Version 0.3.2

10 Nov 05:50
Compare
Choose a tag to compare

Warns user if the simulated responses and observed response have different shapes, casts the scalars to arrays if they are numbers, and also includes automatic abscissa generation when an abscissa is not provided.

Version 0.3.0

29 Oct 19:02
7fc7f3c
Compare
Choose a tag to compare

This is a major release. We now have continued sampling for ESS and for MH, and the continued sampling works for parallelized runs as well (with MPI).

Version 0.2.0

20 Oct 06:16
4bbd071
Compare
Choose a tag to compare

Parallelized design of experiments has been added.
Staggered responses are now completely supported. A significant update of the internal data structures has been made in this release. This has also removed some of the internal 'casting' and 'case specific' indexing.

Version 0.1.2

14 Oct 00:19
2ef1965
Compare
Choose a tag to compare

A major update: now MPI is available for parallel sampling during mcmc.

Version 0.1.1

12 Oct 21:47
Compare
Choose a tag to compare

Improvements in the implementation of gridsearch and mcmc.