You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This companion repository to [science-codeevolve](https://github.com/inter-co/science-codeevolve) provides:
12
+
13
+
-**Complete benchmark problems** used in the paper's evaluation
14
+
-**Experimental configurations** for reproducing all results
15
+
-**Raw experimental data** from paper runs (`.pkl`, `.py`, `.txt` files)
16
+
-**Analysis notebooks** with visualizations and statistical tests
17
+
18
+
All experiments validate CodeEvolve's performance on algorithmic discovery tasks from mathematics, demonstrating competitive or superior results compared to closed-source systems like Google DeepMind's AlphaEvolve.
Our experimental results were obtained using Qwen and Gemini models as the backbone for our LLM ensembles. Both models were accessed via an internal API system at Inter that routed requests to the respective LLM providers. Many commercial LLM providers do not guarantee deterministic outputs even when random seeds are provided. As a result, **exact numerical reproduction of our paper results is not guaranteed**, even when using the same configuration files and seeds. Despite these limitations, our ablation studies demonstrate that CodeEvolve consistently achieves **state-of-the-art results across multiple seeds and experimental runs** on all considered benchmarks. The core algorithmic contributions remain robust to LLM stochasticity.
@@ -53,12 +185,19 @@ If you use CodeEvolve in your research, please cite our paper:
53
185
}
54
186
```
55
187
188
+
## Releases
189
+
190
+
Experiments are versioned to match the main repository:
191
+
192
+
-**v0.1.0**: Initial release, corresponds to v1 of technical report
193
+
-**v0.2.0**: Current release, corresponds to v3 of technical report
194
+
56
195
## Acknowledgements
57
196
58
197
The authors thank Bruno Grossi for his continuous support during the development of this project. We thank Fernando Augusto and Tiago Machado for useful conversations about possible applications of CodeEvolve. We also thank the [OpenEvolve](https://github.com/codelion/openevolve) community for their inspiration and discussion about evolutionary coding agents.
59
198
60
-
## License and Disclaimer
199
+
## License
61
200
62
201
All software is licensed under the Apache License, Version 2.0 (Apache 2.0); you may not use this file except in compliance with the Apache 2.0 license. You may obtain a copy of the Apache 2.0 license at: https://www.apache.org/licenses/LICENSE-2.0.
0 commit comments