TsingQAQ / pf2es

Information-Theoretic based Acquisition Function for Parallalble Multi-Objective Bayesian Optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{PF} $^2$ ES: A New Acquisition Function for Parallel Feasible Pareto Frontier Entropy Search

Installation

❗❗❗Caution: You are away from the main branch of Trieste, this branch contains certain other dependencies

install from sources, run

$ pip install -e.

in the repository root (tested with Python version 3.7.11).

Tutorial/Demonstration Notebook

There is a tutorial notebook multi_objective_entropy_search_via_PF2ES.py at (\docs\notebooks) demonstrating how to make use of the acquisition function for different multi-objective optimization tasks.

In order to run the notebook, install the following dependency:

$ pip install -r notebooks/requirements.txt

Then, run the notebooks with

$ jupyter-notebook notebooks

Reproduce the paper's result

If you'd like to reproduce the paper's result exactly, the following directories contain relevant experiments:

About

Information-Theoretic based Acquisition Function for Parallalble Multi-Objective Bayesian Optimization

License:Apache License 2.0


Languages

Language:Python 99.9%Language:Shell 0.1%Language:HTML 0.0%