KernelA / nds

A C# implementation of the non-dominated sorting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-dominated sorting

Summary

Implementation for .Net Core. Supported version .NET Standard is 1.0.

It does not require third-party dependencies.

Building

  • Use Visual Studio 2017.
  • Or CLI:
    • cd Src
    • Run dotnet build -c Release.
    • If necessary, run tests dotnet test -c Release ..

Description of the method

You can read about the method in the next article:

Buzdalov M., Shalyto A. A Provably Asymptotically Fast Version of the Generalized Jensen Algorithm for Non-dominated Sorting // Parallel Problem Solving from Nature XIII.- 2015. - P. 528-537. - (Lecture Notes on Computer Science ; 8672)

Other implementations

How to use

See Example in the solution.

Example

Pareto front figure

About

A C# implementation of the non-dominated sorting.

License:MIT License


Languages

Language:C# 100.0%