Home
News
Feed
search engine
by
freefind
advanced
Java code for LeanGeneticAlgorithmChassis 08-01-2014d1940
2015-01-13
Java code for LeanGeneticAlgorithmChassis 08-01-2014d1940 Java code for lean genetic algorithm chassis class Java code for integer array evolutionary algorithm "C:\Users\kurtw_000\Documents\kurt\storage\pDR\2014\08-01-2014d1938\LeanGeneticAlgorithmChassis" -Parameters that seem to work fairly well for this code { * pop count 50-1000 * number of genes 20-1000 * cycles 100-1000 * crossovers about 3/5 of population size * number of mutations 1 * per generation 60 } versions of code -current version 08-17-2014d1602 --C:\Users\kurtw_000\Documents\kurt\storage\pDR\2014\08-17-2014d1603\LeanGeneticAlgorithmChassis -current version of code 08-16-2014d1240. version before changing the way that the population is initialized --C:\Users\kurtw_000\Documents\kurt\storage\pDR\2014\08-16-2014d1243\LeanGeneticAlgorithmChassis -version of code before going back to modify the main genetic algorithm class so that it would evolve faster --"C:\Users\kurtw_000\Documents\kurt\storage\pDR\2014\08-01-2014d1938\LeanGeneticAlgorithmChassis" -"C:\Users\kurtw_000\Documents\kurt\storage\pDR\2014\08-01-2014d1938\LeanGeneticAlgorithmChassis"
azim58wiki: