Installation#
Install from PyPI#
SMT-optim can be installed directly from the Python Package Index:
pip install smt-optim
Development Installation#
Clone the
smt-optimrepo.
git clone https://github.com/SMTorg/smt-optim.git
cd smt-optim
Install in editable mode.
pip install -e .
The following dependencies are installed automatically:
Numpy
SciPy
SMT (with the GPX surrogate model)