BIMK / PlatEMO

Evolutionary multi-objective optimization platform
1.58k stars 463 forks source link

How to avoid reference Pareto front calculations #68

Open sachinner opened 3 years ago

sachinner commented 3 years ago

function P=PF(obj, N) P=[ ]; end

In test problems. By letting P empty. Errors of Index are Thrown.

How to avoid reference front on Graph and calculations.

DestinyMy commented 3 years ago

Hello, don't overload this function will solve the problem.