Get started#
Installation#
Prerequisites#
The smt-optim package requires the following package to be installed in your Python environment:
Numpy
SciPy
SMT
Installation#
Clone the
smt-optimrepo.
git clone https://github.com/SMTorg/smt-optim.git
Install
smt-optimto your Python environment.
cd smt-optim
pip install -e .
Usage#
Quickstart#
TODO: add quickstart example here
Examples#
See usage examples in the tutorial directory.