I can already create a ff net with
net = newff([0 1; 0 1], [2 1], {"tansig","purelin"}, "trainlm", "learngdm", 
"mse");

train it, use it, save it to file and load it back up.  Now I like to (1) use 
the ga package to form a population of nets, (2) mutate them or one net of the 
population and (3) create offspring from two nets. And if that is all to easy, 
I like to rate them like e.g. using a function that adds together the wights 
within the net and the one with the highest is best.

I saw that ga uses "NVARS" but haven't been able to figure out if that is one 
net, or the population and if the format is compatiple with what the feed 
forward nets use.

Hope I am at the right mailinglist here and cheers for the help in advance
John


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to