Skip to content

Releases: algorithmicsuperintelligence/openevolve

v0.0.4

20 Jun 23:45
54ec173

Choose a tag to compare

What's Changed

  • Filter unsupported fields in Program.from_dict by @codelion in #89
  • Fix archive cleanup and bump version to 0.0.4 by @codelion in #90

Full Changelog: v0.0.3...v0.0.4

v0.0.3

20 Jun 15:16
21aded7

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Jun 09:12
d890af7

Choose a tag to compare

What's Changed

  • Feature: Artifact side channel responses for LLM feedback by @jvm123 in #68
  • Revert "Merge pull request #68 from jvm123/feat-llm-artifact-side-cha… by @codelion in #82
  • Feature: Prompt & response saving by @jvm123 in #73
  • fix and add test by @codelion in #83

Full Changelog: v0.0.1...v0.0.2

v0.0.1

19 Jun 06:54
59872a7

Choose a tag to compare

What's Changed

  • Added github actions for linting and unit tests by @jvm123 in #1
  • Reformatted code with $ black openevolve tests examples by @jvm123 in #2
  • Add Dockerfile and Makefile, to allow for simple containerized execution by @jvm123 in #4
  • Merged by @codelion in #5
  • More resilient regex in utils.code_utils.extract_diffs and removed re… by @jvm123 in #3
  • Feature/update example by @codelion in #6
  • Feature/replicate circle packing by @codelion in #7
  • fix by @codelion in #8
  • Update README.md by @codelion in #9
  • Update README.md by @codelion in #10
  • Update README.md by @codelion in #11
  • Update README.md by @codelion in #12
  • architecture image by @dwahdany in #14
  • Add Example: Symbolic Regression Benchmark by @linhaowei1 in #17
  • Update README.md by @codelion in #20
  • Add iteration_found field to track when best program was discovered by @hafeezhmha in #23
  • Fix: Fix UnboundLocalError by defining start_iteration before initial program creation by @uchkw in #25
  • Fix: resolve parameter error when using o3 models with official OpenAI API by @uchkw in #26
  • Fix/check dup initialprogram by @codelion in #27
  • Minor help fixes: make help, fixed README.md: spelling mistake, Docker param issue by @jvm123 in #35
  • Improvements to Function Minimization Example by @MashAliK in #36
  • Fix islands implementation by @codelion in #44
  • Add openevolve-run as package command/script by @DerPlayer2001 in #51
  • fixes the formatting issue by @codelion in #54
  • Feature: Better support for LLM feedback and handling of LLM ensembles. by @jvm123 in #47
  • Feature: Benchmarks with EleutherAI lm-evaluation-harness by @jvm123 in #49
  • Bug fix: config.yaml model ensemble syntax not correctly loaded into LLMConfig object by @jvm123 in #56
  • Update sampler.py by @codelion in #64
  • Restructured unit tests into separate files, improved TestConfigValid… by @jvm123 in #57
  • Feature: Visualization script for the evolution tree from a checkpoint by @jvm123 in #59
  • Feature: Visualizer UI improvements and related project file changes by @jvm123 in #65
  • Feature: Artifact side channel by @nerdsane in #52
  • add example [online judge programming] by @DavyMorgan in #72
  • Feat/mlx kernel optimization by @codelion in #81

New Contributors

Full Changelog: https://github.com/codelion/openevolve/commits/v0.0.1