From d77ec252845033a6c3ccc1fed41f9e7c63cdc5a2 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Wed, 21 May 2025 07:43:30 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74edd4afb..a6e62042c 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Our implementation of the circle packing problem from the AlphaEvolve paper, whe We have sucessfully replicated the results from the AlphaEvolve paper, below is the packing found by OpenEvolve after 800 iterations -![alpha-evolve-replication](https://github.com/user-attachments/assets/1dc9dc95-7519-4742-bce4-ad3a8402635d) +![alpha-evolve-replication](https://github.com/user-attachments/assets/00100f9e-2ac3-445b-9266-0398b7174193) This is exactly the packing reported by AlphaEolve in their paper (Figure 14): From c805c3f988df9dcf007b03c79fb80247164b6783 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Wed, 21 May 2025 07:44:55 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e62042c..326d61d78 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ We have sucessfully replicated the results from the AlphaEvolve paper, below is This is exactly the packing reported by AlphaEolve in their paper (Figure 14): -![alpha-evolve-results](https://github.com/user-attachments/assets/bcf8d108-a7d1-41e6-bc46-614e354debcd) +![alpha-evolve-results](https://github.com/user-attachments/assets/0c9affa5-053d-404e-bb2d-11479ab248c9) ### Function Minimization