From e1b115bde469b4daa681872d09280494c416155b Mon Sep 17 00:00:00 2001 From: WLS2002 <64534280+WLS2002@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:14:55 +0800 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9344b38 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# TensorNEAT: Tensorized NeuroEvolution of Augmenting Topologies for GPU Acceleration + +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 forward network computation, mutation, and crossover at the population level.