Tagged Questions
The neat tag has no wiki summary.
2
votes
2answers
222 views
Representing a 2D map of doubles in as few “parameters” as possible
I am working on a turn-based-game AI using a neural-network technique known as NEAT. I am attempting to train a network that can move around a two dimensional (X&Y coords) space given a variety of ...
2
votes
3answers
386 views
Any good SharpNEAT tutorial?
SharpNEAT is a NeuroEvolution of Augmenting Topologies (NEAT) library in C#.
The whole thing sounds pretty exciting but I can't find a damn sample/tutorial anywhere!
Any help appreciated!
1
vote
2answers
90 views
How to keep the generated TLB file neat?
Hi I use interop to call C# code in Delphi.
C# code has a binary and in Delphi 5 Menu: Project-->Import Type Library
Click Add to add the tlb file: XXXX.tlb
Unit dir name: input the path where the ...