Skip to content

Commit 241b334

Browse files
authored
Merge pull request #94 from codelion/feat-add-signal-processing-example
Feat add signal processing example
2 parents f4876c1 + f344f12 commit 241b334

File tree

4 files changed

+2
-144
lines changed

4 files changed

+2
-144
lines changed

examples/signal_processing/EVOLUTION_RESULTS.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

examples/signal_processing/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ This framework can be adapted for various domains:
229229
- **Correlation**: 0.147 (22% improvement in signal fidelity)
230230
- **Lag Error**: 0.914 (24% reduction in responsiveness delay)
231231

232-
📊 **[View Detailed Results](EVOLUTION_RESULTS.md)** - Complete analysis with technical details
233232

234233
### Algorithmic Sophistication Achieved:
235234
```python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "openevolve"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
description = "Open-source implementation of AlphaEvolve"
99
readme = "README.md"
1010
requires-python = ">=3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="openevolve",
5-
version="0.0.6",
5+
version="0.0.7",
66
packages=find_packages(),
77
include_package_data=True,
88
)

0 commit comments

Comments
 (0)