IUT, INHA University in Tashkent
Question
Asked 7 July 2022
How to access the generation of the population in fitness function while using gamultiobj in Matlab?
I have been using gamultiobj in Matlab to run my optimization setup. When the GA calls the fitness function it only sends the population to the fitness function as its input. But, I need also the generation to which the population belong. How could that be done as I am not able to edit the Matlab inbuilt functions.