ParetoPropertiesCalculation 6.4.0
The new package is much more light weight, robust and performant. Also it's foundation (Pareto.Core) is a lot smoother to utilize.
See the version list below for details.
dotnet add package ParetoPropertiesCalculation --version 6.4.0
NuGet\Install-Package ParetoPropertiesCalculation -Version 6.4.0
<PackageReference Include="ParetoPropertiesCalculation" Version="6.4.0" />
paket add ParetoPropertiesCalculation --version 6.4.0
#r "nuget: ParetoPropertiesCalculation, 6.4.0"
// Install ParetoPropertiesCalculation as a Cake Addin #addin nuget:?package=ParetoPropertiesCalculation&version=6.4.0 // Install ParetoPropertiesCalculation as a Cake Tool #tool nuget:?package=ParetoPropertiesCalculation&version=6.4.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- MathNet.Numerics (>= 4.15.0)
- Pareto (>= 2.1.0)
- ParetoFrontLineApproximation (>= 1.2.0)
- System.Memory (>= 4.5.4)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- TcpNtcpCalculation.Helpers (>= 4.1.0)
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.
Version | Downloads | Last updated | |
---|---|---|---|
6.5.1 | 518 | 5/30/2022 | |
6.5.0 | 468 | 5/30/2022 | |
6.4.1 | 757 | 5/3/2022 | |
6.4.0 | 513 | 2/23/2022 | |
6.3.0 | 498 | 2/22/2022 | |
6.2.0 | 493 | 2/17/2022 | |
6.1.3 | 503 | 2/15/2022 | |
6.1.2 | 510 | 2/11/2022 | |
6.1.1 | 793 | 2/10/2022 | |
6.1.0 | 506 | 2/9/2022 | |
6.0.1 | 509 | 2/8/2022 | |
6.0.0 | 464 | 2/8/2022 | |
5.0.0 | 497 | 2/7/2022 | |
4.1.0 | 501 | 2/4/2022 | |
4.0.1 | 484 | 2/2/2022 | |
4.0.0 | 485 | 1/27/2022 | |
3.0.0 | 485 | 1/25/2022 | |
2.0.0 | 471 | 1/11/2022 | |
1.0.0 | 977 | 1/8/2022 |
Updated dependencies + diagonal line starts at origin and ends at maximum measured coordinate in a 45 degree angle + removed unused using directives.