You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While visualizing the search trajectories of particles in a PSO implementation is not required for evaluating performance, it's fun to watch, and perhaps a visualization could help spark creative thinking about algorithm design.
It would be great to see a simple 2D display, like the visualization accompanying the PSO article on Wikipedia. Perhaps SwarmViz could provide something suitable, or Matplotlib animation?
Also, it might be helpful to check out what LJ Miranda has used for PySwarms.
Identify how animation will be generated.
Generate data with standard test function (I can help with this).
Render animation.
The text was updated successfully, but these errors were encountered:
Just dropping by to say that I'm planning to deprecate the design in the PySwarms link above with a new approach. Although contributors can still check the internals of PlotEnvironment and improve from there. 👍
While visualizing the search trajectories of particles in a PSO implementation is not required for evaluating performance, it's fun to watch, and perhaps a visualization could help spark creative thinking about algorithm design.
It would be great to see a simple 2D display, like the visualization accompanying the PSO article on Wikipedia. Perhaps SwarmViz could provide something suitable, or Matplotlib animation?
Also, it might be helpful to check out what LJ Miranda has used for PySwarms.
The text was updated successfully, but these errors were encountered: