Sabitlenmiş Tweet
Wolfram Physics Project
325 posts

Wolfram Physics Project
@wolframphysics
An approach to the fundamental theory of physics. A research initiative of the Wolfram Institute @wolframinst
Katılım Nisan 2020
4 Takip Edilen18.6K Takipçiler
Wolfram Physics Project retweetledi

Wolfram @stephen_wolfram might be onto something here😁
WOLFRAM PHYSICS in motion: Two competing feeders and and a predator. Everything here is a hypergraph...including the environment.
We visualize a synthetic micro-ecosystem built on computational irreducibility, hypergraph rule-flow & emergent geometry. Inspired by the Wolfram Physics Project's quest for a "Theory of Everything".
The full 1750 line python code is available to Gold members on YouTube upon request.
@WolframResearch
#WolframPhysics #TheoryOfEverything #ComputationalUniverse
English

Only two months left to apply for Wolfram Summer School 2025! This is an awesome opportunity to spend three focused weeks in Boston, working together with talented peers to deliver a computational project. Apply today for the very competitive physics track
education.wolfram.com/summer-school/…
English

Applications now open for the Wolfram Summer School physics track! Join us for an amazing three weeks in Boston June 22 - July 11: education.wolfram.com/summer-school/…
English

[wip] growing organisms using hypergraph rewriting
I'm exploring generating organisms using string forces and I was wondering about which class of algorithms could be used to generalize the growth of such structures. I wanted a system which can produce a wide variety of outputs, while allowing for stable and controlled growth.
That's when I thought about Stephen Wolfram (yes again) Physics Project, which proposes to explore a solution to the fundamental theory of physics using a hypergraph rewriting system (wolframphysics.org)
TLDR; Growth of graphs using simple permutation rules. It's similar to cellular automata but for graphs. Could be what I'm looking for.
I started to experiment with this system to grow my organisms, and it's definitely a promising approach!
Below is a video of the following rules applied to an initial {{0,0},{0,0}} graph:
rand() < 0.15
? {{x,y},{x,z}}->{{x,y},{x,w},{y,w},{z,w}}
: {{x,y},{x,z}}->{{x,w},{y,w},{z,w}}
There's a lot of areas to improve this exploration, notably:
- localization of rules (instead of applying a same rule to the whole system, let each node have its own rules)
- spawn control rules (when a new node is created, a rule can define which rules will be applied to such node)
- mutation rules (rules which alter rules of adjacent nodes)
- conditional rules (many rules can be attached to a node, the one being executed subject to localized conditions)
Super exciting, will certainly be the basis of my next project.
English
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi

Stephen Wolfram has attempted to develop a theory of everything using hypergraphs. Recently, @getjonwithit used hypergraphs to describe what happens if a black hole accretes matter & claims that evidence for hypergraphs should be observable.
youtube.com/watch?v=qMjIuR…

YouTube
English
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi

Shameless plug following the recent limelight from @skhd's video: these are the two most in-depth interviews I've (so far) done regarding our work. Links in reply.
One with Mark Jeffery (more technical) from 2022.
One with Curt Jaimungal (more philosophical) from this year.


English
Wolfram Physics Project retweetledi

You've been asking me for years to talk about Stephen Wolfram's theory of everything, so here we go at last.
youtube.com/watch?v=-yzdjz…

YouTube
English
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi
Wolfram Physics Project retweetledi

Work on infrageometry continues. Join our live science session happening now: youtube.com/live/tyUp8Xb28…

YouTube
English
Wolfram Physics Project retweetledi

If you like gravity and hypergraph rewriting join our
project presentation livestream starting shortly:
youtube.com/live/wNITcSrYU…

YouTube
English
Wolfram Physics Project retweetledi

Successful CUDA implementation of the Barnes-Hut algorithm working within Mathematica by @richardassar Testing on a 2D graph layout technique, ForceAtlas2: liacs.leidenuniv.nl/~takesfw/pdf/e…
English
Wolfram Physics Project retweetledi

@dazkins @realGeorgeHotz @kylejohnmorris @AGIHouseSF @wolframphysics yessir, some interesting connections between wolfram physics and matrix operation optimizations by way of graph rewriting
English

@Antialcidas @khoomeik @realGeorgeHotz @kylejohnmorris @AGIHouseSF A Project to Find the Fundamental Theory of Physics by Stephen Wolfram. wolframphysics.org/technical-intr…
English

late night talks abt graph rewrites in tinygrad & cuda w the legendary @realGeorgeHotz and @kylejohnmorris at @AGIHouseSF

English
