close
The Wayback Machine - https://web.archive.org/web/20210724175203/https://github.com/topics/monte-carlo-methods
Skip to content
#

monte-carlo-methods

Here are 86 public repositories matching this topic...

netket
PhilipVinc
PhilipVinc commented May 11, 2021

This should prevent things like #701
It would be great to generate automatically the list of oldest dependencies with something like

import pkg_resources

package = pkg_resources.working_set.by_key["netket"]

oldest_dependencies = []

for requirement in package.requires():
    dependency = requirement.project_name
    if requirement.extras:
        dependency += '[' + ','.

This repository includes Matlab codes/routines that were used in our manuscript entitled "Importance sampling for a robust and efficient multilevel Monte Carlo estimator for stochastic reaction networks" that can be found in this preprint: https://arxiv.org/abs/1911.06286

  • Updated Jun 28, 2020
  • MATLAB

Improve this page

Add a description, image, and links to the monte-carlo-methods topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the monte-carlo-methods topic, visit your repo's landing page and select "manage topics."

Learn more