Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Jan 30, 2024
1 parent f8abb25 commit b7e8160
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ include:
- estimation of linear ODE parameters via matching of frequency-response functions
- estimation from multiple experiments
- estimation with a poor man's multiple shooting
- input-output linearization of continuous- and discrete-time input-affine systems with well-defined relative degree
- input-output linearization of continuous-time input affine systems
- input-output linearization of discrete-time systems [example](examples/linearize_discrete_time)
- estimation of a system's relative-degree

Documentation is on its way. Until then, have a look at the [example](examples) and [test](tests) folders.


## Installing

Requires Python 3.9+, JAX 0.4.13+, Equinox 0.10.10+ and Diffrax 0.4.0+. With a
Requires Python 3.9+, JAX 0.4.23+, Equinox 0.11+ and Diffrax 0.5+. With a
suitable version of jaxlib installed:

pip install .
Expand Down

0 comments on commit b7e8160

Please sign in to comment.