From c35a6806df01481c1b169cd0fc47660ea1cc10fb Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 14 May 2014 01:32:51 +0100 Subject: Refactored Mutable, commented a little bit of the GUI package --- doc/jcgp/backend/population/class-use/Chromosome.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/jcgp/backend/population/class-use/Chromosome.html') diff --git a/doc/jcgp/backend/population/class-use/Chromosome.html b/doc/jcgp/backend/population/class-use/Chromosome.html index 4245432..934c1e4 100644 --- a/doc/jcgp/backend/population/class-use/Chromosome.html +++ b/doc/jcgp/backend/population/class-use/Chromosome.html @@ -2,9 +2,9 @@ - + Uses of Class jcgp.backend.population.Chromosome - + @@ -153,6 +153,13 @@ static void +ChromosomeParser.print(Chromosome chromosome, + Resources resources) +
Writes a chromosome to the console in .chr format.
+ + + +static void ChromosomeParser.save(java.io.File file, Chromosome chromosome, Resources resources) -- cgit v1.2.3