8000 GitHub - moloneymb/DiffSharp: DiffSharp: Differentiable Functional Programming
[go: up one dir, main page]

Skip to content

moloneymb/DiffSharp

 
 

Repository files navigation

DiffSharp Build Status

This is the development branch of DiffSharp 1.0.0.

You can clone this repository to your machine as follows:

git clone --branch dev https://github.com/DiffSharp/DiffSharp.git
cd DiffSharp

Run tests

Required:

Use the following command in the root directory of this repository:

dotnet test

Build DiffSharp in Docker

Required:

  • Install Docker for your system

Build a Docker image called diffsharp. This will work without any local .NET Core installation and build DiffSharp inside the image.

docker build -t diffsharp .

Use the following to instantiate a Docker container from the diffsharp image and run the tests inside:

docker run --rm diffsharp dotnet test

About

DiffSharp: Differentiable Functional Programming

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 99.6%
  • Other 0.4%
0