Hi,<br>
I was wondering what the best approach is to tag each individual genome.<br>
<br>
I&#39;ve ventured down a couple of paths, and I&#39;m not sure of the most efficient way.<br>
<br>
I&#39;ve:<br>
<br>
1) Derived my own data class from public GAEvalData<br>
and<br>
2) Used the userData in the base genome.<br>
<br>
Neither method seems to be 100% accurate when I go back and try and use it.<br>
<br>
Basically, I&#39;m attempting to associate a file with each genome (created
during the Fitness function) and then delete the file when the genome&#39;s
destructor is called.<br>
Inevitably, I&#39;m left with some extra files after each run.<br>
<br>
Has anyone else needed to keep some sort of &quot;meta-data&quot; for each genome and found a better way?<br>
<br>
Thanks in advance!<br>
<br>
&nbsp;- Erik<br>