Skip to content
@mobo-d

MOBO/D

Multiobjective Bayesian Optimization based on Decomposition

Multiobjective Bayesian Optimization based on Decomposition

Decomposition is a fundamental strategy for solving multiobjective optimization problems (MOPs), as it enables the simplification of MOPs into more manageable sub-problems [1]. This strategy not only makes the problem-solving process more efficient, but also provides a flexible way to manage the diversity of solutions. This page includes the representative MultiObjective Bayesian Optimization (MOBO) papers that utilize decomposition techniques.

Random Scalarization

Applie the standard single-objective acquisition function after random scalarization.

  • 2006, TEVC. Joshua Knowles. "ParEGO: a Hybrid Algorithm with on-line Landscape Approximation for Expensive Multiobjective Optimization Problems". [PDF]
  • 2020, UAI. Biswajit Paria, Kirthevasan Kandasamy, Barnabás Póczos. "A Flexible Framework for Multi-Objective Bayesian Optimization using Random Scalarizations". [PDF]
  • 2020, ICML. Richard Zhang, Daniel Golovin. "Random Hypervolume Scalarizations for Provable Mmulti-objective Black Box Optimization". [PDF]

Decomposition & Cooperation

Following the MOEA/D framework, decompose a MOP in question into a number of sub-problems via a set of reference vectors and solve these sub-problems in a collaborative manner. It is based on the assumption that the optimal solutions of two subproblems should be similar when their reference vectors are close.

  • 2010, TEVC. MOEA/D-EGO. Qingfu Zhang, Wudong Liu, Edward Tsang, and Botond Virginas. "Expensive Multiobjective Optimization by MOEA/D with Gaussian Process Model". [PDF] [code]
  • 2022, NeurIPS. PSL-MOBO. Xi Lin, Zhiyuan Yang, Xiaoyuan Zhang, and Qingfu Zhang. "Pareto Set Learning for Expensive Multi-Objective Optimization". [PDF] [Supplementary] [code]
  • 2024, TEVC. DirHV-EGO. Liang Zhao and Qingfu Zhang. "Hypervolume-Guided Decomposition for Parallel Expensive Multiobjective Optimization". [PDF] [Supplementary] [code]

Popular repositories

  1. DirHV-EGO DirHV-EGO Public

    Open-source implementation of TEVC'2024 paper "Hypervolume-Guided Decomposition for Parallel Expensive Multiobjective Optimization"

    MATLAB 5 1

  2. MOEAD-EGO MOEAD-EGO Public

    Open-source implementations of TEVC'2010 paper, MOEA/D with Gaussian Process model

    MATLAB 3

  3. .github .github Public

Repositories

Showing 3 of 3 repositories
  • MOEAD-EGO Public

    Open-source implementations of TEVC'2010 paper, MOEA/D with Gaussian Process model

    mobo-d/MOEAD-EGO’s past year of commit activity
    MATLAB 3 MIT 0 0 0 Updated Jun 19, 2024
  • DirHV-EGO Public

    Open-source implementation of TEVC'2024 paper "Hypervolume-Guided Decomposition for Parallel Expensive Multiobjective Optimization"

    mobo-d/DirHV-EGO’s past year of commit activity
    MATLAB 5 MIT 1 0 0 Updated Jun 10, 2024
  • .github Public
    mobo-d/.github’s past year of commit activity
    0 0 0 0 Updated Jun 5, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…