djbarrow/fundamental
Software to look for interrelationships between constants and find formulas for number sequences
This program helps scientists and researchers uncover hidden mathematical relationships between fundamental physical constants. You input a set of constants, and it outputs potential formulas connecting them, which can then be rigorously tested. It's designed for physicists, mathematicians, and anyone exploring the underlying structure of the universe.
Use this if you are a scientist or researcher looking for novel mathematical equations that precisely describe relationships between fundamental constants, beyond traditional curve fitting.
Not ideal if you need to analyze large datasets with high performance or require loop-finding capabilities, as these features are unstable.
Stars
19
Forks
3
Language
C
License
GPL-2.0
Category
Last pushed
Mar 05, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/djbarrow/fundamental"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
trevorstephens/gplearn
Genetic Programming in Python, with a scikit-learn inspired API
google/pyglove
Manipulating Python Programs
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization...
nnaisense/evotorch
Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
esa/pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the...