Skip to content

sharadgupta27/smt

 
 

Repository files navigation

Build Status Build status Coverage Status

Surrogate Modeling Toolbox

The surrogate modeling toolbox (SMT) is a Python package that contains a collection of surrogate modeling methods, sampling techniques, and benchmarking functions. This package provides a library of surrogate models that is simple to use and facilitates the implementation of additional methods. SMT is different from existing surrogate modeling libraries because of its emphasis on derivatives, including training derivatives used for gradient-enhanced modeling, prediction derivatives, and derivatives with respect to the training data. It also includes new surrogate models that are not available elsewhere: kriging by partial-least squares reduction and energy-minimizing spline interpolation. SMT is documented using custom tools for embedding automatically-tested code and dynamically-generated plots to produce high-quality user guides with minimal effort from contributors. SMT is distributed under the New BSD license.

Version

Version 0.2

Required packages

SMT depends on the following modules: numpy, scipy, sk-learn, pyDOE2 and Cython.

Installation

Clone the repository from github then run:

pip install -e name_folder

Tests

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

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

and run

testflo

Usage

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

Documentation

http://smt.readthedocs.io

Contact

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

Email: [email protected] or [email protected]

About

Surrogate Modeling Toolbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.2%
  • C++ 5.8%