Skip to content

Releases: quantori/prj-thunderstorm

Optimization release v1.0

02 Jun 11:11
e5cd7c6
Compare
Choose a tag to compare

List of Changes

Three major updates were made to the original ThunderSTORM, with a focus on improving its mathematical functions:

  • Enhancement of a general math module that was present in ThunderSTORM's source code by utilizing Jafama: a Java library aiming at providing faster versions of java.lang.Math treatments.
  • Update of an existing deprecated function used for calculating the Levenberg-Marquardt algorithm with a newer and more efficient implementation offered by Apache Commons Math library version 3.6.1.
  • Substitution of a custom implementation of Nelder-Mead algorithm with Apache's relatively new solution from its Apache Commons Math library version 3.6.1 and adjustments of the parameters for the optimizer to further enhance the performance of the analysis.

The modifications were implemented based on this development version.