From 0f0473d2a0d68af8209be01f23214459ceb8b6c1 Mon Sep 17 00:00:00 2001 From: Victor Boussange Date: Mon, 15 Jan 2024 09:55:24 +0100 Subject: [PATCH] revised readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c9ad7b4..028c519 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ [![Build status (Github Actions)](https://github.com/vboussange/PiecewiseInference.jl/workflows/CI/badge.svg)](https://github.com/vboussange/PiecewiseInference.jl/actions) [![codecov.io](http://codecov.io/github/vboussange/PiecewiseInference.jl/coverage.svg?branch=main)](http://codecov.io/github/vboussange/PiecewiseInference.jl?branch=main) -Suite for inverse modelling of dynamical systems characterised by complex dynamics. +Inverse modelling framework for dynamical systems characterised by complex dynamics. -**PiecewiseInference.jl** is designed to enhance the convergence of time series-based parameter inversion methods. It achieves this by implementing a segmentation method and parameter normalization, which regularize the inference problem, together with minibatching. +**PiecewiseInference.jl** is designed to enhance the convergence of time series-based parameter inversion methods. It achieves this by implementing a **segmentation method** and **parameter normalization**, which regularize the inference problem, together with **minibatching**. ![](docs/animated.gif)