Redzen 3.0.2
See the version list below for details.
dotnet add package Redzen --version 3.0.2
NuGet\Install-Package Redzen -Version 3.0.2
<PackageReference Include="Redzen" Version="3.0.2" />
paket add Redzen --version 3.0.2
#r "nuget: Redzen, 3.0.2"
// Install Redzen as a Cake Addin #addin nuget:?package=Redzen&version=3.0.2 // Install Redzen as a Cake Tool #tool nuget:?package=Redzen&version=3.0.2
General purpose C# code library.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Redzen:
Package | Downloads |
---|---|
SharpNeatLib
SharpNEAT - Evolution of Neural Networks. |
|
SharpNeat
SharpNEAT - Evolution of Neural Networks. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Redzen:
Repository | Stars |
---|---|
colgreen/sharpneat
SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
|
Version | Downloads | Last updated |
---|---|---|
16.0.0 | 333 | 8/6/2024 |
15.0.0 | 2,025 | 7/22/2023 |
14.0.0 | 1,540 | 1/1/2023 |
13.0.0 | 1,276 | 1/9/2022 |
12.0.0 | 9,602 | 3/14/2021 |
11.0.0 | 3,822 | 8/2/2020 |
10.0.0 | 1,226 | 6/28/2020 |
9.1.3 | 1,269 | 12/30/2021 |
9.1.2 | 1,273 | 11/8/2020 |
9.1.1 | 7,953 | 7/5/2020 |
9.1.0 | 1,089 | 6/14/2020 |
9.0.0 | 2,546 | 4/24/2019 |
8.0.0 | 2,096 | 1/22/2019 |
7.2.3 | 2,252 | 6/23/2018 |
7.2.2 | 1,566 | 6/13/2018 |
7.2.1 | 1,825 | 5/20/2018 |
7.2.0 | 1,560 | 5/19/2018 |
7.1.0 | 1,535 | 5/18/2018 |
7.0.1 | 1,816 | 5/11/2018 |
7.0.0 | 1,776 | 5/10/2018 |
6.0.0 | 1,737 | 5/8/2018 |
5.0.0 | 1,580 | 4/23/2018 |
4.0.0 | 2,324 | 1/27/2018 |
3.0.2 | 8,754 | 4/23/2017 |
3.0.1 | 1,537 | 3/29/2017 |
3.0.0 | 1,565 | 3/29/2017 |
2.0.0 | 1,654 | 3/11/2017 |
1.0.5 | 2,853 | 3/9/2016 |
1.0.4 | 1,846 | 2/14/2016 |
1.0.3 | 1,848 | 2/6/2016 |
1.0.2 | 1,856 | 2/6/2016 |
1.0.1 | 1,826 | 2/5/2016 |
1.0.0.1 | 1,851 | 11/7/2015 |
* Added DiscreteDistributionUtils.SampleWithoutReplacement().
* Added SearchUtils.BinarySearch().
* ZigguratGaussianSampler API changes. Removed mean and standard deviation constructor parameters, and added an overload of NextDouble() that accepts those parameters on each call. If you need an IContinuousDistribution with a given mean and stdDev then define another class that wraps this one.