};
System.out.println("Starting evolution ...");
// run the algorithm
Population finalPopulation = ga.evolve(initial, stoppingCondition);
// Get the end time for the simulation.
long endTime = System.currentTimeMillis();
// best chromosome from the final population