Get started#

Installation#

Prerequisites#

The smt-optim package requires the following package to be installed in your Python environment:

  • Numpy

  • SciPy

  • SMT

Installation#

  1. Clone the smt-optim repo.

git clone https://github.com/SMTorg/smt-optim.git

  1. Install smt-optim to your Python environment.

cd smt-optim

pip install -e .

Usage#

Quickstart#

TODO: add quickstart example here

Examples#

See usage examples in the tutorial directory.