relf / smoot

Surrogate-based Multi-Objective Optimization Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests Code style: black

smoot

Installation

pip install smoot

Required packages : pymoo,smt

Description

This surrogate based multi-objective Bayesian optimizer has been created to see the performance of the WB2S criterion adapted to multi-objective problems. Given a black box function f : x -> y with bolds characters as vectors, smoot will give an accurate approximation of the optima with few calls of f.

modeli1 modeli2

activ

modeli12 modeli22

Usage

Look at the Jupyter notebook in the tutorial folder.

You will learn how to use implemented the functionnalities and options such as :

  • The choice of the infill criterion
  • The method to manage the constraints

For additional questions, contact: robingrapin@orange.fr

About

Surrogate-based Multi-Objective Optimization Tool

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 91.8%Language:Python 8.2%