From dd0499da82a09f0314fe2c3e9fd8ad8ece309749 Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:52:38 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c185fef..553f265 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@
## Introduction -🚀TensorNEAT is an adaptation of the NeuroEvolution of Augmenting Topologies (NEAT) algorithm, 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. TensorRVEA is compatible with the [EvoX](https://github.com/EMI-Group/evox/) framewrok. +🚀TensorNEAT is an adaptation of the NeuroEvolution of Augmenting Topologies (NEAT) algorithm, 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. ## Requirements TensorNEAT requires: @@ -110,11 +110,11 @@ more examples are in `tensorneat/examples`. - Join our QQ group (ID: 297969717). - Official Website: https://evox.group/ -## Citing TensorRVEA +## Citing TensorNEAT If you use TensorNEAT in your research and want to cite it in your work, please use: ``` -@article{tensorrvea, +@article{tensorneat, title = {{Tensorized} {NeuroEvolution} of {Augmenting} {Topologies} for {GPU} {Acceleration}}, author = {Wang, Lishuang and Zhao, Mengfei and Liu, Enyu and Sun, Kebin and Cheng, Ran}, booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference},