Recent Releases of llamea
llamea - v1.1.3
What's Changed
- bumped version code by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/84
- Feature/fix lite by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/86
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.1.2...v1.1.3
Updating dependencies, and bumped numpy to 2.x
- Jupyter Notebook
Published by nikivanstein 10 months ago
llamea - v1.1.2-beta
What's Changed
- news list in rst format by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/46
- Add Humies 2025 shoutout by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/47
- Update llamea.py by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/49
- feat: support population evaluation by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/50
- feat: add configurable niching strategies by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/52
- feat: add adaptive prompt co-evolution by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/51
- Add diff patch generation option by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/53
- docs: document niching, diff and population features by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/55
- Update utils.py to handle ioh import by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/54
- Update solution.py by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/56
- Updating unified diff to system patch by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/57
- Added better context for the adaptive prompt by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/69
- Add parents to the evaluate function when using population evaluation… by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/70
- Added parents to function signature to allow updating fitness of pare… by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/73
- Add Multi_LLM wrapper for random model selection by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/72
- Update llamea.py by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/74
- Feature/gemini fixes by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/76
- docs: add AGENTS instructions by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/80
- Upgrade numpy to 2.x and use IOHexperimenter dev version by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/81
- Add llamea-lite package without LLM or ConfigSpace dependencies by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/79
- Warm_start and Initial population implementation. by @anantashahane in https://github.com/XAI-liacs/LLaMEA/pull/77
- Fix parent selection logic in LLaMEA (#71) - all selection tests passed by @kadiryonak in https://github.com/XAI-liacs/LLaMEA/pull/82
- Document selection methods by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/83
- bumped version code by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/84
New Contributors
- @anantashahane made their first contribution in https://github.com/XAI-liacs/LLaMEA/pull/77
- @kadiryonak made their first contribution in https://github.com/XAI-liacs/LLaMEA/pull/82
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.1.0...v1.1.2-beta
- Jupyter Notebook
Published by nikivanstein 10 months ago
llamea - v1.1.0
What's Changed
- We switched to the UV package manager
- The LLaMEA main package is now much lighter, as in we moved dependencies that were only needed to run the examples to a non-default group. @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/44
- We updated the readme and documentation to reflect the change to uv
- All example scripts are now bundled in the
examplesdirectory - The LLM connectors now come with some default error handling for retrying failed calls.
- We added additional tests to cover the new functionality
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.0.6...v1.1.0
- Jupyter Notebook
Published by nikivanstein 11 months ago
llamea - v1.0.6
What's Changed
- Fix LLaMEA prompt typo and configspace serialization by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/36
- Fix typos in README by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/41
- Update evaluate_fitness docstring by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/40
- Remove polars import from example_AutoML by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/42
- Add configurable log file path for logreader by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/39
- Remove unused polars import by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/38
- Fix example script by removing unused variable by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/37
- Feature/python3.11 by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/43
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.0.5...v1.0.6
- Jupyter Notebook
Published by nikivanstein about 1 year ago
llamea - v1.0.5
What's Changed
- Cleaning up by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/34
- updating dependencies by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/35
Improves the compatibility with Python 3.11, updates IOH package to latest version.
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.0.4...v1.0.5
- Jupyter Notebook
Published by nikivanstein about 1 year ago
llamea - v1.0.4
What's Changed
- Updated examples and readme by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/31
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/33
- Added AutoML example and split the task prompt in logical parts. by @nikivanstein in https://github.com/XAI-liacs/LLaMEA/pull/32
Full Changelog: https://github.com/XAI-liacs/LLaMEA/compare/v1.0.3...v1.0.4
- Jupyter Notebook
Published by nikivanstein about 1 year ago
llamea - v1.0.1 Stable
We refactored some of the classes in this release.
- Jupyter Notebook
Published by nikivanstein over 1 year ago
llamea - v1.0.0 LLaMEA stable release
The first stable release of LLaMEA, we are still performing refactors and improvements but this version is very well tested and ready for the wider public.
- Jupyter Notebook
Published by nikivanstein over 1 year ago
llamea - v0.9.4
In this release we added a lot of additional features: - Optional Hyper-parameter tuning inside the LLaMEA loop (via SMAC3). - Support for larger population sizes - Support for additional mutation prompts - Analysis tools based on Abstract Syntax Tree features.
- Jupyter Notebook
Published by nikivanstein over 1 year ago
llamea - v0.9 initial release
Initial release of the LLaMEA code.
- Jupyter Notebook
Published by nikivanstein about 2 years ago