Documentation:Recipes:Reading GP Individual
From Beagle
The most convenient way to read an individual from a file is to use method bool Beagle::Individual::readFromFile(std::string inFileName, Beagle& ioSystem). The first argument is the name of the file where to XML representation of the individual is. Second argument is an evolutionary system necessary for reading up the individual. The Boolean returned state whether or not an individual was found and read in the given filename.
