Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olekscode/montecarlointegration
- Owner: olekscode
- Created: 2018-05-04T12:14:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T01:26:45.000Z (over 6 years ago)
- Last Synced: 2024-10-31T06:42:01.331Z (3 months ago)
- Topics: functional-programming, integration, monte-carlo, numerical-integration, parallel, scala, scalameter
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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