enizimus / surmod

Surrogate modelling library for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Surmod

Surmod is a python library for making and exploring surrogate models for optimization problems involving an expensive objective function evaluation. The library includes modules for :

  • Variable screening
  • Sampling plan generation
  • Model construction

Installation

Surmod requires Python 3.7 to run.

Install the requirements and the library with :

$ python -m pip install -r requirements.txt
$ python -m pip install .

or directly from PyPi with :

$ python -m pip install surmod

Todos

  • Add examples
  • Model updating
  • New models
  • ...

License

MIT

About

Surrogate modelling library for python

License:MIT License


Languages

Language:Python 100.0%