<html>
Hi (and thanks to all those who have answered my numerous previous
questions!)<br>
I have a problem finding the file in which the scores are at (never
exists...)<br>
Here are the commands I have:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>GASimpleGA
ga(genome);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>GASigmaTruncationScaling
scaling;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.elitist();<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.populationSize(popsize);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.nGenerations(ngen);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.pMutation(pmut);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.pCrossover(pcross);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.scaling(scaling);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.selectScores(GAStatistics::AllScores);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.scoreFilename(&quot;sambag.dat&quot;);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.scoreFrequency(1);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.flushFrequency(1);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.evolve(seed);<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>ga.terminator(GAGeneticAlgorithm::TerminateUponConvergence);<br><br>
sambag.dat does not exist on my hard drive...what am I doing
wrong?<br><br>
thanks a lot!<br>
Sam <br><br>
<x-sigsep><p></x-sigsep>
********************************************************************************
<br>
<font color="#008080"><b>Samuel Danthine</b> <br>
</font>Department of Economics<br>
University of Rochester <br>
238 Harkness Hall<br>
Rochester, NY 14627<br><br>
<font color="#0000FF">Phone</font>:(585) 275 5287<br>
<font color="#0000FF">Fax:</font> (585) 256 2309 <br>
<font color="#000080">E-mail</font>: samd@troi.cc.rochester.edu <br>
Homepage:
<a href="http://troi.cc.rochester.edu/~samd" eudora="autourl"><font color="#0000FF"><u>http://troi.cc.rochester.edu/~samd</a></u></font>
<br>
---------------------------------------------------------------------------------------------------<br>
</html>