Ether.WeightedSelector 1.1.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Ether.WeightedSelector --version 1.1.1
NuGet\Install-Package Ether.WeightedSelector -Version 1.1.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="Ether.WeightedSelector" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ether.WeightedSelector --version 1.1.1
#r "nuget: Ether.WeightedSelector, 1.1.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.
// Install Ether.WeightedSelector as a Cake Addin
#addin nuget:?package=Ether.WeightedSelector&version=1.1.1

// Install Ether.WeightedSelector as a Cake Tool
#tool nuget:?package=Ether.WeightedSelector&version=1.1.1

WeightedSelector.NET lets you assign weights to a set of choices, then make  decisions based on each choice's proportion of the total weight.

This simple concept is useful for machine learning scenarios where choices need to be made based on dynamic factors. Great examples include suggestion engines and game AI.

In one of the examples, we implement a game AI that decides between attacking, fleeing, and casting a heal spell based on a dynamic "fear" factor... In 6 lines of code.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ether.WeightedSelector:

Repository Stars
ptedeschi/NFT.net
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.
Version Downloads Last updated
1.2.0 31,603 4/11/2019
1.1.1 9,231 6/29/2014
1.1.0 1,132 6/29/2014
1.0.0 1,225 6/28/2014

Very minor tweak to the description.