Skip to content
#

simulations

Here are 381 public repositories matching this topic...

mbruna
mbruna commented Jun 4, 2021

I am trying to use the "accesses" keyword in the function savename to choose only a selection of keys for the file name. While I have no issues with the "ignores" keyword, I can't get it to work with "accesses". This is how I call the function:
name = savename(Params, "eps"; sigdigits = 3, accesses = ["δ", "phi", "v0"])
which does give me the following error:
`ERROR: MethodError: no method ma

SMPyBandits

🔬 Research Framework for Single and Multi-Players 🎰 Multi-Arms Bandits (MAB) Algorithms, implementing all the state-of-the-art algorithms for single-player (UCB, KL-UCB, Thompson...) and multi-player (MusicalChair, MEGA, rhoRand, MCTop/RandTopM etc).. Available on PyPI: https://pypi.org/project/SMPyBandits/ and documentation on

  • Updated May 25, 2021
  • Jupyter Notebook

Scientific Computing for Chemists text for teaching basic computing skills to chemistry students using Python, Jupyter notebooks, and the SciPy stack. This text makes use of a variety of packages including NumPy, SciPy, matplotlib, pandas, seaborn, NMRglue, SymPy, scikit-image, and scikit-learn.

  • Updated Jun 21, 2021
  • Jupyter Notebook
JBorrow
JBorrow commented Mar 20, 2018

Hi possible contributors!

Something that would make for a great first issue is to download and compile SWIFT, and then check out the examples and try running a few. The majority of these examples currently use python2 scripts for initial conditions generation and analysis; it would be great if you could upgrade these to use python3 instead.

Thanks!

Improve this page

Add a description, image, and links to the simulations 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 simulations topic, visit your repo's landing page and select "manage topics."

Learn more