Update README.md

This commit is contained in:
WLS2002
2024-11-08 10:39:31 +08:00
committed by GitHub
parent 220e7ec950
commit b50128898c

View File

@@ -411,12 +411,16 @@ 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, @inproceedings{10.1145/3638529.3654210,
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 = {Tensorized NeuroEvolution of Augmenting Topologies for GPU Acceleration},
year = {2024}, year = {2024},
doi = {10.1145/3638529.3654210}, isbn = {9798400704949},
pages = {11561164}, doi = {10.1145/3638529.3654210},
numpages = {9}, booktitle = {Proceedings of the Genetic and Evolutionary Computation Conference},
location = {Melbourne, VIC, Australia}, pages = {11561164},
series = {GECCO '24} numpages = {9},
keywords = {neuroevolution, GPU acceleration, algorithm library},
location = {Melbourne, VIC, Australia},
series = {GECCO '24}
} }