Skip to content

Commit 9861281

Browse files
update readme
1 parent cf315a8 commit 9861281

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
# CodeEvolve Experiments Repository
1+
# CodeEvolve Experiments
22

3-
This repository contains the complete experimental setup, benchmark implementations, and reproducibility code for the CodeEvolve [paper](https://arxiv.org/abs/2510.14150).
3+
<div align="center">
44

5-
> **CodeEvolve: An open source evolutionary coding agent for algorithm discovery and optimization**
6-
> Henrique Assumpção, Diego Ferreira, Leandro Campos, Fabricio Murai
7-
> [arXiv:2510.14150](https://arxiv.org/abs/2510.14150)
5+
<img src="assets/codeevolve_logo.png" alt="CodeEvolve Logo" width="400">
6+
<p align="center">
7+
<img src="https://img.shields.io/badge/version-v0.2.1-green" alt="v0.2.1"></a>
8+
<a href="https://arxiv.org/abs/2510.14150"><img src="https://img.shields.io/badge/arxiv-2510.14150-red" alt="Arxiv"></a>
9+
<a href="https://github.com/inter-co/science-codeevolve/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue.svg" alt="License"></a>
10+
</p>
11+
12+
**An open-source framework that combines large language models with evolutionary algorithms to discover and optimize high-performing code solutions.**
13+
14+
</div>
15+
16+
This is a companion repository to [science-codeevolve](https://github.com/inter-co/science-codeevolve), and contains the complete experimental setup, benchmark implementations, and reproducibility code for the CodeEvolve [paper](https://arxiv.org/abs/2510.14150).
817

918
## Overview
1019

11-
This companion repository to [science-codeevolve](https://github.com/inter-co/science-codeevolve) provides:
20+
This repository provides:
1221

1322
- **Complete benchmark problems** used in the paper's evaluation
1423
- **Experimental configurations** for reproducing all results

assets/codeevolve_logo.png

125 KB
Loading

0 commit comments

Comments
 (0)