Update README.md

This commit is contained in:
WLS2002
2024-01-21 23:05:31 +08:00
committed by GitHub
parent 82eeb194de
commit 4efe9a53c1

View File

@@ -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) 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, 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. `/examples` folder contains more examples.
## TO BE COMPLETE... ## TO BE COMPLETE...