This repository includes the codes for the surrogate model toolbox (SMT).
Version beta
Scipy >= Version 0.15.1
Numpy >= Version 1.9.2
Sklearn >= Version 0.13.1
pyDOE >= Version 0.3.8
Clone the repository from github then run:
pip install -e name_folder
or
Go to the main folder.
Install the toolbox by running:
sudo python setup.py install (Linux)
or
python setup.py install (Windows)
For examples demonstrating how to use SMT, go to the 'examples' folder.
To run tests, first install the python testing framework using:
pip install git+https://github.com/OpenMDAO/testflo.git
and run
testflo
This repository was created by Mohamed Amine Bouhlel and is maintained by the MDOlab.