diff --git a/README.md b/README.md index c4ce7c19d..b6be5932d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 🌟 **Unlocking the Power of Distributed GPU-Acceleration in Evolutionary Computation** -EvoX is a sophisticated framework developed to enhance the field of 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. +EvoX is a sophisticated framework developed to enhance the field of 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/). ---