Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.12 KB

FractionalMFGs

This repository contains the code used in [A numerical method for fractional Mean Field Games], authored by Ulrik Unneberg and Espen R. Jakobsen.

Installation

This package can be installed using Julia's package manager. To do this, type:

using Pkg;
Pkg.add(PackageSpec(url="https://github.com/tullebulle/FractionalMFGs.jl/"))

Reference

A detailed description of the implementation approach can be found in the mentioned article.

Acknowledgements

This material is in part supported by the Department of Mathematical Sciences at Norwegian University of Science and Technology (NTNU). Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of NTNU.

Build Status Coverage