Papers
Topics
Authors
Recent
Search
2000 character limit reached

Pareto Set Characterization in Constrained Multiobjective Optimization and the COBI Problem Generator *

Published 10 Apr 2026 in math.OC | (2604.09131v1)

Abstract: Benchmark problems play a central role in assessing the performance of numerical optimization algorithms. However, many existing constrained multiobjective optimization benchmark problems rely on overly restricted constructions or lack formal analysis of their optimal solution sets, limiting their relevance for systematic algorithm evaluation. In this work, we introduce a class of analytically tractable constrained multiobjective optimization problems whose Pareto sets can be formally characterized. The construction is based on convex-quadratic functions with positive definite Hessians, combined through multipeak formulations in which each objective is defined as the minimum over several convex-quadratic components. This approach preserves analytical structure while enabling multimodality (non-convexity), ill-conditioning and non-separability. The constraints are built as sublevel sets of multipeak functions giving rise to problems with potentially disconnected feasible regions. Building on these results, we propose COBI, a scalable generator of constrained bi-objective test problems designed for benchmarking derivative-free optimization algorithms. We provide a reference Python implementation that enables straightforward integration of COBI instances into benchmarking workflows.

Summary

  • The paper presents a complete analytical characterization of Pareto sets in constrained multiobjective problems using convex-quadratic functions and scalarization.
  • It extends the analysis to complex multimodal and disconnected feasible regions, enabling precise benchmarking of derivative-free optimization methods.
  • COBI, the proposed problem generator, allows systematic control of problem difficulties such as non-convexity and ill-conditioning for robust algorithm assessment.

Characterization of Pareto Sets in Constrained Multiobjective Optimization and the COBI Generator

This paper delivers a comprehensive theoretical framework for analyzing Pareto sets in constrained multiobjective optimization (CMO) and introduces COBI, a scalable problem generator for benchmarking derivative-free bi-objective constrained optimization methods. By leveraging convex-quadratic and multipeak problem structures, the work bridges the gap between tractable formal analysis and real-world problem difficulty, enabling systematic algorithm assessment under analytically understood conditions.

Analytical Characterization of Pareto Sets

A central contribution of the paper is the complete analytical description of Pareto sets in constrained CMO problems built from strictly convex-quadratic functions, with extensions to the more complex multimodal (multipeak) and disconnected-feasible-region scenarios. The authors prove that for mm strictly convex-quadratic objectives and convex constraints, every Pareto-optimal solution coincides with the unique optimum of a scalarized function formed by a convex combination of objectives. This yields a parametric description of the Pareto set:

Given objectives fi(x)=12(x−ci)⊤Hi(x−ci)+vif_i(x) = \frac{1}{2}(x - c_i)^\top H_i (x - c_i) + v_i with Hi≻0H_i \succ 0, the unconstrained Pareto set is

P={Hθ−1(∑iθiHici)∣θ∈S}\mathcal{P} = \{H_\theta^{-1}(\sum_i \theta_i H_i c_i) \mid \theta \in S\}

where Hθ=∑iθiHiH_\theta = \sum_i \theta_i H_i, and SS is the unit simplex. Figure 1

Figure 1

Figure 1: Level sets for scalarized and individual objectives, with the Pareto set as the locus of optima for all scalarizations; effect of non-isotropic Hessians on solution distribution; examples of multimodal landscapes.

When constraints are present, the Pareto set is the projection (with respect to the HθH_\theta-induced norm) of the unconstrained Pareto set onto the feasible region. This projection property extends previous findings, yielding a geometry-informed method for locating optimal trade-off solutions under constraints. Figure 2

Figure 2

Figure 2

Figure 2: Illustration of how the Pareto set's shape depends critically on the relative positions and Hessian structures of the objective functions; extension to three objectives.

This explicit geometric and algebraic form enables both theoretical reasoning and practical Pareto set computation in benchmark construction.

Extensions to Multipeak and Disconnected Feasibility Problems

The analysis is rigorously generalized to settings where each objective (and constraint) is itself a minimum over several convex-quadratic components—the multipeak construction. This introduces both multimodality (multiple attraction basins) and disconnected feasible sets, reflecting complex real-world optimization challenges while preserving analytical tractability.

Key results include:

  • The Pareto set of a multipeak bi-objective problem is comprised of non-dominated points from the union of the Pareto sets corresponding to all pairs of peaks (fai,fbj)(f_{a_i}, f_{b_j}).
  • For feasible sets described by unions (e.g., sublevel sets of multipeak constraints), Pareto sets are subsets of the union of individual-region Pareto sets, with non-dominated sorting yielding the global set.

