From 434bb963d981ffac3a2b6e9a18f9359210ac9529 Mon Sep 17 00:00:00 2001 From: EMI_Ran Date: Thu, 18 Jul 2024 15:01:03 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.