Installation#
Prerequisites#
SMT Optim requires the following package to be installed in the Python environment:
Numpy
SciPy
SMT (with the GPX surrogate model)
It can be done via PIP:
pip install numpy scipy smt[gpx]
Installation#
Clone the
smt-optimrepo.
git clone https://github.com/SMTorg/smt-optim.git
Install SMT Optim to your Python environment.
cd smt-optim
pip install -e .