anyoptimization / pymoo

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
https://pymoo.org
Apache License 2.0
2.23k stars 381 forks source link

Fixed the Plot Issue #593

Closed imustitanveer closed 4 months ago

imustitanveer commented 4 months ago

When using the Scatter() function, the plot would fail because of a wrong function call. Fixed that in the plot.py

blankjul commented 4 months ago

Thanks! (wasn't aware of their interface modifications)