Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.08 KB

Build Status (Linux)

Build status (Windows)

README

This repository includes the codes for the surrogate model toolbox (SMT).

Version

Version beta

Required packages

Scipy >= Version 0.15.1

Numpy >= Version 1.9.2

Sklearn >= Version 0.13.1

pyDOE >= Version 0.3.8

Installation

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)

Usage

For examples demonstrating how to use SMT, go to the 'examples' folder.

Tests

To run tests, first install the python testing framework using:

pip install git+https://github.com/OpenMDAO/testflo.git

and run

testflo

Contact

This repository was created by Mohamed Amine Bouhlel and is maintained by the MDOlab.