Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 873 Bytes

File metadata and controls

39 lines (24 loc) · 873 Bytes

OMSens

OMSens is an OpenModelica module for sensitivity analysis and optimization, enabling single and multi-parameter sensitivity studies of Modelica models.

Test

Dependencies

Supported platforms

  • Windows
  • Linux

Installation

Installation using pip is recommended.

Via pip

pip install OMSens

Via source

Clone the repository and run:

cd <OMSensPath>
pip install .

Bug Reports