Prev: Usi Matlab programming for simulate a low level language.
Next: Function 'sprintf' implicitly resolved in the MATLAB workspace ERROR
From: Petros Mpogiatzis on 2 Jul 2010 07:10 I have a quick question As far as I'm concerned the "state.Population" array contains the different individuals of a generation. Hence if it of size 100x40, this mean 100 individual vectors of length =40 Is there a specific structure in storing these individuals? For example does state.Population(1,:) corresponds to the best individual? or they are stored in random way? Thank you for your time.
From: Petros Mpogiatzis on 2 Jul 2010 07:18
"Petros Mpogiatzis" <painter(a)geo.auth.gr> wrote in message <i0khed$nb2$1(a)fred.mathworks.com>... > I have a quick question > > As far as I'm concerned the "state.Population" array contains the different individuals of a generation. Hence if it of size 100x40, this mean 100 individual vectors of length =40 > > Is there a specific structure in storing these individuals? For example does state.Population(1,:) corresponds to the best individual? or they are stored in random way? > > Thank you for your time. > > Ok, the answer is NOT. Just found it! The state.Score vector contains the score of each individual of the population |