Tools for optimizing dynamic systems using direct collocation.

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.1.0
  • osx-64 v1.1.0

conda install

To install this package run one of the following:
conda install -c conda-forge opty
conda install -c "conda-forge/label/cf201901" opty
conda install -c "conda-forge/label/cf202003" opty

Description

opty utilizes symbolic descriptions of ordinary differential equations expressed with SymPy to form the constraints needed to solve optimal control and parameter identification problems using the direct collocation method and non-linear programming. In general, if one can express the continuous first order ordinary differential equations of the system as symbolic expressions opty will automatically generate a function to efficiently evaluate the dynamical constraints and a function that evaluates the sparse Jacobian of the constraints, which have been optimized for speed and memory consumption. The translation of the dynamical system description to the NLP form, primarily the formation of the constraints and the Jabcobian of the constraints, manually is a time consuming and error prone process. opty eliminates both of those issues.


© 2023 Anaconda, Inc. All Rights Reserved. (v2.37.5 8452bfd2) Legal | Privacy Policy