编写和种群生成function [pop] = initializega(num, bounds, evalFN, evalOps, options) % pop - the initial, evaluated, random population % num - the size of the population, i.e. the number to create % bounds - the number of permutations in an individual (e.g., number % of cities in a tsp % evalFN - the evaluation fn, usually the name of the .m file for evaluation % evalOps - any options to be passed to the eval function defaults [ ] % options - options to the initialize function, ie. [eps, f