Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olekscode/montecarlointegration

Scala implementation of sequential and parallel Monte Carlo method for computing a deterministic numerical integration of functions
https://github.com/olekscode/montecarlointegration

functional-programming integration monte-carlo numerical-integration parallel scala scalameter

Last synced: 29 days ago
JSON representation

Scala implementation of sequential and parallel Monte Carlo method for computing a deterministic numerical integration of functions

Awesome Lists containing this project

README

        

# Monte Carlo method for numeric integration

1. Sequential implementation
2. Parallel implementation using the _parallel_ construct
3. Measurement and analysis of the obtained speedup using ScalaMeter