Tagged Questions
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. [Wikipedia]
32
votes
22answers
9k views
Writing A “Conway's Game of Life” Program
Alright, so I've always wanted to write myself a nice little Game of Life program where you could play with the rules and adjust the number of cells and such; I've just never really had the time to ...
29
votes
10answers
8k views
Simulator or Emulator? What is the difference?
While I understand what Simulation and Emulation mean in general, I ,almost always, get confused about them. Assume that I create a piece of software that mimics an existing hardware/software, what ...
22
votes
14answers
7k views
source of historical stock data
I'm trying to make a stock market simulator (perhaps eventually growing into a predicting AI), but I'm having trouble finding data to use. I'm looking for a (hopefully free) source of historical stock ...
16
votes
6answers
237 views
How to make virtual organisms learn using neural networks?
I'm making a simple learning simulation, where there are multiple organisms on screen. They're supposed to learn how to eat, using their simple neural networks. They have 4 neurons, and each neuron ...
16
votes
2answers
911 views
Open source, pure Java physics / dynamics library
I'm looking for a lightweight, pure Java physics engine to do some simulations for robotic motion control.
My requirements:
Rigid body physics
Joint constraints and forces
Convex object collision ...
15
votes
14answers
966 views
How can I make sure N threads run at roughly the same speed?
I'm toying with the idea of writing a physics simulation software in which each physical element would be simulated in its own thread.
There would be several advantages to this approach. It would be ...
14
votes
8answers
831 views
What are some algorithms that will allow me to simulate planetary physics?
I'm interested in doing a "Solar System" simulator that will allow me to simulate the rotational and gravitational forces of planets and stars.
I'd like to be able to say, simulate our solar system, ...
12
votes
5answers
1k views
How to simulate OutOfMemory exception
I need to refactor my project in order to make it immune to OutOfMemory exception.
There are huge collections used in my project and by changing one parameter I can make my program to be more ...
12
votes
11answers
8k views
What's the difference between emulation and simulation?
In simple understandable terms, what is the difference between the two terms?
[I have already looked at this, this and this]
12
votes
4answers
861 views
Stochastic calculus library in python
I am looking for a python library that would allow me to compute stochastic calculus stuff, like the (conditional) expectation of a random process I would define the diffusion. I had a look a at simpy ...
12
votes
4answers
519 views
Are there any programs that can simulate an unstable network connection?
We need to simulate an unstable network connection to try to debug some connectivity issues in our server/client application and I was wondering if there are any programs out there that can simulate ...
12
votes
8answers
824 views
Robot simulation environments
I would like to make a list of remarkable robot simulation environments including advantages and disadvantages of them. Some examples I know of are Webots and Player/Stage.
12
votes
14answers
4k views
bandwidth and traffic simulator for web apps?
hi there :P
can you suggest how to create a test enviroment to simulate various types of bandwidths and traffic in a web app ?
Or maybe a program open source wich does this against localhost ?
I ...
11
votes
3answers
365 views
Cell-Based Liquid Simulation: Local pressure model?
I'm attempting to add semi-realistic water into my tile-based, 2D platformer. The water must act somewhat lifelike, with a pressure model that runs entirely local. (IE. Can only use data from cells ...
10
votes
5answers
519 views
How does functional programming apply to simulations?
How do functional programmers and functional languages approach the domain of simulations, which seem to be most naturally handled by object-oriented languages? Are there open-source examples of ...
10
votes
16answers
779 views
Advice on starting a large multi-threaded programming project
My company currently runs a third-party simulation program (natural catastrophe risk modeling) that sucks up gigabytes of data off a disk and then crunches for several days to produce results. I will ...
10
votes
7answers
944 views
Experiences with Test Driven Development (TDD) for logic (chip) design in Verilog or VHDL
I have looked on the web and the discussions/examples appear to be for traditional software development. Since Verilog and VHDL (used for chip design, e.g. FPGAs and ASICs) are similar to software ...
10
votes
4answers
1k views
Just how good is VTK?
I have heard some good reviews oF Visualization ToolKit(VTK) from developers. But, exactly how powerful is it? For example, can it handle visualization of an entire oil reservoir (in a simulator) with ...
10
votes
6answers
3k views
Best Game network programming articles and books [closed]
What are good resources for the latest in Game network programming. I'm looking for something that's not the traditional business software network programming, talking about RPC and clients making ...
10
votes
9answers
2k views
Algorithms for Simulating Fluid Flow
I've got a game idea that requires some semi-realistic simulation of a fluid flowing around various objects. Think of a pool of mercury on an irregular surface that is being tilted in various ...
9
votes
4answers
310 views
Understanding the motion of a disk using two static switches
This is a major re-write of the original question, I tried to clarify those points that were evidently confusing for some in my first version of the question. Thanks for the input in helping formulate ...
9
votes
4answers
2k views
Soccer simulation for a game
I would like to build a simulation engine which can simulate a soccer (association football) match. It would be cool great if you could help me. What is important to me is to decide which actions ...
8
votes
2answers
321 views
How to cheaply simulate water on iOS?
First off, I'm not thinking about that.
I was wondering how to make a simple simulation of a waterfall onto some dunes on the iPhone.
It turns out several people tackled the issue of moving water, ...
8
votes
2answers
694 views
agent-based simulation: performance issue: Python vs NetLogo & Repast
I'm replicating a small piece of Sugarscape agent simulation model in Python 3. I found the performance of my code is ~3 times slower than that of NetLogo. Is it likely the problem with my code, or ...
8
votes
4answers
344 views
What content have you made/seen made using procedural techniques
Hey S.O. guys,
I was looking at some study i have to do in the future to do with procedural generation techniques and i was wondering what type of content you have:
Developed
Helped Develop
Seen ...
8
votes
7answers
1k views
Is a functional language a good choice for a Flight Simulator? How about Lisp?
I have been doing object-oriented programming for a few years now, and I have not done much functional programming. I have an interest in flight simulators, and am curious about the functional ...
7
votes
6answers
255 views
How would one programmatically simulate lower processor frequencies?
I'm interested in running a program at a specific frequency (like 25MHz) on my 2GHz+ processor. The only method I can think of for doing something like this is using a microsecond precision sleep ...
7
votes
3answers
3k views
iPhone Browser simulator for Windows?
Note: This is a question about simulating the Browser on the iPhone, not simulating the whole device. I know that iPhone-device simulation is not possible on Windows, as discussed at length here.
I ...
7
votes
4answers
414 views
Algorithms for City Simulation?
I want to create a city filled with virtual creatures.
Say like Sim City, where each creature walks around, doing it's own tasks.
I'd prefer the city to not 'explode' or do weird things -- like the ...
7
votes
5answers
608 views
factory floor simulation
I would like to create a simulation of a factory floor, and I am looking for ideas on how to do this. My thoughts so far are:
• A factory is a made up of a bunch of processes, some of these ...
7
votes
10answers
2k views
Are there any open-source military/war strategy simulating engines/frameworks?
Are there any open-source military/war strategy simulating engines or frameworks? Combat rules engines or weapon selection guides? I'm looking for something similar to a military strategy "unit ...
7
votes
3answers
2k views
3D Engine for Driving Simulation
Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or something more ...
7
votes
5answers
1k views
Is Hadoop right for running my simulations?
have written a stochastic simulation in Java, which loads data from a few CSV files on disk (totaling about 100MB) and writes results to another output file (not much data, just a boolean and a few ...
7
votes
1answer
5k views
How to Build a Sensor Simulator for Android?
I am building a application for the Android platform and I would like to use the accelerometer. Now, I have found a very nice application for sensor simulation (OpenIntents' SensorSimulator) but, for ...
6
votes
2answers
113 views
Editing/Updating Graphs in Haskell
I'm using a Data.Graph Graph to model a simulation in Haskell. The simulation is limited to a 2D grid which my graph models. A node at each point on the grid below will contain a Maybe Molecule type ...
6
votes
2answers
135 views
What is the best architecture for this simulator?
I have to make a simulator in Java, which will simulate car riding on highway. There should be 3 lanes on highway, in every lane there are cars with constant speed. On this highway, there is one ...
6
votes
5answers
220 views
Ant simulation: it's better to create a Process/Thread for each Ant or something else?
The simple study is:
Ant life simulation
I'm creating an OO structure that see a Class for the Anthill, a Class for the Ant and a Class for the whole simulator.
Now I'm brainstorming on "how to" ...
6
votes
6answers
272 views
Getting Started With Traffic Simulation in JavaScript
I am going to be asking a lot of questions in the upcoming months. For my ninth grade science fair project I would like to create a traffic simulator in order to test whether or not interconnected ...
6
votes
8answers
698 views
What's the best language for physics modeling?
I've been out of the modeling biz, so to speak, for a while now. When I was in college, most of the models I worked with were written in FORTRAN, which I never liked. I'm looking to get back into ...
6
votes
2answers
149 views
Parallel loops and Random produce odd results
I just started playing with the Task Parallel Library, and ran into interesting issues; I have a general idea of what is going on, but would like to hear comments from people more competent than me to ...
6
votes
4answers
999 views
How to throttle network traffic for environment simulation? [closed]
I'm trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...
6
votes
2answers
232 views
Materials science for game programming
Does anybody know of a good resource for programming the behaviors of various materials interacting?
Game programming physics resources usually cover collision detection, momentum, intertia, etc., ...
6
votes
2answers
2k views
Testing Windows 7 multitouch on a dev machine without multitouch?
Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during runtime.
This is for ...
6
votes
2answers
547 views
How to use multicores in Ocaml to do Monte Carlo simulations?
Ocaml process can use just one core and in order to use multiple cores I have to run several processes.
Are there any Ocaml frameworks to use to parallelize Monte Carlo simulations?
6
votes
4answers
5k views
Simple simulations for Physics in Python?
I would like to know similar, concrete simulations, as the simulation about watering a field here.
What is your favorite library/internet page for such simulations in Python?
I know little Simpy, ...
6
votes
6answers
2k views
Suggestions for Python debugging tools?
Yesterday I made a simulation using Python. I had a few difficulties with variables and debugging.
Is there any software for Python, which provides a decent debugger?
Related question: What is the ...
6
votes
3answers
273 views
Stubbing functions in simulations
I'm working on an embedded C project that depends on some external HW. I wish to stub out the code accessing these parts, so I can simulate the system without using any HW. Until now I have used some ...
5
votes
2answers
329 views
Using Blender for physics simulations (coding based on the simulation?)
I've been looking at different ways of creating a certain physics simulation. What I am trying to do is to 3D model the motion of a body under the effects of various forces over time. I was ...
5
votes
3answers
168 views
Software simulation of a quantum computer
While we are waiting for our quantum computers, is it possible to write a software simulation of one? I suspect the answer is no, but hope the reasons why not will throw some light on the mystery.
5
votes
1answer
409 views
Troubleshooting R mapper script on Amazon Elastic MapReduce - Results not as expected
I am trying to use Amazon Elastic Map Reduce to run a series of simulations of several million cases. This is an Rscript streaming job with no reducer. I am using the Identity Reducer in my EMR call ...