(no title)
LightMachine | 1 year ago
https://x.com/VictorTaelin/status/1819774880130158663
That's as much as I can share for now though
LightMachine | 1 year ago
https://x.com/VictorTaelin/status/1819774880130158663
That's as much as I can share for now though
smusamashah|1 year ago
LightMachine|1 year ago
It works by enumerating ALL possible functions and running them. Obviously, that naive approach is exponential, so, the entire point is whether we can apply some clever tricks (based on optimal evaluators) to make this search "slightly less intractable".
So, to answer your question directly: if you asked it to design a prime number generator, if it found anything at all, it would probably be a simple, slow trial-and-error algorithm, or something in these lines.
pyinstallwoes|1 year ago
Why compute anything more than once? Find by identity and reuse.
This then opens up interesting things when applied in a network that can optimize pathing (like an internet, DHT-like overlay).
YeGoblynQueenne|1 year ago
https://x.com/VictorTaelin/status/1819208143638831404/photo/...
What's the highlighted program (?) on line 1875997?