OPTANO.Algorithm.Tuner 2.1.0.238

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.1
dotnet add package OPTANO.Algorithm.Tuner --version 2.1.0.238
NuGet\Install-Package OPTANO.Algorithm.Tuner -Version 2.1.0.238
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="OPTANO.Algorithm.Tuner" Version="2.1.0.238" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OPTANO.Algorithm.Tuner --version 2.1.0.238
#r "nuget: OPTANO.Algorithm.Tuner, 2.1.0.238"
#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 OPTANO.Algorithm.Tuner as a Cake Addin
#addin nuget:?package=OPTANO.Algorithm.Tuner&version=2.1.0.238

// Install OPTANO.Algorithm.Tuner as a Cake Tool
#tool nuget:?package=OPTANO.Algorithm.Tuner&version=2.1.0.238

Version 2.1.0 (2021-11-12)

Changes:

  • Feature: Introduce addFinalIncumbentGeneration parameter to control a potential final incumbent generation.
    • By using a random subset of instances per generation, the current incumbent genome does not need to be stricly better than its predecessor. For example, the current incumbent genome may outperform its predecessor on the current instance set, but perform worse on all provided training instances.
    • While using a random subset of instances per generation to avoid overfitting is still recommended, adding a final incumbent generation ensures that OPTANO Algorithm Tuner always returns the fittest incumbent genome.
    • If the final incumbent generation is enabled, the last regular generation is followed by a generation, in which all incumbent genomes get evaluated on all provided training instances within a single mini tournament. The number of additional evaluations is kept low by caching previous results and applying racing, if enabled.
  • Feature: Rename addDefaultGenome parameter to addDefaultGenomeToFirstGeneration and introduce addDefaultGenomeToFinalIncumbentGeneration parameter to differentiate the potential insertion of a default genome into the corresponding generation.
  • Feature: Introduce RacingRunEvaluatorBase to support the implementation of custom racing strategies.
  • Feature: Introduce --tertiaryTuneCriterion parameter in exemplary Gurobi adapter to flexibly control the adapter's tuning metric. Valid criterions are MipGap, BestObjective, BestObjectiveBound and None, disabling the tertiary tune criterion.
  • Documentation: Add prepared Excel file to documentation to estimate a rough upper bound for the overall tuning runtime.
  • Improvement: Extend logging information by date in addition to time.
Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.1.0.238 331 11/12/2021
2.0.0.232 275 5/4/2021
1.0.0.218 308 3/25/2021
0.9.1.183 499 10/16/2020
0.9.0.136 534 5/29/2020