Genetic Algorithm
Mostra commenti meno recenti
In solving a problem using ga, I'll use this command :ga(fitnessfcn,nvars,A,b,Aeq,beq,LB,UB,nonlcon,options). My question is that: Can matlab accept matrix A to be of size(2616 X 1130) and b of size (1130 X 1) or I'll have Java.lang out of memory error???
Risposta accettata
Più risposte (2)
the cyclist
il 23 Mar 2011
0 voti
Might depend on your machine and operating system. I have no problem with that size array on my Mac running 64-bit MATLAB. I suspect 32-bit would be a problem, but I forget the exact size limitation.
Yasmin Tamimi
il 23 Mar 2011
0 voti
Categorie
Scopri di più su Genetic Algorithm in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!