Jul 2026· Proceedings of the Genetic and Evolutionary Computation Conference Companion· pp. 361-364· 0 citations· 17 references
TL;DR
This work proposes an LLM-guided migration controller for island-model evolutionary design, where an LLM receives compact summaries of island states including fitness statistics and morphology information and outputs migration decisions, and positions LLMs as coordinators of inter-island information flow in evolutionary robotics.
Abstract
In evolutionary robotics, island models promote exploration by evolving multiple subpopulations, though migration is typically governed by fixed heuristics. Meanwhile, quality-diversity (QD) methods like MAP-Elites excel in large-population regimes but struggle with small populations due to sparse descriptor space coverage. We propose an LLM-guided migration controller for island-model evolutionary design, where an LLM receives compact summaries of island states including fitness statistics and morphology information and outputs migration decisions. We use an LLM-based mutation operator as a component of the evolutionary pipeline, but focus on migration as a process-level control mechanism. Evaluated on three EvoGym benchmarks, our approach maintains substantially higher structural diversity than mutation-only evolution while achieving comparable fitness, and approaches the diversity of QD methods. These results demonstrate a favorable fitness-diversity trade-off in small-population settings, with task-dependent effects, and position LLMs as coordinators of inter-island information flow in evolutionary robotics. Our code is publicly available at: https://github.com/emirb0/evogym-migration
We investigate the use of large language models (LLMs) as evolutionary operators for optimizing the architecture of multi-agent systems (MAS) - a representative instance of LLM-driven optimization over attributed-graph artifacts that arise in generative design. Given a task description, an initial MAS configuration is generated and then refined on a per-task basis through two optimization strategies: (1) a population-based evolutionary approach where LLMs serve as mutation, crossover, and selection operators, with an LLM-as-a-Judge ensemble providing the surrogate fitness signal; and (2) a simpler iterative regeneration scheme that uses textual feedback from LLM judges to guide single-solution improvement without maintaining a population. We evaluate both approaches on the GAIA benchmark. Our experiments reveal a critical sensitivity to the judge model's quality: a capable judge (Claude 4 Sonnet) yields +14.3 and +6.67 percentage-point accuracy improvements for evolutionary and iterative approaches, respectively, whereas a weaker judge (Gemini-2.5-Flash) provides no benefit or even degrades performance below the unoptimized baseline. Both approaches incur substantial computational costs, raising questions about practical cost-effectiveness. These results highlight fundamental challenges of surrogate fitness functions in LLM-driven evolutionary optimization and offer practical insights for applying evolutionary methods to MAS architecture design.
V. Akhmerov, Dmitry Gilemkhanov, Jerzy Kamiński et al.· Proceedings of the Genetic a...· 0 citations
The automated synthesis of sequential circuits remains a core challenge in electronic design automation. When synthesizing finite state machines (FSMs), traditional Cartesian genetic programming (CGP) typically relies on a monolithic representation that couples state and output logic into a single high-dimensional decision vector. This approach triggers a search space “curse of dimensionality” and induces significant evaluation noise due to intense variable interactions, severely limiting scalability in complex logic design. To address these issues, we propose a cooperative coevolutionary Cartesian genetic programming (CCGP) algorithm. Using the divide-and-conquer mechanism, CCGP functionally decomposes the FSM into two parallel-evolving subpopulations based on the Mealy machine model: next-state logic (NSL) and output logic (OL). To overcome the subcomponent fitness evaluation challenge in coevolution, we introduce a cross-population elite ensemble mechanism. By evaluating candidate individuals against an “elite committee” sampled from the partner population, this method significantly reduces random fitness variance and stabilizes selection pressure. Experimental evaluations across a diverse set of sequential circuit benchmarks demonstrate that CCGP significantly outperforms standard CGP and genetic programming (GP). Results show substantial improvements in both success rates and convergence stability. These findings prove that CCGP’s functional decoupling effectively prevents evolutionary stagnation caused by functional conflicts, drastically enhancing the discovery of globally optimal solutions and providing an efficient, robust new paradigm for automated sequential logic design.
Siyu Lin, Huikun Huang, Xinyuan Zhang et al.· International Conference on...· 0 citations
It is found that neutral framing of behavioural features, reporting the feature value without prescriptive advice, consistently outperforms the prescriptive variants, and that prescriptive feedback steers the median feature value in the advised direction in only 37% of cases despite empirically grounded advice.
Many Particle Swarm Optimization (PSO) variants often fail to approach the global optimum due to complex fitness landscapes and/or the structural rigidity of these variants. We developed a novel framework named PSO-SEM, centered on macro-evolutionary population management. PSO-SEM introduces three landscape-driven operators: Split (Topological Fission), Extinction (Density-driven Recycling), and Migration (Knowledge Transfer). These operators autonomously regulate the lifecycle of sub-swarms to intensify search in high-potential areas by identifying promising basins and recycling computational resources from stagnant regions. Experimental results show that PSO-SEM achieves a top-tier ranking and demonstrates significant competitiveness against 14 state-of-the-art algorithms. Behavioral monitoring and ablation studies confirm PSO-SEM's ability to maintain autonomous exploration/exploitation balance through landscape-based computational resource re-allocation. Our findings verify that PSO-SEM is an interpretable architecture that meets the diverse requirements of black-box optimization.
A framework that combines large language models (LLMs) for problem understanding with a structured Biased Random-Key Genetic Algorithm (BRKGA) configurator for algorithm realization is presented, allowing users to describe optimization problems in natural language and receive executable GPU-accelerated GA implementations.
Harishjitu Seesandrn, M. Sodhi, Resit Sendag· Proceedings of the Genetic a...· 0 citations