From 4efe9a53c1d49fa0df50d4346d6c7c6e4886d5ad Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:05:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67561bf..4b5d31b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TensorNEAT: Tensorized NEAT implementation in JAX +# NEATax: Tensorized NEAT implementation in JAX TensorNEAT is a powerful tool that utilizes JAX to implement the NEAT (NeuroEvolution of Augmenting Topologies) algorithm. It provides support for parallel execution of tasks such as network forward computation, mutation, @@ -85,4 +85,4 @@ if __name__ == '__main__': `/examples` folder contains more examples. -## TO BE COMPLETE... \ No newline at end of file +## TO BE COMPLETE...