Description Usage Arguments Value
Returns a permutation that rearranges points, given as columns in a value matrix, via
Pareto-based ranking. Points are ranked by their Pareto front number. In
orderByParetoCrowdingDistance
, ties are then broken by crowding distance,
in orderByParetoHypervolumeContribution
, ties are broken by hypervolume
contribution.
1 2 3 | orderByParetoCrowdingDistance(values)
orderByParetoHypervolumeContribution(values)
|
values |
The value matrix to return the ordering permutation for. Each column represents a point, each row a dimension. |
A permutation to rearrange values
based on a Pareto based ranking.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.