Installation#

Install from PyPI#

SMT-optim can be installed directly from the Python Package Index:

pip install smt-optim

Development Installation#

  1. Clone the smt-optim repo.

git clone https://github.com/SMTorg/smt-optim.git
cd smt-optim
  1. Install in editable mode.

pip install -e .

The following dependencies are installed automatically:

  • Numpy

  • SciPy

  • SMT (with the GPX surrogate model)