- The paper presents RDEx-CMOP, which uniquely combines an ε-feasibility schedule, SPEA2-style fitness, and indicator-guided DE operators to accelerate feasible Pareto front discovery.
- It achieves top performance on the CEC 2025 CMOP benchmarks by consistently outperforming competitors in U-score, speed, and accuracy under strict evaluation budgets.
- The study demonstrates that coupling adaptive DE variation with constraint handling is critical for rapid and reliable convergence in fixed-budget constrained multiobjective optimization.
Feasibility-Aware Indicator-Guided Differential Evolution for Fixed-Budget Constrained Multiobjective Optimization
Problem Statement and Context
Constrained multiobjective optimization problems (CMOPs) are characterized by the simultaneous requirements of driving the population toward feasibility, preserving diversity, and achieving convergence under limited function evaluation (FE) budgets. The Pareto-optimal front often lies in a highly restricted feasible region, making efficient feasibility attainment and rapid front approximation under fixed FE constraints central for algorithmic competitiveness, particularly in benchmarks such as the CEC 2025 CMOP track. Classical approaches—NSGA-II, SPEA2, IBEA, and MOEA/D—have established the importance of combining convergence-diversity balancing with constraint handling mechanisms, often via feasibility rules or ε-level control.
Recent advances indicate that strong performance in fixed-budget CMOP tracks requires tight integration between feasibility management, indicator-guided fitness assignment, and exploitation-biased variation. Differential Evolution (DE) remains a central paradigm, especially when enhanced by JADE-style current-to-pbest operators and adaptive variation schedules. This paper introduces RDEx-CMOP, a DE-based CMOP solver constructed for the CEC 2025 competition, emphasizing feasibility-aware selection, SPEA2-style fitness, and fitness-oriented search bias.
Algorithmic Framework
Feasibility-Guided Search and Selection
RDEx-CMOP leverages an ε-scheduled constraint-handling mechanism. The initial population's maximum constraint violation ε0 decays over time to zero, following a schedule designed to fully suppress constraint violations by the midpoint of the FE budget. Solutions with CV(x)≤ε(FE) are eligible for selection, focusing the search on rapid feasible region discovery. The SPEA2-style strength-density fitness function is modified to operate within this ε-feasible context and orchestrates selection and truncation, prioritizing diversity while always enforcing feasibility dominance.
Indicator-Guided DE Backbone
The search mechanism is a variation of the DESDE-style DE backbone with several salient innovations:
- Current-to-pbest/1 Mutation: The mutation follows a fitness-oriented selection, adaptively shrinking the p-best parent window over the evolutionary process to concentrate exploitation as the search progresses.
- Parameter Pool: The discrete mutation and crossover pools F∈{0.6,0.8,1.0} and CR∈{0.1,0.2,1.0} enhance local search adaptability.
- Directional Differential Term: The sign of the scaling factor in differential variation is determined based on the relative fitness of randomly selected parents, adding a fitness-driven search bias.
- Cauchy Local Perturbation: A lightweight local search is stochastically applied to non-recombined variables, integrating exploratory capabilities without excessive computational overhead.
These components collectively yield an p0 per-generation cost, with computational bottlenecks dominated by the strength-density calculation and environmental selection.
Evaluation Protocol
All results reported use the official CEC 2025 SDC1–SDC15 CMOP test suite, with 30 independent runs per problem and a strict budget of 200,000 FEs. The performance metric of record is the U-score, emphasizing both target attainment speed and final IGD. Results are disseminated using the official trace and target-attainment-based evaluation package, ensuring direct comparability with all other released competitive algorithms.
Empirical Results and Analysis
Benchmark Outcomes
RDEx-CMOP outperforms five competitive algorithms, notably DESDE, CCEMT, CCPTEA, IMTCMO, and MTCMMO. Key numerical achievements include:
- Highest total U-score: RDEx-CMOP attains p1, with a leading average per-problem score and a top average rank (p2).
- Statistically consistent wins: According to the official median target metric, RDEx-CMOP leads in Speed and maintains strong Accuracy and Constraint scores, consolidating its advantage on the majority of benchmark functions.
- Wilcoxon and Friedman Significance: Pairwise Wilcoxon tests show p3-p4 wins for robust final quality (p5) and p6-p7 function wins on time-to-target (TTT), with median Vargha–Delaney p8 effect size significantly above p9 for all major competitors. Friedman tests are highly significant for both ε0 (ε1) and TTT (ε2).
The final violation diagnostics consistently evidence near-zero average violations on most problems for RDEx-CMOP, supporting the efficacy of the ε3-schedule. On the split-IGD and constraint-violation axes (as complementary diagnostics), the method is either dominant or statistically indistinguishable from the best competitor.
Computational Considerations
The ε4 strength-density fitness remains a nontrivial cost at large ε5 or ε6, but in practice, the FE-dominated wall-clock time means this is not a bottleneck for problems in the CEC 2025 suite.
Theoretical and Practical Implications
RDEx-CMOP demonstrates that explicit ε7-feasibility schedules, if tightly coupled with indicator-based selection and fitness-oriented variation, yield measurable improvements in feasible target attainment and final front approximation under evaluation constraints. By restricting the search to the most relevant DE advances—decoupled from overcomplicated or over-general multioperator/parameter adaptation regimes—and focusing on efficient feasibility guidance, RDEx-CMOP provides evidence for minimal but critical design transfer from recent DE and CMOP competition backbones.
This work confirms that, in fixed-budget CMOP tracks where interim progress is central, joint design of constraint management and selection/variation algorithms is critical. Further, the algorithmic choices in RDEx-CMOP imply that continued emphasis on task-relevant indicator integration and adaptive feasibility control will remain central to competitive CMOP solving.
Future Directions
Potential avenues for future research include:
- Generalizing the ε8-schedule and SPEA2-style selection to multi-task or transfer optimization for highly dynamic constraint environments.
- Investigating the interaction between parameter pool discretization and continuous adaptation in high-dimensional problems or under severely multimodal constraints.
- Applying the indicator-guided DE paradigm to real-world engineering CMOPs and hybrid approaches, including surrogate-assisted evolutionary systems.
Conclusion
RDEx-CMOP delivers state-of-the-art fixed-budget constrained multiobjective search by merging an ε9-feasibility schedule, indicator-guided SPEA2 selection, and fitness-driven DE exploitation. The method secures leading performance on the CEC 2025 CMOP suite, establishing a new reference for efficient, feasibility-aware Pareto optimization under strict evaluation budgets (2604.03708).