Simulation.Aivika
3.0.15.1
See the version list below for details.
dotnet add package Simulation.Aivika --version 3.0.15.1
NuGet\Install-Package Simulation.Aivika -Version 3.0.15.1
<PackageReference Include="Simulation.Aivika" Version="3.0.15.1" />
paket add Simulation.Aivika --version 3.0.15.1
#r "nuget: Simulation.Aivika, 3.0.15.1"
// Install Simulation.Aivika as a Cake Addin #addin nuget:?package=Simulation.Aivika&version=3.0.15.1 // Install Simulation.Aivika as a Cake Tool #tool nuget:?package=Simulation.Aivika&version=3.0.15.1
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 | 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 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.
The initial release of the package.