The Wayback Machine - https://web.archive.org/web/20220710045041/https://github.com/topics/simulation-framework
Skip to content
#

simulation-framework

Here are 187 public repositories matching this topic...

Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist).

  • Updated Jun 22, 2022
  • Python
Datseris
Datseris commented Jul 3, 2022

I think our walk!(agent, rand, model) is an unintuitive function, with also less power than possible. When I think of a random walk, I would think that I provide a radius to a function, and the agent takes a step with distance as much as the radius, but random direction.

Our function doesn't allow for this. So, I propose that we implement a randomwalk! function with specification:

enhancement good first issue continuous rng

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples

  • Updated Jul 7, 2022
  • Java
Open

Tests

flaport
flaport commented Oct 14, 2019

The library needs tests to prevent bugs. This library uses pytest as test suite, which is by far the most user friendly test-suite for Python. This is great, because this means anyone can add tests; it's super easy! Moreover, it makes you acquainted with the code, which is why it's labeled a good first issue.

When adding tests, keep the following in mind:

good first issue

Power analysis is essential to optimize the design of RNA-seq experiments and to assess and compare the power to detect differentially expressed genes. PowsimR is a flexible tool to simulate and evaluate differential expression from bulk and especially single-cell RNA-seq data making it suitable for a priori and posterior power analyses.

  • Updated Jul 15, 2021
  • R

Improve this page

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

Learn more