Pareto 2.2.0
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
<PackageReference Include="Pareto" Version="2.2.0" />
paket add Pareto --version 2.2.0
#r "nuget: Pareto, 2.2.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- MathNet.Numerics (>= 5.0.0)
- MathNet.Spatial (>= 0.6.0)
- OxyPlot.Core (>= 2.1.0)
- System.ValueTuple (>= 4.5.0)
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.
Add optional description for ParetoPoint instead of fixed one + null checks.