Pareto 2.2.0

Suggested Alternatives

ParetoCalculation.Core

Additional Details

Implemented a new, more clean and efficient way, for creating pareto object. Hence, building it again from scratch is easier than changing all packages. Also the naming of this package caused annoying troubles during development.

dotnet add package Pareto --version 2.2.0
NuGet\Install-Package Pareto -Version 2.2.0
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="Pareto" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pareto --version 2.2.0
#r "nuget: Pareto, 2.2.0"
#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 Pareto as a Cake Addin
#addin nuget:?package=Pareto&version=2.2.0

// Install Pareto as a Cake Tool
#tool nuget:?package=Pareto&version=2.2.0

A foundational .Net Framework 4.7.2 project which includes classes for further pareto calculation and visualizations.

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 (4)

Showing the top 4 NuGet packages that depend on Pareto:

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.

ParetoPlotUserControl

A .Net Framework 4.7.2 User Control for plotting a Pareto.

ParetoPlot

A custom control for plotting 2D pareto points and lines. For an example how to use, see the ExampleApp project.

TcpNtcpDataGrid

A data grid created for TCP, NTCP and P+ visualization for a special case of my Radiation Therapy research.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 1,239 5/6/2022
2.1.1 1,613 5/2/2022
2.1.0 5,324 1/25/2022
2.0.2 874 1/25/2022
2.0.1 393 1/21/2022
2.0.0 644 1/13/2022
1.0.0 403 1/13/2022

Add optional description for ParetoPoint instead of fixed one + null checks.