项目作者: atra94

项目描述 :
A NumBa based Simulation framework for interconnected dynamical systems.
高级语言: Python
项目地址: git://github.com/atra94/simba.git
创建时间: 2021-01-14T17:30:20Z
项目社区:https://github.com/atra94/simba

开源协议:MIT License

下载


SimBa

SimBa is a NumBa based Simulation framework for interconnected dynamical systems.

SimBa is work in progress at a very early stage. A first version that is still based on pure python is planned to be released until March 2021.

This framework aims to provide you the basic tools such that you can define your own dynamic system models that are composed of multiple components. The target is to offer the whole flexibility of Python during the definition of the system and the full speed of numba during simulation time.

A first working example of how SimBa works and what you can expect is available in the examples folder.