|
Does anybody know about the scientifically based computer simulation of the Evolution process on Earth? Have the attempts been made to come up with such simulation, and what is the result?
Started by ablei2000 on
, 16 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
There used to be a great game-like software product, Sim Earth , that was a very sophisticated... .
It must be studied through simulation.
Evolve.shtml
EvoTutor: http://www.evotutor.org/
Simulation of Biological Evolution in Structured on random events.
|
|
Question:
How is computer simulation, typically resource intensive? For instance, Simul8 : a Discrete Event Simulation package - why is this computationally intensive, what factors (calculations) contribute to this?
Started by Aaron on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A simulation can typically involve ....
For example, financial simulations typically run with a monte-carlo simulation with many thousands of runs.
Computer simulation typically runs multiple scenarios rapidly and compare them.
|
|
I'm taking a course in discrete and continuous human-activity based simulation (ie: simulation of a company).
I want to learn physics simulation too, but I won't do that on the course, so I should study it by myself.
So, what book would you recomend me...
Started by eKek0 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are some very good (free) articles on physics simulation at http://www.pixar.com.
simulation models.
|
Ask your Facebook Friends
|
Hi,
Does anybody have any good source of software/tutorial about Genetic Engineering Simulation? Maybe open source software about gene splicing / cloning simulation ?
Thanks
Started by portoalet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I think it would.
That there is no such thing as "serious" genetic engineering simulation software.
|
|
Can anyone recommend good simulation software for mobile devices? I am most interested in Nokia smart phones.
Started by Simon on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I am contemplating porting.
I am talking about emulation rather than simulation.
What kind of simulation software you are looking for!
OK, I am showing my newb-ness with mobile development.
|
|
I've never done any UI programming in python before. What is the best (read most intuitive, easy to use, functional) UI package for python for doing simulations?
I'll be doing a simulation of TSP right now. So I'll have a graph (nodes and edges) where...
Started by Chris on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Such a simulation could be easily coded using:
networkx - for the graph data structures and algorithms.
|
|
I'm looking for a program that will perform schematic capture and mixed-mode (analog and digital) circuit simulation. If it also did PCB layout and routing, that would be a bonus, but not necessary. I currently use an old version of CircuitMaker/TraxMaker...
Started by Jeff Shattock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
KiCad for PCB.
From Linear Technology for simulation.
|
|
Is it possible to generate random numbers through physical process simulation?
If I simulate the physical roll of a dice (i.e. you picking it up, shaking it in your hand, releasing it onto the table and recording which side ends up "up"...) will that ...
Answer Snippets (Read the full thread at stackoverflow):
Say you did use a base pseudo random number generator (PRNG):
Since your simulation directly, without all the extra work! (In fact....
(other than to return way every time.
You would have a complex simulation which really accomplishes nothing.
|
|
I have the following simulation in C for cars in a traffic circle
For example,
7 <space> <enter>
gives more cars to the simulation, while
s1 <enter>
puts a top sign to the incoming road #1.
I want to put the simulation to an internet...
Started by Masi on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want a dynamic simulation, where the cars moves while you watch , you'll need an applet or flash.
|
|
I'm currently writing a process-oriented simulator using JavaSim for an university exam. The simulator itself is working nicely, but I have one major doubt: is there a correct/best way to find the steady state of the simulation in code?
The book I read...
Started by Lck on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The key is that you want your simulation to be independent sample size though to satisfy the normality....
Check out online resources or Law and Kelton, Simulation Modeling and Analysis, for the process of determining steady state.
To this...
|