Minor update of some of the optimisation functions
Minor update to some of the Memetic Algorithm optimisation functions. The changes are:
- Use
parfor
inmutPop()
whenever possible. - Use
parfor
inselParents()
whenever possible.
Minor update to some of the Memetic Algorithm optimisation functions. The changes are:
parfor
in mutPop()
whenever possible.parfor
in selParents()
whenever possible.