scoreFilename: never find the file!?

Samuel Danthine samd at troi.cc.rochester.edu
Thu Aug 29 16:22:09 EDT 2002


Hi (and thanks to all those who have answered my numerous previous questions!)
I have a problem finding the file in which the scores are at (never exists...)
Here are the commands I have:
         GASimpleGA ga(genome);
         GASigmaTruncationScaling scaling;
         ga.elitist();
         ga.populationSize(popsize);
         ga.nGenerations(ngen);
         ga.pMutation(pmut);
         ga.pCrossover(pcross);
         ga.scaling(scaling);
         ga.selectScores(GAStatistics::AllScores);
         ga.scoreFilename("sambag.dat");
         ga.scoreFrequency(1);
         ga.flushFrequency(1);
         ga.evolve(seed);
         ga.terminator(GAGeneticAlgorithm::TerminateUponConvergence);

sambag.dat does not exist on my hard drive...what am I doing wrong?

thanks a lot!
Sam


******************************************************************************** 

Samuel Danthine
Department of Economics
University of Rochester
238 Harkness Hall
Rochester, NY 14627

Phone:(585) 275 5287
Fax: (585) 256 2309
E-mail: samd at troi.cc.rochester.edu
Homepage: http://troi.cc.rochester.edu/~samd
---------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/galib/attachments/20020829/2add357b/attachment.htm


More information about the galib mailing list