Skip to content

Commit 35c3bbc

Browse files
authored
Merge pull request #9 from codelion/codelion-patch-1
Update README.md
2 parents 8e13a04 + a0970e0 commit 35c3bbc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ Our implementation of the circle packing problem from the AlphaEvolve paper, whe
163163

164164
[Explore the Circle Packing Example](examples/circle_packing/)
165165

166+
**We have sucessfully replicated the results from the AlphaEvolve paper, below is the packaging found by OpenEvolve after 800 iterations**
167+
![alpha-evolve-replication](https://github.com/user-attachments/assets/1dc9dc95-7519-4742-bce4-ad3a8402635d)
168+
169+
You can see that this is exactly the packaging reported by AlphaEolve in their paper (Figure 14):
170+
![alpha-evolve-results](https://github.com/user-attachments/assets/bcf8d108-a7d1-41e6-bc46-614e354debcd)
171+
166172
### Function Minimization
167173

168174
An example showing how OpenEvolve can transform a simple random search algorithm into a sophisticated simulated annealing approach.
@@ -190,4 +196,4 @@ If you use OpenEvolve in your research, please cite:
190196
publisher = {GitHub},
191197
url = {https://github.com/codelion/openevolve}
192198
}
193-
```
199+
```

0 commit comments

Comments
 (0)