I'm developing an evolutive system and I need make 1000 o 2000 "criatures", train them and select the best, so I thing compile the "criatures" in java and after edit the .class who contains the genetic code to operate with it. but, How must I use the bytecode system to make it easy? the other solution was pass the genetic code like a parameter, making a parsing, making the tree,.... a lot of work.
May any body help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm developing an evolutive system and I need make 1000 o 2000 "criatures", train them and select the best, so I thing compile the "criatures" in java and after edit the .class who contains the genetic code to operate with it. but, How must I use the bytecode system to make it easy? the other solution was pass the genetic code like a parameter, making a parsing, making the tree,.... a lot of work.
May any body help me?