Paper Overview
- Field: Machine Learning (ML)
- Authors: Kyoko Ogawa, Naoki Mori
- Published: 2026-09-15
- arXiv: 2609.12286
- Fermi-type occupancy excludes repeated genotypes
- Bose-type occupancy permits repeated genotypes
- Training excess uses search instances
- Transfer excess uses instances with different bin capacities
- Generational Bose-type T-GADE at T = 0.003 reduced median training excess by ~29% over 20 runs per configuration: from 1.152% to 0.815% (two-sided Mann-Whitney p = 0.042, Cliff's delta = 0.378)
- Validation-based selection among the two top-ranked final candidates achieved the same median transfer excess as EoH: 0.496%
Abstract (Translation)
Integrating evolutionary computation with large language models (LLMs) requires controlling both population diversity and generative capability. Among LLM outputs, those with explicit structure — such as a description paired with code — are called structured artifacts (or simply artifacts). The authors propose T-GADE, which evolves these artifacts by extending thermodynamical genetic algorithms with LLM-based genetic operators and artifact-level diversity evaluation.
A common free-energy objective supports both generational and steady-state updates:
The paper establishes an exact one-member removal method, as well as conditions under which the zero-temperature survival rule of Evolution of Heuristics (EoH) is recovered.
Experimental Results
Experiments use the online bin-packing task studied in the EoH paper, where excess measures the packing overhead relative to a volume lower bound:
Key results:
Conclusion
These results demonstrate the value of combining thermodynamical selection with validation-based retention for exploiting evolved LLM artifacts.
Original Abstract (Excerpt)
> Integrating evolutionary computation and large language models (LLMs) requires control of population diversity as well as generative capability. Among LLM outputs, those with explicit structure, such as a description paired with code, are structured artifacts; we use artifact for short. We propose T-GADE, which evolves these artifacts by extending thermodynamical genetic algorithms through LLM-based genetic operators and artifact-level diversity evaluation. A common free-energy objective supports generational and steady-state updates, with Fermi-type occupancy excluding repeated genotypes and Bose-type occupancy permitting them. We establish exact one-member removal and conditions for recovering the zero-temperature survival rule of Evolution of Heuristics (EoH). On the online bin-packing ...
--- *Auto-collected on 2026-09-15*