Skip to content

Releases: OpenSourceEconomics/tranquilo

v0.0.5

22 Jan 11:11
a5895dc
Compare
Choose a tag to compare

This version contains several changes that improve the algorithm

  • The parallel acceptance step now takes line-step points into account when creating a speculative sample and uses a smaller sampling radius (before we used the search radius for sampling by accident)
  • The default target sample size for the noise-free and serial least-squares optimizer has been updated to p + 2 instead of p + 1. While this slows down tranquilo by a small factor it increases robustness.

v0.0.4

22 May 08:32
7042550
Compare
Choose a tag to compare
  • Remove direct dependencies on estimagic to avoid circular imports.

v0.0.3

20 May 10:05
4bce6be
Compare
Choose a tag to compare

First version with adaptive noise handling and parallelization

v0.0.2

10 Apr 09:13
dad0a15
Compare
Choose a tag to compare

In this release we

v0.0.1

09 Apr 17:44
ad05f88
Compare
Choose a tag to compare

First release of tranquilo in a designated repository.

  • #2 Removes all estimagic related files from the estimagic fork (@timmens)