IEEE World Congress on Computational Intelligence (WCCI 2026)
Competition Category Update. We would like to announce an important update: this competition has been officially adjusted from a Category A to a Category C competition of WCCI.
Under the new category, no paper submission is required to participate. Participants are simply required to send the results obtained by their algorithms to the designated email address zhiyao.zhang.cn@gmail.com, accompanied by the raw data and a corresponding script used to read the raw data.
We still strongly support and encourage authors to present their work at the WCCI conference. The session chairs (i.e., competition organizers) will officially announce the winner(s) during the conference.
Evolutionary algorithms for expensive optimization have proven to be highly effective in addressing computationally intensive design problems across various engineering domains [1, 2]. Over the past two decades, numerous expensive evolutionary optimizers have been developed and successfully applied to a wide range of real-world scenarios [3, 4]. However, the majority of existing approaches are tailored to problems involving a single type of decision variable—either purely continuous or purely discrete [6]. With rapid advancements in engineering technologies, modern design challenges increasingly involve mixed-variable optimization problems, where continuous and categorical (or discrete) variables coexist [6, 7]. A representative example arises in automotive structural design: the growing adoption of composite materials alongside traditional metals has led to hybrid-material vehicle bodies [8]. Optimizing such structures requires simultaneous selection of material types (categorical variables) and tuning of geometric or physical parameters (continuous variables), resulting in a mixed-variable expensive optimization problem.
| Event | IEEE World Congress on Computational Intelligence (WCCI) 2026 |
|---|---|
| Date | June 21-26, 2026 |
| Location | MECC Maastricht, Maastricht, Netherlands |
| Website | https://attend.ieee.org/wcci-2026/ |
To foster the development of robust evolutionary optimizers for such challenging scenarios, this competition introduces a suite of 30 synthetic mixed-variable benchmark problems specifically designed for expensive optimization settings, denoted as EOPCCV-F1~EOPCCV-F30. These benchmarks are grouped into three categories, each comprising 10 decision variables:
8 continuous + 2 categorical variables
5 continuous + 5 categorical variables
2 continuous + 8 categorical variables
This design comprehensively reflects the variable-type compositions commonly encountered in real-world engineering applications. The details of the benchmark problems can be found in [6], and the source code can be found at https://github.com/ZYZhang1/MiSACO-and-EOPCCV and is also released at PlatEMO (https://github.com/BIMK/PlatEMO) [10]. We also have prepared a baseline algorithm, i.e., MiSACO [6], in our source code.
Participants are encouraged to develop general-purpose algorithms capable of handling mixed-variable expensive optimization—not just specialized solvers for individual problems. Submissions may include novel algorithms, hybridizations of existing methods, or even commercial optimization software. For each algorithm, the team must provide a compressed folder (named as the algorithm's name) which contains three files:
If you have any questions, please do not hesitate to contact Zhiyao Zhang. Submit your files directly to Zhiyao Zhang (email to zhiyao.zhang.cn@gmail.com).
All submissions will be evaluated fairly and uniformly by the organizers based on PlatEMO. For each of the 30 benchmark problems, the algorithm will be executed independently 20 times under a fixed computational budget (e.g., the maximum number of expensive function evaluations is set to 600). The mean of the final objective values obtained across the 20 runs will be used as the primary performance metric. This approach accounts for the stochastic nature of most optimization algorithms and ensures a more reliable and statistically sound comparison. The overall ranking will consider average performance across all three problem categories to assess both robustness and generalization capability.
We invite researchers and practitioners to contribute innovative solutions to this emerging and practically significant challenge in computational intelligence.