Skip to content

Commit 82dfa62

Browse files
committed
Update README.md
1 parent 8c05084 commit 82dfa62

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,20 +159,7 @@ kernel void attention_evolved(/* ... */) {
159159

160160
OpenEvolve implements a sophisticated **evolutionary coding pipeline** that goes far beyond simple optimization:
161161

162-
<div align="center">
163-
164-
```mermaid
165-
graph TB
166-
A[Initial Program] --> B[LLM Ensemble]
167-
B --> C[Quality-Diversity Evolution]
168-
C --> D[Multi-Stage Evaluation]
169-
D --> E[Program Database]
170-
E --> F[Island Migration]
171-
F --> B
172-
E --> G[Best Program]
173-
```
174-
175-
</div>
162+
![OpenEvolve Architecture](openevolve-architecture.png)
176163

177164
### 🎯 **Core Innovation**: MAP-Elites + LLMs
178165

0 commit comments

Comments
 (0)