Simulation.Aivika 3.1.16

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

// Install Simulation.Aivika as a Cake Tool
#tool nuget:?package=Simulation.Aivika&version=3.1.16

Aivika for .NET is a multi-paradigm simulation library, a port of the Haskell library of the same name and created by the same author.

The main idea is that many simulation activities can actually be represented as abstract computations. Functional programming has a developed apparatus for creating such computations, combining them, reasoning about them and so on. This is monads, streams, arrows etc. It is important that F# provides an easy-to-use syntactic sugar for working with such computations, which is a clue to practical usability of the method.

Product 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. 
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 (2)

Showing the top 2 NuGet packages that depend on Simulation.Aivika:

Package Downloads
Simulation.Aivika.Charting

The charting components allow visualizing the results of simulation on Windows. You can plot the deviation chart, histogram, time series and XY chart.

Simulation.Aivika.Charting.Gtk

The charting components allow visualizing the results of simulation on Linux and OS X. You can plot the deviation chart, histogram, time series and XY chart.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.17 1,659 1/5/2016
3.1.16 1,459 7/13/2015
3.0.15.1 1,007 5/9/2015
3.0.15 1,010 5/9/2015

A new version of the package.