Skip to content

enizimus/surmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages