How to use the Genetic Algorithm with the Parallel Computing Toolbox MATLAB2014b
Afficher commentaires plus anciens
I usually used MATLAB2009b,but now I want to use the Genetic Algorithm with the Parallel Computing Toolbox of MATLAB2014b.There are too much changes between these,so I want to know how to use the toolbox now.
4 commentaires
Edric Ellis
le 5 Oct 2015
What specifically are you trying to do? Is there a function or a simple piece of code that you ran in R2009b that you cannot run in R2014b?
Jason Shih
le 6 Oct 2015
Modifié(e) : Walter Roberson
le 6 Oct 2015
Edric Ellis
le 6 Oct 2015
What problem do you encounter in R2014b? I get an "unknown function" for distributionpopulation. Is it the batch command you're having trouble with? You appear to be calling it with a function as the first argument, which means that the second argument should be the number of output arguments requested. The 'Configuration' parameter should be 'Profile', and the 'FileDependencies' should be 'AttachedFiles' - perhaps that might help.
Jason Shih
le 6 Oct 2015
Réponses (0)
Catégories
En savoir plus sur Genetic Algorithm dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!