Redzen 10.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Redzen --version 10.0.0
NuGet\Install-Package Redzen -Version 10.0.0
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="Redzen" Version="10.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Redzen --version 10.0.0
#r "nuget: Redzen, 10.0.0"
#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 Redzen as a Cake Addin
#addin nuget:?package=Redzen&version=10.0.0

// Install Redzen as a Cake Tool
#tool nuget:?package=Redzen&version=10.0.0

General purpose C# code library.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • 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
15.0.0 1,168 7/22/2023
14.0.0 1,410 1/1/2023
13.0.0 1,207 1/9/2022
12.0.0 8,053 3/14/2021
11.0.0 3,527 8/2/2020
10.0.0 1,155 6/28/2020
9.1.3 1,045 12/30/2021
9.1.2 1,216 11/8/2020
9.1.1 6,969 7/5/2020
9.1.0 1,038 6/14/2020
9.0.0 2,450 4/24/2019
8.0.0 2,016 1/22/2019
7.2.3 2,167 6/23/2018
7.2.2 1,507 6/13/2018
7.2.1 1,756 5/20/2018
7.2.0 1,502 5/19/2018
7.1.0 1,472 5/18/2018
7.0.1 1,743 5/11/2018
7.0.0 1,707 5/10/2018
6.0.0 1,658 5/8/2018
5.0.0 1,517 4/23/2018
4.0.0 2,245 1/27/2018
3.0.2 6,833 4/23/2017
3.0.1 1,480 3/29/2017
3.0.0 1,493 3/29/2017
2.0.0 1,595 3/11/2017
1.0.5 2,785 3/9/2016
1.0.4 1,782 2/14/2016
1.0.3 1,796 2/6/2016
1.0.2 1,800 2/6/2016
1.0.1 1,764 2/5/2016
1.0.0.1 1,789 11/7/2015

Target framework changed from netstandard2.0 to netcoreapp3.1 as this makes Span<T> and x86/ARM intrinsics available, and therefore some performance optimizations. This could have been achieved by targeting .NET Standard 2.1, but that target has a limited purpose and scope as the .NET world moves to a unified approach under .NET 5.

This nuget also does not multi target (i.e. it does not maintain compatibility with both .NET Standard 2.0 and netcore); this is done to minimise conditional code compilation and the associated complexity that adds to maintenance and testing, and thus overall quality over time. For .NET Standard 2.0 support consumers of this nuget should continue to use the 9.x releases which will be maintained for that target platform.