Skip to content

Author

Krzysztof Tylka-Suleja

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Jul 2026

Could LLMs Predict Algorithm Performance in Automated Design of Metaheuristics?

This study investigates whether the current generation of frontier Large Language Models can predict the relative performance of metaheuristic optimization algorithms from source code alone, potentially reducing the computational cost of benchmarking during automated algorithm design. We task three models (GPT 5.4 Thinking, Gemini 3.1 Pro, and Claude Opus 4.6) with predicting improvement or regression between consecutive iterations of iteratively refined differential evolution, and with ranking independently designed algorithms on standard benchmarks. Initial results are promising (88% accuracy), but accuracy collapses on a second algorithm sequence (22–44%). A controlled comparison experiment provides evidence that the models' predictions correlate with code complexity metrics rather than with actual algorithmic performance. Self-reported confidence scores are poorly calibrated across all models tested. These findings indicate that while LLM-based performance prediction is not yet a reliable substitute for benchmarking, it shows potential as a complementary pre-screening tool in iterative algorithm design, particularly in settings where code modifications follow predictable patterns.

Michal Pluháček, Paweł Kolendo, Krzysztof Tylka-Suleja et al. · 0 citations
Book Open access Jul 2026

Claude and Gemini Design Metaheuristics: A Cooperative Multi-LLM Approach

In this entry to the GECCO 2026 Competition on LLM-Designed Metaheuristics, three large language models (GPT-5.4 Thinking, Gemini 3.1 Pro, Claude Opus 4.6) were independently prompted to design a metaheuristic for the GNBG benchmark (24 problems, hence the /24 scoring scale). Each reached a per-model ceiling (GPT 19.82, Claude 21.08, Gemini 23.29) and could not improve further on its own. Handing the best design (Gemini's) to the second-best model (Claude) for refinement produced, within four iterations, EO-BIPOP-CMA-CDR, which ranks first in the full 24-algorithm field at 23.30/24 and outperforms the source design head-to-head by three score points. A single cross-model handoff yielded more progress than five further self-refinement iterations by the source model. We argue that model diversity is a usable, low-cost resource for LLM-driven algorithm design.

Michal Pluháček, Paweł Kolendo, Krzysztof Tylka-Suleja et al. · 0 citations