File tree Expand file tree Collapse file tree 4 files changed +2
-144
lines changed
examples/signal_processing Expand file tree Collapse file tree 4 files changed +2
-144
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " openevolve"
7- version = " 0.0.6 "
7+ version = " 0.0.7 "
88description = " Open-source implementation of AlphaEvolve"
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 22
33setup (
44 name = "openevolve" ,
5- version = "0.0.6 " ,
5+ version = "0.0.7 " ,
66 packages = find_packages (),
77 include_package_data = True ,
88)
You can’t perform that action at this time.
0 commit comments