I've plotted a Pareto Front (in RED colour) from my NSGA2 Algorithm execution and the result is this for Cost(Y)/Time(X):
In X-Axis: Time in Days In Y-Axis: Cost in Euro
The problem has 3 objectives: time, cost, environmental cost.
Are the gaps in the plot due to multivariable objectives (+3 objectives) in 2D plot ?
Could I plot everything in a 3D plot for a correct visualisation of the Pareto Front?
What is the correct visualization of a multivariable optimization (>3 objectives) for the pareto front? In pairs? Everithing
Thanks in advance.