ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python
https://pyswarms.readthedocs.io/en/latest/
MIT License
1.28k stars 332 forks source link

Warning for higher dimensional plotting #523

Open zachschillaci27 opened 11 months ago

zachschillaci27 commented 11 months ago

Add a simple print message when calling plot_contour or plot_surface if pos_history is greater than 2 dimensions warning the user that higher dimensions will be ignored for plotting.