Skip to content

Commit 1250922

Browse files
Fix repository link and mention upcoming release
Updated the repository link for the Julia NeatEvolution example and added a note about an upcoming release.
1 parent f1a9931 commit 1250922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lorenz-ctrnn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Evolves a Continuous-Time Recurrent Neural Network (CTRNN) using NEAT to predict the next-step state of the Lorenz attractor. The Lorenz system is a chaotic dynamical system where small errors grow exponentially, making it a challenging benchmark for evolved networks.
44

5-
Ported from the Julia [NeatEvolution](https://github.com/alanderos91/NeatEvolution.jl) lorenz_ctrnn example.
5+
Ported from the Julia [NeatEvolution](https://github.com/CodeReclaimers/NeatEvolution.jl) lorenz_ctrnn example. (Release coming soon!)
66

77
## Running
88

0 commit comments

Comments
 (0)