Info
Version: | 1.1.0 |
Author(s): | Alastair Wyse |
Last Update: | Thursday, April 27, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alastairwyse/MathematicsModularFramework/ |
NuGet Url: | https://www.nuget.org/packages/MathematicsModularFramework |
Install
Install-Package MathematicsModularFramework
dotnet add package MathematicsModularFramework
paket add MathematicsModularFramework
MathematicsModularFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- FrameworkAbstraction(>= 1.6.0)
- ApplicationLogging(>= 1.4.0.1)
- ApplicationMetrics(>= 1.5.0)
Tags
It allows the packaging of a program unit that performs a mathematical function into a 'module', which has strongly defined and typed inputs and outputs. The outputs of modules can then be linked to the inputs of other modules to form a directed graph (known as a 'module graph') which defines the workflow. The hierarchy implicit in the module graph allows the workflow to be executed automatically in order of dependency when processed. Workflows can also be serialized to and from XML documents, and hence written to and read from persistent storage (file, database, network, etc...).
MMF was created primarily for financial maths and machine learning, but works with any data types in the .NET framework (including custom classes defined in an application or framework), and hence is suitable for any application where workflows must be flexibly defined at runtime.