We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64ef35 commit 8acbe4cCopy full SHA for 8acbe4c
1 file changed
README.md
@@ -159,20 +159,7 @@ kernel void attention_evolved(/* ... */) {
159
160
OpenEvolve implements a sophisticated **evolutionary coding pipeline** that goes far beyond simple optimization:
161
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>
+
176
177
### 🎯 **Core Innovation**: MAP-Elites + LLMs
178
0 commit comments