Skip to content

v0.7.5

Choose a tag to compare

@dsanchez-garcia dsanchez-garcia released this 23 Nov 16:41
· 109 commits to master since this release

[0.7.5]

Added

  • New Parametric Simulation and Optimization module (parametric_and_optimisation). This is the main feature of this release, adding powerful new capabilities to the package.
  • Allows running parametric simulations by varying a wide range of accim inputs.
  • Includes the ability to define optimization problems to find optimal parameters based on user-defined objectives.
  • Integrates with the besos library for executing optimization algorithms.
  • New classes and functions have been added to manage parameters, objectives, and simulation runs.
  • A Jupyter Notebook for the use of aPMV setpoint temperatures

Changed

  • The internal project structure has been updated to accommodate the new module.