The theoretical framework further covers invariance of the Pareto set under:

  • Strictly increasing transformations of objectives,
  • Sign-preserving (zero-only-at-zero) transformations of (in)equality constraints.

This broadens the tractable problem class while facilitating benchmarking scenarios with varied front shapes and constraint types.

The COBI Problem Generator

Based on these analytical insights, the authors formalize COBI, a parametric generator of bi-objective constrained test problems for derivative-free optimization. COBI features:

  • Multimodal (multipeak) objectives synthesized from convex-quadratic minima, allowing explicit control over non-convexity and ill-conditioning.
  • Constraints comprising linear, convex-quadratic, or multipeak forms, yielding nonseparable and disconnected feasible domains.
  • Tunable transformations on objectives and constraints to reflect real-world properties (e.g., non-linearity, discontinuity at the boundary).

Benchmark problems can thus be instantiated across a spectrum of complexities, with the Pareto set analytically known or precisely approximable via efficient convex optimization procedures.

Numerical Methods for Pareto Set Approximation

The paper describes and implements (reference Python code provided) efficient methods for approximating Pareto sets:

  • For problems with convex-quadratic objectives and convex constraints, a grid of scalarization weights (θ\theta) provokes the generation of candidate Pareto points, projected onto the feasible set.
  • For multipeak objectives or constraints, the union of Pareto sets for each subproblem (peak pair or feasible region) is constructed; Pareto dominance filtering produces the non-dominated set.
  • For high-precision approximation, ϵ\epsilon-distance control is imposed in parameter space and/or objective space.

The approach is scalable: the computational bottleneck reduces to repeated resolution of convex quadratic or conic subproblems.

Visualization and Classification of Benchmark Properties

Extensive visual analysis categorizes the rich variety of problem landscapes and Pareto front geometries achievable with COBI:

  • The generator encompasses all classic constraint effect types (classification of [ma2019evolutionary]).
  • Both objectives and constraints can be made highly multimodal, ill-conditioned, or non-separable.
  • Transformation-induced effects (e.g., front shape morphological changes under strictly increasing monotonizations) are demonstrated. Figure 3

Figure 3

Figure 3

Figure 3

Figure 3: Achievable Pareto front shapes with the proposed generator; convex, concave, highly curved, and non-convex fronts can be induced by parameterized transformations.

The geometric interpretation is further confirmed by juxtaposing unconstrained and constrained Pareto sets—validating the theoretical projection property and elucidating the impact of various constraint types.

Implications for Benchmarking and Performance Assessment

The main practical implication is the availability of a benchmark suite where difficulties such as non-separability, ill-conditioning, multi-modality, disconnected feasible regions, and non-trivial front geometries are systematically parameterizable and analytically characterized. This permits:

  • Detailed, rigorous performance assessment of derivative-free and evolutionary multiobjective optimizers.
  • Direct computation (not estimation) of hypervolume or other front-based metrics due to Pareto set availability.
  • Systematic study of algorithmic weaknesses tied to problem geometry.

Empirical results show, for instance, that increasing decision space dimension impairs standard evolutionary methods' ability to recover full Pareto sets, especially at the extremes—insights made possible by the fine-grained analytical knowledge of optimal sets.

Theoretical and Practical Impacts, and Future Outlook

The explicit, constructive theory underlying COBI enhances both practical benchmark design and foundational understanding of Pareto set geometry in a broad class of analytically tractable, yet challenging, CMO problems. The generalization to arbitrary transformations and union/intersection-structured constraints broadens real-world applicability, especially for algorithm diagnostics and ablation studies.

Possible future developments include:

  • Extending beyond bi-objective settings, leveraging similar algebraic-geometric structures for higher objective counts.
  • Further automated calibration of generator parameters to mimic specific industrial problems.
  • Deeper exploration of the interaction between front geometry, problem multimodality, and algorithmic convergence barriers in high-dimension spaces.

Conclusion

This paper furnishes a unified characterization of Pareto sets for a large, analytically tractable class of constrained multiobjective problems, and operationalizes these findings in the robust COBI test problem generator. The results decisively advance the methodological foundations for benchmarking optimization algorithms under realistic and formally understood difficulty, and pave the way for systematic studies of multiobjective optimization under complex, application-inspired constraints and objectives (2604.09131).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.