How to use the Genetic Algorithm with the Parallel Computing Toolbox MATLAB2014b
Ältere Kommentare anzeigen
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 Kommentare
Edric Ellis
am 5 Okt. 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
am 6 Okt. 2015
Bearbeitet: Walter Roberson
am 6 Okt. 2015
Edric Ellis
am 6 Okt. 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
am 6 Okt. 2015
Antworten (0)
Kategorien
Mehr zu Genetic Algorithm finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!