From 25c8a6a6ef12103a5f51ca6033ecb38c26212e51 Mon Sep 17 00:00:00 2001 From: EMI_Ran Date: Mon, 25 Dec 2023 09:08:33 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c58fa9219..f97622425 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@

--- -

+## 🌟**Unlocking the Power of Distributed GPU-Acceleration in Evolutionary Computation**🌟 -

+ EvoX is a sophisticated computing framework tailored for Evolutionary Computation (EC), built upon [JAX](https://github.com/google/jax) and [Ray](https://github.com/ray-project/ray). It offers a comprehensive suite of Evolutionary Algorithms (EAs) and a wide range of Benchmark Problems, tailored to address both simple and complex computational challenges. It facilitates efficient exploration of complex optimization landscapes, effective tackling of black-box optimization challenges, and deep dives into neuroevolution. 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/). ---