ParetoFrontLineApproximation 1.2.1

dotnet add package ParetoFrontLineApproximation --version 1.2.1
NuGet\Install-Package ParetoFrontLineApproximation -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ParetoFrontLineApproximation" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParetoFrontLineApproximation --version 1.2.1
#r "nuget: ParetoFrontLineApproximation, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ParetoFrontLineApproximation as a Cake Addin
#addin nuget:?package=ParetoFrontLineApproximation&version=1.2.1

// Install ParetoFrontLineApproximation as a Cake Tool
#tool nuget:?package=ParetoFrontLineApproximation&version=1.2.1

A .Net Framework 4.7.2 implementation of the proposed algorithm for 2D Pareto front line approximation from the scientific paper: Craft et al. 2006. https://doi.org/10.1118/1.2335486

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ParetoFrontLineApproximation:

Package Downloads
ParetoPropertiesCalculation

A .Net Framework 4.7.2 library for calculating diverse Pareto properties: Pareto optimal points, illusion point, diagonal line through pareto front line, global optimum.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 1,498 5/3/2022
1.2.0 695 2/23/2022
1.1.1 4,558 12/15/2021
1.1.0 247 12/15/2021
1.0.2 848 12/3/2021
1.0.1 817 12/1/2021
1.0.0 270 11/29/2021

Update dependencies + remove unused dependencies and usings.