Metadata-Version: 2.3
Name: surrogates_interface
Version: 4.3.2
Summary: Interface for surrogate models.
License: MIT
Author: DTU Wind and Energy Systems
Maintainer: Riccardo Riva
Maintainer-email: ricriv@dtu.dk
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: code-style
Provides-Extra: docs
Provides-Extra: om
Provides-Extra: sklearn
Provides-Extra: smt
Provides-Extra: spyder
Provides-Extra: test
Provides-Extra: tf
Provides-Extra: torch
Requires-Dist: PyQt6 (>=6.8.1,<7.0.0) ; extra == "spyder"
Requires-Dist: black (>=25.1.0,<26.0.0) ; extra == "code-style"
Requires-Dist: codespell (>=2.4.0,<3.0.0) ; extra == "code-style"
Requires-Dist: flake8 (>=7.0.0,<8.0.0) ; extra == "code-style"
Requires-Dist: h5py (>=3.10.0,<4.0.0)
Requires-Dist: isort (>=6.0.0,<7.0.0) ; extra == "code-style"
Requires-Dist: keras (>=3.0.0,<4.0.0) ; extra == "torch"
Requires-Dist: matplotlib (>=3.0.0,<4.0.0) ; extra == "smt"
Requires-Dist: numpy (>=1.10.0,<3.0.0)
Requires-Dist: numpydoc (>=1.8.0,<2.0.0) ; extra == "docs"
Requires-Dist: openmdao (>=3.0.0,<4.0.0) ; extra == "om"
Requires-Dist: pydata-sphinx-theme (>=0.16.1,<1.0.0) ; extra == "docs"
Requires-Dist: pytest (>=8.3.0,<9.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=6.0.0,<7.0.0) ; extra == "test"
Requires-Dist: scikit-learn (>=1.4.0,<2.0.0) ; extra == "sklearn"
Requires-Dist: smt (>=2.0.0,<3.0.0) ; extra == "smt"
Requires-Dist: sphinx (>=8.0.0,<9.0.0) ; extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5.2,<1.0.0) ; extra == "docs"
Requires-Dist: sphinx-sitemap (>=2.6.0,<3.0.0) ; extra == "docs"
Requires-Dist: sphinx_design (>=0.6.1,<1.0.0) ; extra == "docs"
Requires-Dist: spyder-kernels (>=3.0.0,<3.1.0) ; extra == "spyder"
Requires-Dist: tensorflow (>=2.10.0,<3.0.0) ; extra == "tf"
Requires-Dist: tensorflow-io-gcs-filesystem (==0.31.0) ; (python_version < "3.12") and (extra == "tf")
Requires-Dist: tomli (>=2.0.0,<3.0.0) ; python_version < "3.11"
Requires-Dist: torch (>=2.0.0,<3.0.0) ; extra == "torch"
Project-URL: Documentation, https://surrogate-models.pages.windenergy.dtu.dk/surrogate-models-interface
Project-URL: Repository, https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface
Description-Content-Type: text/markdown

# Surrogate Models Interface

[![pipeline status](https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface/badges/main/pipeline.svg)](https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface/-/commits/main)
[![coverage report](https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface/badges/main/coverage.svg)](https://gitlab.windenergy.dtu.dk/surrogate-models/surrogate-models-interface/-/commits/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8282614.svg)](https://doi.org/10.5281/zenodo.8282614)

Provides a common interface to several surrogate models, including an OpenMDAO wrapper.

The documentation is available at: https://surrogate-models.pages.windenergy.dtu.dk/surrogate-models-interface

