diff --git a/README.md b/README.md index 9daa1f4..0a345fa 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ ## TensorNEAT @ GECCO 2024 TensorNEAT has been selected to recieve the **[GECCO 2024](https://gecco-2024.sigevo.org/HomePage) Best Paper Award** 🏆 -Many thanks to everyone who is supporting TensorNEAT! - -We will remain committed to advancing TensorNEAT for future 'open-endedness'! +Many thanks to everyone who is supporting TensorNEAT! We will remain committed to advancing TensorNEAT for future 'open-endedness'! ## Introduction TensorNEAT is a JAX-based libaray for NeuroEvolution of Augmenting Topologies (NEAT) algorithms, focused on harnessing GPU acceleration to enhance the efficiency of evolving neural network structures for complex tasks. Its core mechanism involves the tensorization of network topologies, enabling parallel processing and significantly boosting computational speed and scalability by leveraging modern hardware accelerators. TensorNEAT is compatible with the [EvoX](https://github.com/EMI-Group/evox/) framewrok.