From f0f7b2f1061c2a51f5ddf5dc4f8b070ff878be76 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Wed, 21 May 2025 10:42:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326d61d78..5a790f3ec 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ See the `examples/` directory for complete examples of using OpenEvolve on vario ### Circle Packing -Our implementation of the circle packing problem from the AlphaEvolve paper, where we successfully match their reported results within 0.04%. +Our implementation of the circle packing problem from the AlphaEvolve paper. For the n=26 case, where one needs to pack 26 circles in a unit square we also obtain SOTA results. [Explore the Circle Packing Example](examples/circle_packing/)