Questions tagged [simulation]
Simulation is the imitation of some real thing, state of affairs, or process. The act of simulating something generally entails representing certain key characteristics or behaviours of a selected physical or abstract system.
376 questions
0 votes
0 answers
57 views
Сreating a digital twin of the enterprise
I am creating a program to create digital twins of enterprises. I am using the Simpy framework for this purpose. I'm creating a universal system that can model almost any enterprise, but I have a ...
0 votes
0 answers
49 views
Mediation analysis using AFT
I have this R code for mediation analysis based on AFT. Can someone take a look? https://github.com/cristianricciwork-commits/aft-mediation..git I suggest to take a look at the .pptx (there are ...
12 votes
4 answers
1k views
Simple mutation simulation for use in science class
I've been giving my grade tens an introduction to computational phylogenomics, based around computing dissimilarity between DNA strands, and a simplified model of mutation. They've been exploring how ...
5 votes
2 answers
556 views
The Random Skipping Sequential (RSS) Monte Carlo algorithm
Research paper: The Random Skipping Sequential (RSS) Monte Carlo algorithm The main algorithm described in the given link is a Random Skipping Sequential Monte Carlo Algorithm (RSS Algorithm) ...
2 votes
1 answer
194 views
Java program for calculating probabilities of die combinations in Yatzy
Yatzy Yatzy is a dice rolling game where players aim to get particular die combinations. This program counts probability of each such combinations. They are: All five ones, All five twos, Same for ...
1 vote
1 answer
188 views
A web page for running AI vs. AI Connect Four matches with selection of algorithms and search depths
This time, I have prepared this page where a user may select what AI bots will be run in the game of Connect Four. The entire repository is here. Code index.html: <...
3 votes
1 answer
97 views
how to launch multiple processes efficiently
I have a list of car models which I want to simulate by launching multiple instances of an external simulator executable. My application stores the current status of all the cars that are being ...
2 votes
3 answers
228 views
Friendly probability puzzle solved with simulation
A friend posed to me a question to see if I could solve it. He says I solved it appropriately. I was hoping someone here could give me a review of the program I wrote to answer it. I figured it would ...