Getting Started
Installing
To install CTR optimization tool and run the optimization problems, users need to follow these steps:
Install OpenMDAO:
pip install 'openmdao[all]'
Install
Ozone
:
Use the command
git clone
to this repository,Use the command
pip install -e .
to installOzone
.
- Install
Open3D
: Supported operating system: - Ubuntu 18.04+ - macOS 10.14+ - Windows 10 (64-bit)
pip install open3d
- Install
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.