(no subject)

Filiborion@gmx.de Filiborion at gmx.de
Wed Jun 26 04:01:12 EDT 2002


Hi together,

I want to code an algorithms, that is able to restart after it was paused.
To do so, I save the current population to a file:

-- snipp --
  fout << ga.population();
-- snapp --

To get the data I want to use

-- snipp --
  GAPopulation pop();
  fin >> pop;
  ga.population(pop)
-- snapp --

But my population keeps empty :o/. Are there any ideas to solve this?

Thanks and regards

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net




More information about the galib mailing list