From f1fda55ed00fbff945db41752a51b7ccd987cc0a Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:09:05 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0305fe6..edc443a 100644 --- a/README.md +++ b/README.md @@ -404,9 +404,13 @@ 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: ``` -@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 (GECCO)}, - year = {2024} +@inproceedings{10.1145/3638529.3654210, + 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}, + doi = {10.1145/3638529.3654210}, + pages = {1156–1164}, + numpages = {9}, + location = {Melbourne, VIC, Australia}, + series = {GECCO '24} }