Hey everyone,
is there a way to get the GPData from an GPIndividual?
At my case, a GPIndividual is a rule where the conditions and everything is stored in RuleData extends GPData.
For statistical purpose I need some informations of the rule (my Individual), which are stored in the RuleData object of my problem.
Each time an Individual is evaluated the RuleData is filled with different informations.
I know how to get the best Individual of a generation, but how do I get the Data of this Individual?
Greetings
Bojan