Skip to content

Commit

Permalink
Updated to auto-gen nuget files. Removed historical nuget files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian MacKay committed Apr 11, 2019
1 parent f681880 commit f849d26
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Ether.WeightedSelector/Ether.WeightedSelector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.2.0</Version>
<Authors>Brian MacKay, Kinetiq, and other contributors</Authors>
<Company>Kinetiq</Company>
<PackageProjectUrl>https://github.com/kinetiq/Ether.WeightedSelector</PackageProjectUrl>
<RepositoryUrl>https://github.com/kinetiq/Ether.WeightedSelector</RepositoryUrl>
<Description>WeightedSelector.NET lets you assign weights to a set of choices, then make intelligent 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.</Description>
<Copyright>2014-2019</Copyright>
<PackageTags>c# weighted selector selection machine learning ai decision decide</PackageTags>
<PackageReleaseNotes>Updated to .NEt Standard 2 - thanks to Burton Rheutan for the contribution!</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

</Project>
Binary file removed nuGet/Ether.WeightedSelector.1.0.0.nupkg
Binary file not shown.
Binary file removed nuGet/Ether.WeightedSelector.1.1.0.nupkg
Binary file not shown.
Binary file removed nuGet/Ether.WeightedSelector.1.1.1.nupkg
Binary file not shown.

0 comments on commit f849d26

Please sign in to comment.