pith. sign in

arxiv: 2606.29953 · v1 · pith:2NC3MHY4new · submitted 2026-06-29 · 💻 cs.NE

Semantics-Aware Bilevel Co-Evolution: Towards Automated Multicomponent Algorithm Design

Pith reviewed 2026-06-30 03:52 UTC · model grok-4.3

classification 💻 cs.NE
keywords automated algorithm designbilevel co-evolutionsemantics-awareLLM-assisted evolutionary searchmulticomponent algorithmshierarchical structuresevolutionary computation
0
0 comments X

The pith

STABLE uses bilevel co-evolution and a multi-faceted semantic model to automate the design of multicomponent algorithms.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper presents STABLE as a way to overcome limits in LLM-assisted evolutionary search for complex algorithms with multiple components. It structures algorithms into hierarchical modular forms using domain knowledge and evolves both the high-level configuration of components and the low-level details of each component at the same time. A semantic model helps the LLM understand how components fit together structurally and functionally. This setup aims to make the search more efficient and produce better algorithms than manual designs or other automated methods. If the approach works, it would mean automated design can handle real-world complexity by reusing good parts and exploring the space in a guided way.

Core claim

STABLE organizes complex algorithms into hierarchical and modular architectures rooted in domain knowledge. It simultaneously optimizes high-level multicomponent configurations and low-level functional components through coordinated cross-level updates. At each level, a multi-faceted semantic model assists LLMs in capturing structural correlations, functional compatibilities, and inherent rationalities among algorithm components, serving as core guidance for evolutionary search and enabling principled generation and evaluation of algorithms.

What carries the argument

Bilevel co-evolution guided by a multi-faceted semantic model that captures structural correlations, functional compatibilities, and inherent rationalities among algorithm components.

If this is right

  • Coordinated updates across levels allow suitable granularities for design space exploration.
  • The semantic model enables principled algorithm generation and evaluation.
  • High-quality components can be reused more effectively in multicomponent setups.
  • Search efficiency improves for complex design spaces compared to existing LES methods.
  • Resulting algorithms outperform human-designed baselines in experiments.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Semantic guidance could be applied to other automated design tasks beyond algorithms.
  • The hierarchical structure might generalize to different types of multicomponent systems.
  • Testing the method on additional problem domains would reveal its broader applicability.
  • Integrating more domain knowledge could further enhance the semantic model's effectiveness.

Load-bearing premise

The multi-faceted semantic model accurately captures structural correlations, functional compatibilities, and inherent rationalities among algorithm components so that LLM-guided evolution produces valid and superior designs.

What would settle it

Experiments showing that designs generated with the semantic model are no better or more often invalid than those from non-semantic or single-level evolution methods.

Figures

Figures reproduced from arXiv: 2606.29953 by Kay Chen Tan, Shenghao Wu, Xingyu Wu, Zhiyao Zhang.

