Skip to content

Releases: usgs/pestpp

5.2.27

5.2.27 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 29 Jun 19:59

Initial release of pestpp-sqp. Improved ways to defined local neighborhood for multimodal solver. failed runs are now stored in a separate binary run storage file to make debugging easier.

5.2.26

5.2.26 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 10 Apr 13:35
7eded0f

Cleaned up the stdout reporting, added phi factor processing to noptmax=0 runs, more support for quotes in control file filenames/paths.

5.2.25

5.2.25 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 12 Jan 21:10
5936d99

deprecated automated svd-assist in pestpp-glm. some small fixes

5.2.24

5.2.24 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 12 Nov 20:04

support for increasing the ensemble size during reinflation cycles. Added external run mgr that can be used to off load run coordination to users.

5.2.23

5.2.23 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 01 Oct 18:49
014edff

Added support for quote chars in model interface file names and in model run command. Fix in mou bound handling for PSO generator, trapping for nonascii chars in working dir path since windows doesnt like it. Swapped random subset generator from c++11 random to homegrown so that it is consistent across platforms

5.2.22

5.2.22 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 19 Aug 23:34

Lots of work on the CI side of things: improved how testing is run and stored. Patch * model command to support quote chars, integrated prob pareto dominance. Revised how negative bad_phi_sigma is implemented to support IQR. Added option to spin down workers as they finish to help with keeping cloud costs down for excessively slow models. fixed some output formatting in pestpp-glm, patched pestpp-glm to enforce par bounds on lamba-scale factor upgrade vectors. automatically setting DERINC to a large value in pestpp-opt if poor defaults are passed.

5.2.21

5.2.21 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 15 Jul 01:12

refactored a few things to clean up some small mem leaks and also to reduce the mem used by workers

5.2.20

5.2.20 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 19 Jun 15:33

reworked run manager timeouts to avoid deadlock and/or memory/buffer issues for long running models, lots of typo fixes

5.2.19

5.2.19 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 29 May 18:05
Merge remote-tracking branch 'origin/develop'

5.2.18

5.2.18 Pre-release
Pre-release

Choose a tag to compare

@jtwhite79 jtwhite79 released this 07 Apr 21:59

bug fix in full parameter ensemble restart and reinflation a la #336 . Added autoadaloc indicator pars as an empirical way to determine the level of spurious correlation and how much to localize - pretty scary...Thanks to @jdhughes-dev for the help with CI!