From 4ff2a6a9374b0ddb4f2d4fd03c5f9b9dd1f5b1e6 Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt <max.schmidt@fz-juelich.de> Date: Tue, 29 May 2018 17:13:45 +0900 Subject: [PATCH] Update README with stabilization method --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e532af..5506a9a 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ later release of NEST, version 2.14.0 . This class can be initialized by `MultiAreaModel` or as standalone and takes simulation parameters as input. It provides two main features: -- predict the stable fixed point of the system using mean-field theory -- execute the stabilization method described in [2] on a network instance (will be provided soon) +- predict the stable fixed point of the system using mean-field theory and characterize them (for instance by computing the gain matrix). +- via the script `stabilize.py`, one can execute the stabilization method described in [2] on a network instance. `Analysis` -- GitLab