ApproximateOptimization 2.0.59
dotnet add package ApproximateOptimization --version 2.0.59
NuGet\Install-Package ApproximateOptimization -Version 2.0.59
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="ApproximateOptimization" Version="2.0.59" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ApproximateOptimization" Version="2.0.59" />
<PackageReference Include="ApproximateOptimization" />
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 ApproximateOptimization --version 2.0.59
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ApproximateOptimization, 2.0.59"
#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.
#:package ApproximateOptimization@2.0.59
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ApproximateOptimization&version=2.0.59
#tool nuget:?package=ApproximateOptimization&version=2.0.59
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Approximate Optimization
Simulated annealing combined with gradient ascent search.
This simple heuristic optimizer finds a solution expressed as an array of numbers where a function can be provided telling the optimizer how good any particular array of numbers is. It rarely finds accurate solutions but for many problems they are "accurate enough".
Details: https://github.com/krzyszsz/ApproximateOptimization
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.59 | 1,083 | 6/25/2023 |
| 2.0.58 | 323 | 6/10/2023 |
| 2.0.57 | 315 | 5/12/2023 |
| 2.0.56 | 312 | 5/11/2023 |
| 2.0.55 | 317 | 5/11/2023 |
| 2.0.54 | 311 | 5/11/2023 |
| 2.0.53 | 306 | 5/10/2023 |
| 2.0.52 | 300 | 5/9/2023 |
| 2.0.51 | 316 | 5/9/2023 |
| 2.0.50 | 303 | 5/9/2023 |
| 2.0.49 | 314 | 5/8/2023 |
| 2.0.48 | 281 | 5/8/2023 |
| 2.0.47 | 286 | 5/8/2023 |
| 2.0.46 | 459 | 1/28/2023 |
| 2.0.44 | 509 | 11/5/2022 |
| 2.0.43 | 575 | 10/10/2022 |
| 2.0.42 | 590 | 9/24/2022 |
| 2.0.41 | 592 | 9/19/2022 |
| 2.0.40 | 571 | 9/19/2022 |
| 2.0.39 | 604 | 9/11/2022 |
Loading failed