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 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)
Go to the folder 'examples' and run:
python test_linux.py
If several versions of Python are installed on the computer, run:
sudo python test_linux.py
python test_windows.py
This repository was created by Mohamed Amine Bouhlel and is maintained by the MDOlab.