Skip to content

Releases: SciML/NeuralLyapunov.jl

NeuralLyapunov.jl v0.1.0

27 Feb 18:53
569f854
Compare
Choose a tag to compare

This version supports changes made to the SciMLBase API and now features testing with Pkg.
Demos have become tests.
Additionally, documentation generation has been added

Full Changelog: v0.0.2...v0.1.0

NeuralLyapunov.jl v0.0.2

13 Jul 17:14
bdd4f55
Compare
Choose a tag to compare

NeuralLyapunov.jl is a library for searching for neural Lyapunov functions by setting up a NeuralPDE.jl PDESystem.

In v0.0.2, dynamics now are expected to be defined as $\frac{dx}{dt} = f(x,p,t)$ rather than $\frac{dx}{dt} = f(x)$. This adds greater consistency with DifferentialEquations.jl and allows for parameterization of the dynamics. Since there is still no support for time-varying Lyapunov functions, the ODE must be autonomous and only t = 0.0 will be used.

NeuralLyapunov.jl v0.0.1

10 May 19:38
Compare
Choose a tag to compare

This is the initial public version of NeuralLyapunov.jl, a library for searching for neural Lyapunov functions by setting up a NeuralPDE.jl PDESystem.