From 96923be0b520ef528f48a3d943aaeeaf82db42de Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:44:14 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3ab31c6..fd3270c 100644 --- a/README.md +++ b/README.md @@ -410,17 +410,17 @@ We warmly welcome community developers to contribute to TensorNEAT and look forw If you use TensorNEAT in your research and want to cite it in your work, please use: ``` -@inproceedings{10.1145/3638529.3654210, +@article{10.1145/3730406, author = {Wang, Lishuang and Zhao, Mengfei and Liu, Enyu and Sun, Kebin and Cheng, Ran}, - title = {Tensorized NeuroEvolution of Augmenting Topologies for GPU Acceleration}, - year = {2024}, - isbn = {9798400704949}, - doi = {10.1145/3638529.3654210}, - booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference}, - pages = {1156–1164}, - numpages = {9}, - keywords = {neuroevolution, GPU acceleration, algorithm library}, - location = {Melbourne, VIC, Australia}, - series = {GECCO '24} + title = {TensorNEAT: A GPU-accelerated Library for NeuroEvolution of Augmenting Topologies}, + year = {2025}, + publisher = {Association for Computing Machinery}, + address = {New York, NY, USA}, + url = {https://doi.org/10.1145/3730406}, + doi = {10.1145/3730406}, + journal = {ACM Trans. Evol. Learn. Optim.}, + month = apr, + keywords = {Neuroevolution, GPU Acceleration, Algorithm Library} } +```