Sooooooo
- PMMurphy
-
PMMurphy
- Member since: May. 27, 2012
- Offline.
-
- Forum Stats
- Member
- Level 01
- Artist
I learned how to program a TWEANN . It is incredible. I feel like its capable of solving tons of problems.
But i had to put try blocks everywhere. The debugging got so intense i spent 2 whole days just debugging and debugging to the point i just try blocked everything.
It still performs well. If you don't know what a TWEANN is i would love to explain it. I did it in java (only language i know) and i havn't slept much or else i would of told you guys.
If you wanna see source code im cool with that. I basically took source code from other people and mix / matched it to create this anyway.
Evolutionary Computation tutorials
Evolutionary Algorith and Genetic Algorithm Basic Concept
- PandaexpressMan
-
PandaexpressMan
- Member since: Apr. 10, 2011
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
- PMMurphy
-
PMMurphy
- Member since: May. 27, 2012
- Offline.
-
- Forum Stats
- Member
- Level 01
- Artist
Its a type of Artificial Neural Network (ANN).
Basically its a ANN that is inside an evolutionary algorithm where the evolutionary algorithm alters not only the topology of the network but the weights and conditions inside it aswell.
I reprogrammed everything. Now instead of index out of bounds errors im getting java heap space errors and other shit.
I simply can't win.
Evolutionary Computation tutorials
Evolutionary Algorith and Genetic Algorithm Basic Concept

