From cfec296394dcfdd83e03e43286dc0b2db0d76c81 Mon Sep 17 00:00:00 2001 From: EMI_Ran Date: Thu, 25 Apr 2024 15:15:54 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 055741aba..e29b91f34 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,13 @@ GitHub User's stars + +## +

🌟Distributed GPU-accelerated Framework for Scalable Evolutionary Computation🌟

- -## Building upon [JAX](https://github.com/google/jax) and [Ray](https://github.com/ray-project/ray), EvoX offers a comprehensive suite of **50+ Evolutionary Algorithms (EAs)** and a wide range of **100+ Benchmark Problems**, all benefiting from distributed GPU-acceleration. It facilitates efficient exploration of complex optimization landscapes, effective tackling of black-box optimization challenges, and deep dives into neuroevolution with [Brax](https://github.com/google/brax). With a foundation in functional programming and hierarchical state management, EvoX offers a user-friendly and modular experience. For more details, please refer to our [Paper](https://arxiv.org/abs/2301.12457) and [Documentation](https://evox.readthedocs.io/en/latest/) / [文档](https://evox.readthedocs.io/zh/latest/). ---