From: Petros Mpogiatzis on
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
"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