Skip to content
/ nds Public

A C# implementation of the non-dominated sorting.

License

Notifications You must be signed in to change notification settings

KernelA/nds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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