You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,10 @@ NEAT (NeuroEvolution of Augmenting Topologies) is a method developed by Kenneth
8
8
networks. This project is a pure-Python implementation of NEAT with no dependencies beyond the standard library. It was
9
9
forked from the excellent project by @MattKallada.
10
10
11
-
For further information regarding general concepts and theory, please see the
12
-
[Selected Publications](http://www.cs.ucf.edu/~kstanley/#publications) on Stanley's page at the University of Central
13
-
Florida (now somewhat dated), or the [publications page](https://www.kenstanley.net/papers) of his current website.
11
+
For further information regarding general concepts and theory, please see the [publications page](https://www.kenstanley.net/papers) of Stanley's current website.
14
12
15
13
`neat-python` is licensed under the [3-clause BSD license](https://opensource.org/licenses/BSD-3-Clause). It is
16
-
currently only supported on Python 3.6 through 3.11, and pypy3.
14
+
currently only supported on Python 3.6 through 3.14, and pypy3.
0 commit comments