Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 301 Bytes

metabbo

This package defines minimal interface required of surrogate models for black-box optimization (BBO).

How to install

On the top directory of this repository, run pip install . --user.

$ git clone https://github.com/k-kitai/metabbo
$ cd metabbo
$ pip install . --user