Saved in:
Bibliographic Details
Main Authors: Dowson, Oscar, Gandibleux, Xavier, Kof, Gökhan
Format: Preprint
Published: 2025
Subjects:
Online Access:https://arxiv.org/abs/2507.05501
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • We present MultiObjectiveAlgorithms.jl, an open-source Julia library for solving multi-objective optimization problems written in JuMP. MultiObjectiveAlgorithms.jl implements a number of different solution algorithms, which all rely on an iterative scalarization of the problem from a multi-objective optimization problem to a sequence of single-objective subproblems. As part of this work, we extended JuMP to support vector-valued objective functions. Because it is based on JuMP, MultiObjectiveAlgorithms.jl can use a wide variety of commercial and open-source solvers to solve the single-objective subproblems, and it supports problem classes ranging from linear, to conic, semi-definite, and general nonlinear. MultiObjectiveAlgorithms.jl is available at https://github.com/jump-dev/MultiObjectiveAlgorithms.jl under a MPL-2 license.