Be a Supporter!

Sooooooo

  • 203 Views
  • 2 Replies
New Topic Respond to this Topic
PMMurphy
PMMurphy
  • Member since: May. 27, 2012
  • Offline.
Forum Stats
Member
Level 01
Artist
Sooooooo 2013-04-16 01:32:40 Reply

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.

PandaexpressMan
PandaexpressMan
  • Member since: Apr. 10, 2011
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to Sooooooo 2013-04-16 19:28:10 Reply

I'm interested... what is a TWEANN???

PMMurphy
PMMurphy
  • Member since: May. 27, 2012
  • Offline.
Forum Stats
Member
Level 01
Artist
Response to Sooooooo 2013-04-16 20:17:07 Reply

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.