Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AlphaEvolve-MatrixMul-Verification-py

Verification of Google DeepMind's AlphaEvolve 48-multiplication matrix algorithm, a breakthrough in matrix multiplication after 56 years.

Simple Article About AlphaEvolve's Breakthrough

Article Link

Results

Our verification confirms AlphaEvolve's breakthrough and demonstrates:

  1. Correctness: The algorithm produces accurate results for both real and complex matrices
  2. Numerical Stability: Optimized implementation achieves machine precision (error ~10^-16)
  3. Performance: The optimized direct implementation outperforms the tensor-based approach

Requirements

  • Python 3.6+
  • NumPy
  • Requests (for quantum RNG)

Installation

git clone https://github.com/yourusername/AlphaEvolve-MatrixMul-Verification.git
cd AlphaEvolve-MatrixMul-Verification
pip install numpy requests

About

Verification of Google DeepMind's AlphaEvolve 48-multiplication matrix algorithm, a breakthrough in matrix multiplication after 56 years.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages