A Comparison-Relationship-Surrogate Evolutionary Algorithm for Multi-Objective Optimization
Christopher M. Pierce, Young-Kee Kim, Ivan Bazarov
TL;DR
This work tackles expensive multi-objective optimization under a tight evaluation budget by introducing a comparison-relationship surrogate that learns pairwise objective comparisons between candidates. The CRSEA algorithm integrates a symmetry-aware neural network that predicts comparisons and uses it to drive NSGA-II–style search, with procedures to enforce transitivity and properly handle equalities. Empirical results show CRSEA achieves strong convergence on several WFG biobjective problems and demonstrates practical value on a real-world accelerator physics problem, though performance on some DTLZ problems indicates a need for diversity-preserving mechanisms. The study highlights future directions in diversity maintenance and constraint incorporation to broaden applicability and robustness of comparison-based surrogates in expensive multi-objective optimization.
Abstract
Evolutionary algorithms often struggle to find well converged (e.g small inverted generational distance on test problems) solutions to multi-objective optimization problems on a limited budget of function evaluations (here, a few hundred). The family of surrogate-assisted evolutionary algorithms (SAEAs) offers a potential solution to this shortcoming through the use of data driven models which augment evaluations of the objective functions. A surrogate model which has shown promise in single-objective optimization is to predict the "comparison relationship" between pairs of solutions (i.e. who's objective function is smaller). In this paper, we investigate the performance of this model on multi-objective optimization problems. First, we propose a new algorithm "CRSEA" which uses the comparison-relationship model. Numerical experiments are then performed with the DTLZ and WFG test suites plus a real-world problem from the field of accelerator physics. We find that CRSEA finds better converged solutions than the tested SAEAs on many of the medium-scale, biobjective problems chosen from the WFG suite suggesting the comparison-relationship surrogate as a promising tool for improving the efficiency of multi-objective optimization algorithms.
