Earlier quoted context omitted.
A lot of physics seems unnecessarily expensive to compute. Quantum mechanics suggest we either have nonlocality or exponential blowup, both of which cause simulation challenges. With just classical physics you don’t need to deal with that. On the other hand, there are a lot of things that make physics tractable to compute, such as the +++- metric tensor and other factors forbidding causality violations. A universe wi…
Isn't this all assuming the simulation is running on a "computer" in a universe like ours. Couldn't the universe where the simulation runs be so entirely different to ours that computing all that stuff is just easy.
ALiEn – a GPU-accelerated artificial life simulation program
181–190 of 217 posts
Re: ALiEn – a GPU-accelerated artificial life simulation program
#182Earlier quoted context omitted.
It's more likely than you think: https://en.wikipedia.org/wiki/Simulation_hypothesis
It is impossible to know the likelihood as we have no other points of comparison.
(https://osf.io/ca8se, I'm the author)
Re: ALiEn – a GPU-accelerated artificial life simulation program
#183There's a similar project that runs right in your browser: https://exophysics.net/ It's more simple, and more about physics than biology, but the emergent phenomena are pretty interesting nevertheless. This universe comes the closest to a life simulation: https://exophysics.net/exhibit/mordial.html [based on the Primordial Particle System, https://www.youtube.com/watch?v=makaJpLvbow ]
Pretty cool! I see some rare behaviors like maybe there is a weak magnetic property and certain combinations of particles are more prone to it than others? Trying to rationalize this behavior I see after about a minute where some "molecules" seem to start trailing others.
Re: ALiEn – a GPU-accelerated artificial life simulation program
#184Earlier quoted context omitted.
> The mathematical universe sidesteps this problem. If there is a concise and complete model of the universe, that is sufficient for it to exist. This then leads to how does math exist instead of nothing? Math is a concept, and if concepts exist then that is not "nothing". Many people confuse "nothing" with the vacuum of space and particles appearing out of nowhere. In this case, we have something (space, vacuums, an…
Because nothing is precisely what does exist. But nothing implies something, so my working theory is that nothing's implied opposite something is itself the first thing, then some cellular automata like progression results from similar logical self-reference and down the line our physics (and the entirety of every logical permutation of information n-dimensionally) results from that. A similar conception I've heard i…
Re: ALiEn – a GPU-accelerated artificial life simulation program
#185Re: ALiEn – a GPU-accelerated artificial life simulation program
#186When I was learning to program, I tried to make a toy artificial life evolution simulation. Particle organisms on a 2D plane had 'dna' which was a list of heritable traits, like size, speed, number of offspring. Bigger organisms could eat smaller organisms, but they burn energy faster. 0 energy = death. When two organisms of opposite gender collided and had sufficient energy, they'd give some of their energy split am…
Re: ALiEn – a GPU-accelerated artificial life simulation program
#187Earlier quoted context omitted.
> The mathematical universe sidesteps this problem. If there is a concise and complete model of the universe, that is sufficient for it to exist. This then leads to how does math exist instead of nothing? Math is a concept, and if concepts exist then that is not "nothing". Many people confuse "nothing" with the vacuum of space and particles appearing out of nowhere. In this case, we have something (space, vacuums, an…
What would it look like for math to not exist?
Re: ALiEn – a GPU-accelerated artificial life simulation program
#188Earlier quoted context omitted.
I've written a lot of software against GPUs, albiet some years back. The main challenge was that many of the best libraries had CUDA support (or CuDNN support on top) but not support for other GPU lines' frameworks. Getting CUDA to work well is hard. Not hard on your laptop, not hard on a particular machine but hard to work everywhere when you dont know the target environment beforehand -- there are different OSs, di…
How viable is it to replace CUDA with compute shaders?
Re: ALiEn – a GPU-accelerated artificial life simulation program
#189Re: ALiEn – a GPU-accelerated artificial life simulation program
#190Generalization of Conway's "Game of Life" to a continuous domain - SmoothLife (Stephan Rafler) http://arxiv.org/abs/1111.1567
Video of SmoothLifeL: https://www.youtube.com/watch?v=KJe9H6qS82I