Minor update of some of the optimisation functions
Compare changes
@@ -3,7 +3,7 @@
@@ -182,7 +182,7 @@ function muts = mutPop(pop, mutPerc, mutProb, mutVals, uniqueMuts)
Minor update to some of the Memetic Algorithm optimisation functions. The changes are:
parfor
in mutPop()
whenever possible.parfor
in selParents()
whenever possible.