https://github.com/davidar/librtneat
A cleaned-up distribution of rtNEAT
https://github.com/davidar/librtneat
Last synced: about 1 year ago
JSON representation
A cleaned-up distribution of rtNEAT
- Host: GitHub
- URL: https://github.com/davidar/librtneat
- Owner: davidar
- License: other
- Created: 2010-01-10T04:37:57.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-13T05:44:35.000Z (over 16 years ago)
- Last Synced: 2025-04-28T13:09:06.351Z (about 1 year ago)
- Language: C++
- Homepage: http://nn.cs.utexas.edu/?rtneat
- Size: 207 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is a cleaned-up distribution of the rtNEAT package[1] written by Kenneth
Stanley. Extraneous files have been removed, several bugs fixed, and the source
code has been reorganised to allow thirdparty applications to link against
rtNEAT more easily.
[1] http://nn.cs.utexas.edu/?rtneat
Copyright (C) The University of Texas, 2006. All rights reserved.
UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS
SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE, NON-INFRINGEMENT
AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY THAT MIGHT OTHERWISE
ARISE FROM COURSE OF DEALING OR USAGE OF TRADE. NO WARRANTY IS EITHER
EXPRESS OR IMPLIED WITH RESPECT TO THE USE OF THE SOFTWARE OR
DOCUMENTATION. Under no circumstances shall University be liable for
incidental, special, indirect, direct or consequential damages or loss
of profits, interruption of business, or related expenses which may
arise from use of Software or Documentation, including but not limited
to those resulting from defects in Software and/or Documentation, or
loss or inaccuracy of data of any kind.
Modifications made by David Roberts , 2010.