Closed GoogleCodeExporter closed 9 years ago
Done some additional testing seems like Dictionary<> is a better choice, gives
a further performance gain.
Original comment by MRD...@gmail.com
on 3 Sep 2010 at 5:01
Original comment by andrew.k...@gmail.com
on 3 Sep 2010 at 5:36
Modified PermutationChromosome.CreateChildUsingCrossover() to use dictionaries
for fast lookup of genes' indexes in parents' chromosomes.
Committed in revision 1337. Will be released in version 2.1.5.
Original comment by andrew.k...@gmail.com
on 11 Nov 2010 at 3:42
Changed recent fix to use ordinary array instead of dictionaries, since those
are not required here actually.
Original comment by andrew.k...@gmail.com
on 25 Nov 2010 at 12:05
Original comment by andrew.k...@gmail.com
on 12 Jan 2011 at 11:41
Original issue reported on code.google.com by
MRD...@gmail.com
on 3 Sep 2010 at 4:49