Update README.md

This commit is contained in:
WLS2002
2025-04-21 12:44:14 +08:00
committed by GitHub
parent 1ff10b89bd
commit 96923be0b5

View File

@@ -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: 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}, author = {Wang, Lishuang and Zhao, Mengfei and Liu, Enyu and Sun, Kebin and Cheng, Ran},
title = {Tensorized NeuroEvolution of Augmenting Topologies for GPU Acceleration}, title = {TensorNEAT: A GPU-accelerated Library for NeuroEvolution of Augmenting Topologies},
year = {2024}, year = {2025},
isbn = {9798400704949}, publisher = {Association for Computing Machinery},
doi = {10.1145/3638529.3654210}, address = {New York, NY, USA},
booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference}, url = {https://doi.org/10.1145/3730406},
pages = {11561164}, doi = {10.1145/3730406},
numpages = {9}, journal = {ACM Trans. Evol. Learn. Optim.},
keywords = {neuroevolution, GPU acceleration, algorithm library}, month = apr,
location = {Melbourne, VIC, Australia}, keywords = {Neuroevolution, GPU Acceleration, Algorithm Library}
series = {GECCO '24}
} }
```