This repository contains the python implementation for MESMO from the Neurips 2019 paper "Max-value Entropy Search for Multi-ObjectiveBayesian Optimization".
The code is implemented in Python and requires the following packages:
If you use this code please cite our papers:
@inproceedings{belakaria2019max,
title={Max-value entropy search for multi-objective bayesian optimization},
author={Belakaria, Syrine and Deshwal, Aryan},
booktitle={International Conference on Neural Information Processing Systems (NeurIPS)},
year={2019}
}
@article{belakaria2021output,
title={Output Space Entropy Search Framework for Multi-Objective Bayesian Optimization},
author={Belakaria, Syrine and Deshwal, Aryan and Doppa, Janardhan Rao},
journal={Journal of Artificial Intelligence Research},
volume={72},
pages={667-715},
year={2021}
}