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
I am using moocore for several projects (it works great!), and I need a fast and scalable implementation to identify non-dominated points for 4 or more objectives.
As mentioned in the docs, Kung's algorithm is not currently implemented for identifying non-dominated points (and to compute Pareto ranking).
I am therefore opening this issue to track the progress.
For context, I am currently using a Python implementation for Kung's algorithm. However, moving to a C/C++ implementation would be ideal.