Figure 1
Figure 1. Figure 1: Basic workflow of LES. The reminder of paper is structured in the following manner. First, Section II introduces AAD, the basic workflow of LES, and related work. Next, Section III offers a comprehensive description of STABLE. Subsequently, Section IV details the experimental studies. Lastly, Section V concludes this paper. II. PRELIMINARIES A. AAD and LES Without loss of generality, in current works, an A… view at source ↗
Figure 2
Figure 2. Figure 2: Five-dimensional semantic model for each algorithm component. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Framework of STABLE. (a) Archive Initialization: An algorithm archive is initialized with [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Flowchart of STABLE. In the next subsections, we first introduce the overall framework of STABLE and then elaborate on the two core components of STABLE: semantics-aware composite genetic operator and semantics-aware performance evaluator. A. Overall Framework [PITH_FULL_IMAGE:figures/full_fig_p004_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Prompt for initialization. Task Description:{{i}-th component design task description} Algorithm Information: I have a new {i}-th component as follows: The fitness value of this component is: {} The code of this component is:{} The idea of this component is:{} Operator Instruction: Please conduct a thorough analysis of the aforementioned component and elaborate on its core strength and key drawback related… view at source ↗
Figure 8
Figure 8. Figure 8: Prompt for algorithm recommendation in lower-level search. [PITH_FULL_IMAGE:figures/full_fig_p005_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Semantics-aware composite genetic operator. [PITH_FULL_IMAGE:figures/full_fig_p006_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Prompt for recommending cluster number in upper-level search. [PITH_FULL_IMAGE:figures/full_fig_p007_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Prompt for crossover in upper-level search. [PITH_FULL_IMAGE:figures/full_fig_p007_11.png] view at source ↗
Figure 13
Figure 13. Figure 13: Convergence curve of the median NAHV values over three runs provided by EoH, ParEvo, and STABLE on (a) the constrained MOEA design task [PITH_FULL_IMAGE:figures/full_fig_p010_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Convergence curve of the median NAHV values over three runs provided by STABLE and its four variants on (a) the constrained MOEA design [PITH_FULL_IMAGE:figures/full_fig_p010_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Ideas of the three components of the best constrained MOEA designed by STABLE, i.e., CMOEA-STABLE. [PITH_FULL_IMAGE:figures/full_fig_p011_15.png] view at source ↗
Figure 16
Figure 16. Figure 16: Ideas of the five components of the best surrogate-assisted MOEA designed by STABLE, i.e., SAMOEA-STABLE. [PITH_FULL_IMAGE:figures/full_fig_p011_16.png] view at source ↗
read the original abstract

LLM-assisted evolutionary search (LES) has emerged as a promising paradigm for automated algorithm design. However, existing methods usually suffer from two inherent limitations when facing the automated design of real-world complex algorithms that usually consist of multiple components. The first limitation is that they either focus on modifying entire algorithms, making it difficult to reuse high-quality components, or concentrate on component refinement within a limited set of predefined multicomponent configurations. The second limitation is the insufficient explicit modeling and exploitation of algorithm semantics. These limitations severely degrade search efficiency and hinder effective exploration of complex design spaces. Therefore, this paper proposes STABLE (Semantics-Aware Bilevel Co-Evolution), an LES method purpose-built for automated multicomponent algorithm design that introduces structural algorithm formulation and semantics-driven evolution. In STABLE, complex algorithms are organized into hierarchical and modular architectures rooted in domain knowledge, aligning the search space with their intrinsic compositional traits. Based on this structured algorithm formulation, STABLE simultaneously optimizes high-level multicomponent configurations and low-level functional components, enabling coordinated cross-level updates while maintaining suitable granularities for design space exploration. At each level, STABLE establishes a multi-faceted semantic model to assist LLMs in capturing structural correlations, functional compatibilities, and inherent rationalities among algorithm components. This semantic model serves as the core guidance for evolutionary search, enabling principled algorithm generation and algorithm evaluation. Extensive experiments demonstrate that STABLE outperform both human-designed baselines and those from advanced LES methods.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 1 minor

Summary. The manuscript proposes STABLE, a semantics-aware bilevel co-evolution framework for LLM-assisted evolutionary search (LES) targeted at automated design of multicomponent algorithms. Complex algorithms are organized into hierarchical modular architectures; the method performs simultaneous bilevel optimization over high-level multicomponent configurations and low-level functional components while using a multi-faceted semantic model (capturing structural correlations, functional compatibilities, and inherent rationalities) to guide LLM-based generation and evaluation at each level. The central claim is that extensive experiments show STABLE outperforming both human-designed baselines and advanced LES methods.

Significance. If the empirical results are robust and the contribution of the semantic model is isolated, the bilevel hierarchical formulation combined with explicit semantic guidance could meaningfully advance automated multicomponent algorithm design by improving search efficiency and validity in large compositional spaces. The approach directly targets two stated limitations of prior LES work (whole-algorithm vs. limited-configuration focus and insufficient semantic modeling).

major comments (2)
  1. [Experiments] Experiments section: The central empirical claim attributes outperformance to the multi-faceted semantic model guiding component choices. No ablation is described that compares semantics-guided prompts against random or generic LLM prompts (or bilevel evolution without the semantic model) at either level. Without such controls, gains cannot be attributed to the claimed mechanism rather than the bilevel structure or LLM prompting alone; this is load-bearing for the methodological contribution.
  2. [Abstract / §1] Abstract and §1: The abstract states that 'extensive experiments demonstrate that STABLE outperform both human-designed baselines and those from advanced LES methods' yet supplies no quantitative metrics, error bars, baseline specifications, statistical tests, or number of runs. This absence prevents evaluation of the strength of evidence supporting the outperformance claim.
minor comments (1)
  1. [Method] The description of the semantic model (structural correlations, functional compatibilities, inherent rationalities) is high-level; concrete implementation details (e.g., how these facets are encoded as prompts or features) would improve reproducibility.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback. We address each major comment below and will revise the manuscript to strengthen the presentation of results and attribution of contributions.

read point-by-point responses
  1. Referee: [Experiments] Experiments section: The central empirical claim attributes outperformance to the multi-faceted semantic model guiding component choices. No ablation is described that compares semantics-guided prompts against random or generic LLM prompts (or bilevel evolution without the semantic model) at either level. Without such controls, gains cannot be attributed to the claimed mechanism rather than the bilevel structure or LLM prompting alone; this is load-bearing for the methodological contribution.

    Authors: We agree that an explicit ablation isolating the multi-faceted semantic model's contribution is necessary to substantiate the central claim. While the existing comparisons to advanced LES methods provide some differentiation, they do not fully control for prompting variations or the absence of semantic guidance. In the revised manuscript we will add targeted ablation experiments at both the high-level configuration and low-level component stages, directly comparing semantics-guided prompts against random/generic LLM prompts and against bilevel evolution without the semantic model. These controls will clarify the incremental benefit of the semantic component. revision: yes

  2. Referee: [Abstract / §1] Abstract and §1: The abstract states that 'extensive experiments demonstrate that STABLE outperform both human-designed baselines and those from advanced LES methods' yet supplies no quantitative metrics, error bars, baseline specifications, statistical tests, or number of runs. This absence prevents evaluation of the strength of evidence supporting the outperformance claim.

    Authors: We acknowledge that the abstract and introduction would be strengthened by including representative quantitative details. The full experimental section reports performance metrics, run counts, and statistical comparisons, but these were not summarized at the front matter. We will revise the abstract and §1 to incorporate key quantitative findings (e.g., mean performance deltas, number of independent runs, standard deviations or error bars, baseline specifications, and mention of the statistical tests employed) while remaining within length constraints. revision: yes

Circularity Check

0 steps flagged

No circularity: empirical method with no self-referential derivations or fitted predictions

full rationale

The paper proposes STABLE as an LES framework for multicomponent algorithm design, relying on hierarchical formulation, bilevel optimization, and a multi-faceted semantic model to guide LLMs. No equations, parameter fits, or derivation chains are described that would reduce a claimed result to its own inputs by construction. Claims of superiority rest on experimental comparisons rather than any self-definitional, fitted-input, or self-citation load-bearing structure. The method is self-contained as an empirical proposal; external benchmarks or ablations would address evidence strength but do not indicate circularity in the presented chain.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Only the abstract is available; no explicit free parameters, axioms, or invented entities can be identified. The approach implicitly relies on domain knowledge for hierarchical structures and on LLM semantic understanding, but these are not formalized in the provided text.

pith-pipeline@v0.9.1-grok · 5800 in / 1137 out tokens · 39318 ms · 2026-06-30T03:52:44.333823+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

55 extracted references · 9 canonical work pages · 2 internal anchors

  1. [1]

    A novel evolutionary Bayesian optimization algorithm based on decomposition for expensive constrained multiobjective optimization problems,

    Z. Zhang, Y . Wang, G. Sun, and T. Pang, “A novel evolutionary Bayesian optimization algorithm based on decomposition for expensive constrained multiobjective optimization problems,”IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 56, no. 2, pp. 945– 957, 2026

  2. [2]

    Toward automated algorithm design: A survey and practical guide to meta-black-box- optimization,

    Z. Ma, H. Guo, Y .-J. Gong, J. Zhang, and K. C. Tan, “Toward automated algorithm design: A survey and practical guide to meta-black-box- optimization,”IEEE Transactions on Evolutionary Computation, pp. 1– 1, 2025

  3. [3]

    Large language model-enhanced algorithm selection: Towards comprehensive algorithm representation,

    X. Wu, Y . Zhong, J. Wu, B. Jiang, and K. C. Tan, “Large language model-enhanced algorithm selection: Towards comprehensive algorithm representation,” inProceedings of the 33rd International Joint Confer- ence on Artificial Intelligence, IJCAI 2024, 2024, pp. 5235–5244. 13 TABLE II RESULTS ONMWTESTSUITE. Problemm D CCMO θ-DEA-CPBI ShiP DRLOS-EMCMO DVCEA C...

  4. [4]

    LLM-driven evolutionary algorithm selection: Bidirectional framework and sampling paradigm,

    X. Wu, Y . Feng, and J. Wu, “LLM-driven evolutionary algorithm selection: Bidirectional framework and sampling paradigm,” in2025 International Conference on Machine Intelligence and Nature-Inspired Computing (MIND). IEEE, 2025, pp. 1–7

  5. [5]

    DiffGraph: An automated agent-driven model merging framework for in-the-wild text-to-image generation,

    Z. Li, H. Rahmani, J. Zhang, Y . Xue, M. Mirmehdi, J. Kuen, J. Gu, and J. Liu, “DiffGraph: An automated agent-driven model merging framework for in-the-wild text-to-image generation,”ArXiv Preprint ArXiv:2603.20470, 2026

  6. [6]

    Evolutionary computation in the era of large language model: Survey and roadmap,

    X. Wu, S.-H. Wu, J. Wu, L. Feng, and K. C. Tan, “Evolutionary computation in the era of large language model: Survey and roadmap,” IEEE Transactions on Evolutionary Computation, vol. 29, no. 2, pp. 534–554, 2025

  7. [7]

    A systematic survey on large language models for algorithm design,

    F. Liu, Y . Yao, P. Guo, Z. Yang, X. Lin, Z. Zhao, X. Tong, K. Mao, Z. Lu, Z. Wanget al., “A systematic survey on large language models for algorithm design,”ACM Computing Surveys, vol. 58, no. 8, pp. 1–32, 2026

  8. [8]

    Partition to evolve: Niching-enhanced evolution with LLMs for automated algorithm discovery,

    Q. Hu and Q. Zhang, “Partition to evolve: Niching-enhanced evolution with LLMs for automated algorithm discovery,” inThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025

  9. [9]

    Multiobjective evolutionary algorithms: A survey of the state of the art,

    A. Zhou, B.-Y . Qu, H. Li, S.-Z. Zhao, P. N. Suganthan, and Q. Zhang, “Multiobjective evolutionary algorithms: A survey of the state of the art,”Swarm and Evolutionary Computation, vol. 1, no. 1, pp. 32–49, 2011

  10. [10]

    Large language model-driven neural–heuristic optimiza- tion for large-scale routing problems,

    G. Li, X. Dong, L. Cui, W. Gao, Y . Zhou, Q. Lin, and C. A. 14 Coello Coello, “Large language model-driven neural–heuristic optimiza- tion for large-scale routing problems,”IEEE Transactions on Evolution- ary Computation, 2026, in press. DOI: 10.1109/TEVC.2026.3690665

  11. [11]

    A survey on cooperative co-evolutionary algorithms,

    X. Ma, X. Li, Q. Zhang, K. Tang, Z. Liang, W. Xie, and Z. Zhu, “A survey on cooperative co-evolutionary algorithms,”IEEE Transactions on Evolutionary Computation, vol. 23, no. 3, pp. 421–441, 2019

  12. [12]

    Exploring automated algorithm design synergiz- ing large language models and evolutionary algorithms: Survey and insights,

    H. Yu and J. Liu, “Exploring automated algorithm design synergiz- ing large language models and evolutionary algorithms: Survey and insights,”Evolutionary Computation, pp. 1–28, 2026

  13. [13]

    Fitness landscape of large language model-assisted automated algorithm search,

    F. Liu, Q. Zhang, J. Shi, X. Tong, K. Mao, and M. Yuan, “Fitness landscape of large language model-assisted automated algorithm search,” ArXiv Preprint ArXiv:2504.19636, 2025

  14. [14]

    Towards robustness and explainability of automatic algorithm selection,

    X. Wu, J. Wu, Y . Zhou, L. Feng, and K. C. Tan, “Towards robustness and explainability of automatic algorithm selection,” inForty-second International Conference on Machine Learning, 2025

  15. [15]

    Unlock the power of algorithm features: A generalization analysis for algorithm selection,

    X. Wu, Y . Zhong, J. Wu, Y . Huang, S.-h. Wu, and K. C. Tan, “Unlock the power of algorithm features: A generalization analysis for algorithm selection,”arXiv preprint arXiv:2405.11349, 2024

  16. [16]

    Mathematical discoveries from program search with large language models,

    B. Romera-Paredes, M. Barekatain, A. Novikov, M. Balog, M. P. Kumar, E. Dupont, F. J. Ruiz, J. S. Ellenberg, P. Wang, O. Fawziet al., “Mathematical discoveries from program search with large language models,”Nature, vol. 625, no. 7995, pp. 468–475, 2024

  17. [17]

    HSEvo: Elevating automatic heuristic design with diversity-driven harmony search and genetic algori- thm using LLMs,

    P. V . T. Dat, L. Doan, and H. T. T. Binh, “HSEvo: Elevating automatic heuristic design with diversity-driven harmony search and genetic algori- thm using LLMs,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 25, 2025, pp. 26 931–26 938

  18. [18]

    Multi-objective evolution of heuristic using large language model,

    S. Yao, F. Liu, X. Lin, Z. Lu, Z. Wang, and Q. Zhang, “Multi-objective evolution of heuristic using large language model,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 25, 2025, pp. 27 144–27 152

  19. [19]

    AutoMOAE: Multi- objective auto-algorithm evolution,

    S. Mo, Y . Yang, K. Wu, X. Zhang, and H. Wang, “AutoMOAE: Multi- objective auto-algorithm evolution,” 2025

  20. [20]

    Evolution of heuristics: Towards efficient automatic algori- thm design using large language model,

    F. Liu, T. Xialiang, M. Yuan, X. Lin, F. Luo, Z. Wang, Z. Lu, and Q. Zhang, “Evolution of heuristics: Towards efficient automatic algori- thm design using large language model,” inForty-first International Conference on Machine Learning, 2024

  21. [21]

    EoH-S: Evolution of heuristic set using llms for automated heuristic design,

    F. Liu, Y . Liu, Q. Zhang, T. Xialiang, and M. Yuan, “EoH-S: Evolution of heuristic set using llms for automated heuristic design,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 40, no. 43, 2026, pp. 37 090–37 098

  22. [22]

    Gener- alizable heuristic generation through LLMs with meta-optimization,

    Y . Shi, J. Zhou, W. Song, J. Bi, Y . Wu, Z. Cao, and J. Zhang, “Gener- alizable heuristic generation through LLMs with meta-optimization,” in The Fourteenth International Conference on Learning Representations, 2026

  23. [23]

    ReEvo: Large language models as hyper-heuristics with reflective evolution,

    H. Ye, J. Wang, Z. Cao, F. Berto, C. Hua, H. Kim, J. Park, and G. Song, “ReEvo: Large language models as hyper-heuristics with reflective evolution,”Advances in Neural Information Processing Systems, vol. 37, pp. 43 571–43 608, 2024

  24. [24]

    EvolCAF: Automatic cost-aware acquisition function design using large language models,

    Y . Yao, F. Liu, J. Cheng, and Q. Zhang, “EvolCAF: Automatic cost-aware acquisition function design using large language models,” Evolutionary Computation, pp. 1–24, 01 2026, in press. DOI: 10.1162/EVCO.a.379

  25. [25]

    Au- tonomous multi-objective optimization using large language model,

    Y . Huang, S. Wu, W. Zhang, J. Wu, L. Feng, and K. C. Tan, “Au- tonomous multi-objective optimization using large language model,” IEEE Transactions on Evolutionary Computation, pp. 1–1, 2025, in press. DOI: 10.1109/TEVC.2025.3561001

  26. [26]

    Adaptive kernel design for Bayesian optimization is a piece of CAKE with LLMs,

    R. C. Suwandi, F. Yin, J. Wang, R. Li, T.-H. Chang, and S. Theodor- idis, “Adaptive kernel design for Bayesian optimization is a piece of CAKE with LLMs,” inThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025

  27. [27]

    CodeBLEU: a Method for Automatic Evaluation of Code Synthesis

    S. Ren, D. Guo, S. Lu, L. Zhou, S. Liu, D. Tang, N. Sundaresan, M. Zhou, A. Blanco, and S. Ma, “CodeBLEU: A method for automatic evaluation of code synthesis,”ArXiv Preprint ArXiv:2009.10297, 2020

  28. [28]

    Fitness inheritance in multi-objective optimization

    J.-H. Chen, D. E. Goldberg, S.-Y . Ho, and K. Sastry, “Fitness inheritance in multi-objective optimization.” inGECCO, vol. 2. Citeseer, 2002, pp. 319–326

  29. [29]

    An indicator- based evolutionary algorithm for large-scale constrained multiobjective optimization,

    X. Zhong, X. Yao, K. Qiao, D. Gong, and Y . Jin, “An indicator- based evolutionary algorithm for large-scale constrained multiobjective optimization,”IEEE Transactions on Evolutionary Computation, vol. 30, no. 1, pp. 271–285, 2026

  30. [30]

    A multitasking-based constrained multi-objective evolutionary algorithm with forward and backward stages,

    X. Zhong, X. Yao, K. Qiao, and D. Gong, “A multitasking-based constrained multi-objective evolutionary algorithm with forward and backward stages,”IEEE Transactions on Emerging Topics in Compu- tational Intelligence, vol. 8, no. 5, pp. 3474–3488, 2024

  31. [31]

    A large-scale con- strained multi-objective evolutionary algorithm with promising region detection and diversity enhancement,

    X. Zhong, X. Yao, K. Qiao, D. Gong, and Y . Jin, “A large-scale con- strained multi-objective evolutionary algorithm with promising region detection and diversity enhancement,”IEEE Transactions on Evolution- ary Computation, 2026, in press. DOI:10.1109/TEVC.2026.3681168

  32. [32]

    ExTrEMO: Transfer evolu- tionary multiobjective optimization with proof of faster convergence,

    J. Liu, A. Gupta, C. Ooi, and Y .-S. Ong, “ExTrEMO: Transfer evolu- tionary multiobjective optimization with proof of faster convergence,” IEEE Transactions on Evolutionary Computation, vol. 29, no. 1, pp. 102–116, 2025

  33. [33]

    A Kriging-assisted evolutionary algorithm with dual perspectives and dual indicators for expensive robust multiobjective optimization,

    W. Chen, Y . Wang, Z. Zhang, G. Sun, and T. Pang, “A Kriging-assisted evolutionary algorithm with dual perspectives and dual indicators for expensive robust multiobjective optimization,”IEEE Transactions on Cybernetics, vol. 56, no. 3, pp. 1296–1309, 2026

  34. [34]

    Constrained probabilistic Pareto dominance for expensive constrained multiobjective optimization problems,

    Z. Zhang, Y . Wang, G. Sun, T. Pang, and K. Tang, “Constrained probabilistic Pareto dominance for expensive constrained multiobjective optimization problems,”IEEE Transactions on Evolutionary Computa- tion, vol. 29, no. 4, pp. 1138–1152, 2025

  35. [35]

    A fast and elitist multiobjective genetic algorithm: NSGA-II,

    K. Deb, A. Pratap, S. Agarwal, and T. Meyarivan, “A fast and elitist multiobjective genetic algorithm: NSGA-II,”IEEE Transactions on Evolutionary Computation, vol. 6, no. 2, pp. 182–197, 2002

  36. [36]

    MOEA/D: A multiobjective evolutionary algorithm based on decomposition,

    Q. Zhang and H. Li, “MOEA/D: A multiobjective evolutionary algorithm based on decomposition,”IEEE Transactions on Evolutionary Compu- tation, vol. 11, no. 6, pp. 712–731, 2007

  37. [37]

    Indicator-based selection in multiobjective search,

    E. Zitzler and S. K ¨unzli, “Indicator-based selection in multiobjective search,” inInternational Conference on Parallel Problem Solving from Nature. Springer, 2004, pp. 832–842

  38. [38]

    Shift-based penalty for evolutionary constrained multiobjective optimization and its application,

    Z. Ma and Y . Wang, “Shift-based penalty for evolutionary constrained multiobjective optimization and its application,”IEEE Transactions on Cybernetics, vol. 53, no. 1, pp. 18–30, 2023

  39. [39]

    A comprehensive survey of fitness approximation in evolutionary computation,

    Y . Jin, “A comprehensive survey of fitness approximation in evolutionary computation,”Soft Computing, vol. 9, no. 1, pp. 3–12, 2005

  40. [40]

    Evolutionary constrained multiobjective opti- mization: Test suite construction and performance comparisons,

    Z. Ma and Y . Wang, “Evolutionary constrained multiobjective opti- mization: Test suite construction and performance comparisons,”IEEE Transactions on Evolutionary Computation, vol. 23, no. 6, pp. 972–986, 2019

  41. [41]

    Scalable test problems for evolutionary multiobjective optimization,

    K. Deb, L. Thiele, M. Laumanns, and E. Zitzler, “Scalable test problems for evolutionary multiobjective optimization,” inEvolutionary Multiob- jective Optimization: Theoretical Advances and Applications. Springer, 2005, pp. 105–145

  42. [42]

    DeepSeek-V3.2: Pushing the Frontier of Open Large Language Models

    A. Liu, A. Mei, B. Lin, B. Xue, B. Wang, B. Xu, B. Wu, B. Zhang, C. Lin, C. Donget al., “DeepSeek-V3.2: Pushing the frontier of open large language models,”ArXiv Preprint ArXiv:2512.02556, 2025

  43. [43]

    A coevolutionary framework for constrained multiobjective optimization problems,

    Y . Tian, T. Zhang, J. Xiao, X. Zhang, and Y . Jin, “A coevolutionary framework for constrained multiobjective optimization problems,”IEEE Transactions on Evolutionary Computation, vol. 25, no. 1, pp. 102–116, 2021

  44. [44]

    A constraint-handling tech- nique for decomposition-based constrained many-objective evolutionary algorithms,

    F. Ming, W. Gong, L. Wang, and L. Gao, “A constraint-handling tech- nique for decomposition-based constrained many-objective evolutionary algorithms,”IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 53, no. 12, pp. 7783–7793, 2023

  45. [45]

    Constrained multi-objective op- timization with deep reinforcement learning assisted operator selection,

    F. Ming, W. Gong, L. Wang, and Y . Jin, “Constrained multi-objective op- timization with deep reinforcement learning assisted operator selection,” IEEE/CAA Journal of Automatica Sinica, vol. 11, no. 4, pp. 919–931, 2024

  46. [46]

    A decision variables classification-based evolutionary algorithm for constrained multi-objective optimization problems,

    X. Ban, J. Liang, K. Qiao, K. Yu, Y . Wang, J. Peng, and B. Qu, “A decision variables classification-based evolutionary algorithm for constrained multi-objective optimization problems,”IEEE/CAA Journal of Automatica Sinica, vol. 12, no. 9, pp. 1830–1849, 2025

  47. [47]

    Constrained test problems for multi-objective evolutionary optimization,

    K. Deb, A. Pratap, and T. Meyarivan, “Constrained test problems for multi-objective evolutionary optimization,” inInternational Conference on Evolutionary Multi-Criterion Optimization. Springer, 2001, pp. 284– 298

  48. [48]

    A surrogate-assisted reference vector guided evolutionary algorithm for computationally expensive many-objective optimization,

    T. Chugh, Y . Jin, K. Miettinen, J. Hakanen, and K. Sindhya, “A surrogate-assisted reference vector guided evolutionary algorithm for computationally expensive many-objective optimization,”IEEE Trans- actions on Evolutionary Computation, vol. 22, no. 1, pp. 129–142, 2018

  49. [49]

    Evolutionary optimization of high-dimensional multiobjective and many-objective expensive problems assisted by a dropout neural network,

    D. Guo, X. Wang, K. Gao, Y . Jin, J. Ding, and T. Chai, “Evolutionary optimization of high-dimensional multiobjective and many-objective expensive problems assisted by a dropout neural network,”IEEE Trans- actions on Systems, Man, and Cybernetics: Systems, vol. 52, no. 4, pp. 2084–2097, 2022

  50. [50]

    Multiple classifiers-assisted evolutionary algorithm based on decomposition for high-dimensional multiobjective problems,

    T. Sonoda and M. Nakata, “Multiple classifiers-assisted evolutionary algorithm based on decomposition for high-dimensional multiobjective problems,”IEEE Transactions on Evolutionary Computation, vol. 26, no. 6, pp. 1581–1595, 2022

  51. [51]

    Self-organizing surrogate-assisted non-dominated sorting differential evolution,

    A. F. Araujo, L. R. Farias, and A. R. Goncalves, “Self-organizing surrogate-assisted non-dominated sorting differential evolution,”Swarm and Evolutionary Computation, vol. 91, p. 101703, 2024. 15

  52. [52]

    A distribution information- based Kriging-assisted evolutionary algorithm for expensive many- objective optimization problems,

    Z. Zhang, Y . Wang, G. Sun, and T. Pang, “A distribution information- based Kriging-assisted evolutionary algorithm for expensive many- objective optimization problems,”IEEE Transactions on Evolutionary Computation, vol. 29, no. 6, pp. 2656–2670, 2025

  53. [53]

    Multiobjective optimization test instances for the CEC 2009 special session and competition

    Q. Zhang, A. Zhou, S. Zhao, P. N. Suganthan, W. Liu, S. Tiwariet al., “Multiobjective optimization test instances for the CEC 2009 special session and competition.”

  54. [54]

    Modified distance calculation in generational distance and inverted generational distance,

    H. Ishibuchi, H. Masuda, Y . Tanigaki, and Y . Nojima, “Modified distance calculation in generational distance and inverted generational distance,” inInternational Conference on Evolutionary Multi-Criterion Optimization. Springer, 2015, pp. 110–125

  55. [55]

    PlatEMO: A MATLAB plat- form for evolutionary multi-objective optimization [educational forum],

    Y . Tian, R. Cheng, X. Zhang, and Y . Jin, “PlatEMO: A MATLAB plat- form for evolutionary multi-objective optimization [educational forum],” IEEE Computational Intelligence Magazine, vol. 12, no. 4, pp. 73–87, 2017