Getting Started

Installing

To install CTR optimization tool and run the optimization problems, users need to follow these steps:

  1. Install OpenMDAO:

  • pip install 'openmdao[all]'

  1. Install Ozone:

  • Use the command git clone to this repository,

  • Use the command pip install -e . to install Ozone .

  1. Install Open3D:

    Supported operating system: - Ubuntu 18.04+ - macOS 10.14+ - Windows 10 (64-bit) pip install open3d

Other recommandations: while the scipy optimizer in OpenMDAO works for some small-scale problems, we recommend IPOPT or SNOPT. Note that SNOPT is a commercial optimizer.