This repository includes the codes for the surrogate model toolbox (SMT). SMT is a Python package and is distributed under the BSD license.
Version 0.2
Numpy >= Version 1.9.2
Scikit-learn >= Version 0.13.1
pyDOE >= Version 0.3.8
six
Cython
Scipy
Clone the repository from github then run:
pip install -e name_folder
To run tests, first install the python testing framework using:
pip install git+https://github.com/OpenMDAO/testflo.git
and run
testflo
For examples demonstrating how to use SMT, go to the 'examples' folder.
This repository was created by Mohamed Amine Bouhlel and is maintained by the MDOlab.