From 7aec4cbd4607b724a1f6626cd7ca7f15daebfc57 Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Thu, 13 Nov 2025 06:52:12 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b72f8470e..740909f5e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ *Turn your LLMs into autonomous code optimizers that discover breakthrough algorithms*

- GitHub stars + GitHub stars PyPI version PyPI downloads - License + License

-[🚀 **Quick Start**](#quick-start) • [**Examples**](#examples-gallery) • [**System Messages**](#crafting-effective-system-messages) • [**Discussions**](https://github.com/codelion/openevolve/discussions) +[🚀 **Quick Start**](#quick-start) • [**Examples**](#examples-gallery) • [**System Messages**](#crafting-effective-system-messages) • [**Discussions**](https://github.com/algorithmicsuperintelligence/openevolve/discussions) *From random search to state-of-the-art: Watch your code evolve in real-time* @@ -251,7 +251,7 @@ pip install openevolve 🔧 Development Install ```bash -git clone https://github.com/codelion/openevolve.git +git clone https://github.com/algorithmicsuperintelligence/openevolve.git cd openevolve pip install -e ".[dev]" ``` @@ -263,10 +263,10 @@ pip install -e ".[dev]" ```bash # Pull the image -docker pull ghcr.io/codelion/openevolve:latest +docker pull ghcr.io/algorithmicsuperintelligence/openevolve:latest # Run an example -docker run --rm -v $(pwd):/app ghcr.io/codelion/openevolve:latest \ +docker run --rm -v $(pwd):/app ghcr.io/algorithmicsuperintelligence/openevolve:latest \ examples/function_minimization/initial_program.py \ examples/function_minimization/evaluator.py --iterations 100 ``` @@ -761,7 +761,7 @@ python scripts/visualizer.py --path examples/function_minimization/openevolve_ou - [ ] **Neurosymbolic Reasoning**: Combine neural and symbolic approaches - [ ] **Human-AI Collaboration**: Interactive evolution with human feedback -Want to contribute? Check out our [roadmap discussions](https://github.com/codelion/openevolve/discussions/categories/roadmap)! +Want to contribute? Check out our [roadmap discussions](https://github.com/algorithmicsuperintelligence/openevolve/discussions/categories/roadmap)! ## FAQ @@ -838,8 +838,8 @@ Just set the `api_base` in your config to point to your endpoint. Thanks to all our amazing contributors who make OpenEvolve possible! - - + + ### **Contributing** @@ -853,7 +853,7 @@ We welcome contributions! Here's how to get started: 5. 📝 **Commit** with a clear message 6. 🚀 **Push** and create a Pull Request -**New to open source?** Check out our [Contributing Guide](CONTRIBUTING.md) and look for [`good-first-issue`](https://github.com/codelion/openevolve/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) labels! +**New to open source?** Check out our [Contributing Guide](CONTRIBUTING.md) and look for [`good-first-issue`](https://github.com/algorithmicsuperintelligence/openevolve/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) labels! ### **Academic & Research** @@ -872,7 +872,7 @@ If you use OpenEvolve in your research, please cite: author = {Asankhaya Sharma}, year = {2025}, publisher = {GitHub}, - url = {https://github.com/codelion/openevolve} + url = {https://github.com/algorithmicsuperintelligence/openevolve} } ``` ---