LB Booster
General >> General Board >> AI : Genetic Programming
http://lbb.conforums.com/index.cgi?board=general&action=display&num=1444577972
AI : Genetic Programming
Post by bluatigro on Oct 11th, 2015, 3:39pm
this is a try at GP
GP what :
- creating a program by computer
GP how :
-1:create random programs [ write() ]
-2:get output from programs [ gprun() ]
-3:sort programs on fitness
-4:create childern from best [ mix() ]
-5:mutate some childern [ mutate() ]
-6:if best fitness > whished and generation < max goto 2
code at :
http://libertybasic.nl/viewtopic.php?f=4&t=649
i have a problem whit catching the last errors
that the code has to catch in gprun()