I have implemented genetic algorithm (Java) that works on Webots simulated e-puck (PRO 7.0.3, OS X). What I want to do now is to display a graph that would show how fitness score is changing over time.
I have been trying to use JFreeChart, but unfortunately displaying a new frame from inside Webots simulation is not allowed.
I have been looking into using Display node to generate graph manually but this is just very tedious and limited.
Do you know of any other ways to do that? Or maybe of ways to force Webots to allow JFrames?