ParetoPropertiesCalculation 6.5.1

Suggested Alternatives

ParetoCalculation

Additional Details

The new package is much more light weight, robust and performant. Also it's foundation (Pareto.Core) is a lot smoother to utilize.

dotnet add package ParetoPropertiesCalculation --version 6.5.1
                    
NuGet\Install-Package ParetoPropertiesCalculation -Version 6.5.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="ParetoPropertiesCalculation" Version="6.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ParetoPropertiesCalculation" Version="6.5.1" />
                    
Directory.Packages.props
<PackageReference Include="ParetoPropertiesCalculation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ParetoPropertiesCalculation --version 6.5.1
                    
#r "nuget: ParetoPropertiesCalculation, 6.5.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.
#addin nuget:?package=ParetoPropertiesCalculation&version=6.5.1
                    
Install ParetoPropertiesCalculation as a Cake Addin
#tool nuget:?package=ParetoPropertiesCalculation&version=6.5.1
                    
Install ParetoPropertiesCalculation as a Cake Tool

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.

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 ParetoPropertiesCalculation:

Package Downloads
RadiationTreatmentPlanner.Repositories

A project that contains ParetoRepository, TcpNtcpParameterConfigRepository and UPatientRepository for storing objects at runtime.

GitHub repositories

This package is not used by any popular GitHub repositories.

Update dependencies + remove unused property.