IEEE World Congress on Computational Intelligence (WCCI 2026)
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.
This is a Category A competition of WCCI. Each participating team submits a paper via the conference system that describes the method and the results obtained for solving the task given by the competition. The papers will be reviewed as any other paper submitted to WCCI 2026. In this type of competition, the winners are commonly decided during the review stage among the accepted papers, while at the conference participants of accepted papers present their papers during a (special) session. At the end of the session, the session chairs (i.e., competition organizers) announce the winner(s). An example of a type A competition would be developing the most interpretable classifier for a given data set.