-
Hi, I have a question about the callback function. With the example from the callback, we can plot the best KPI for every generation. My goal is to observe one object and see how its KPI develops over generations. My guess is that it's not the same, but is there a possible method or workaround? Implementation:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Any specific reason why you only look at the first solution in the population? If yes this is simply |
Beta Was this translation helpful? Give feedback.
-
Let's say I have a machine with its parameters (height, weight, ...) and, by testing this machine, I receive the KPIs (speed, power consumption, ...). With the change of the parameters, the performance of this machine changes over the generations. Now, my thought would be to plot the speed development of this machine. |
Beta Was this translation helpful? Give feedback.
I am not sure if I am able to grasp the problem. In the callback you have access to the full population and you can store as well as plot any type of statistics during the optimization run.