This tutorial walks through an example of how to implement ADMM on a blockchain, and complements my Devcon3 talk. Github repository is here
Goal: Use a smart contract to coordinate decentralized optimization¶
This can model federated machine learning or federated optimization problems
We will use the Alternating Direction Method of Multipliers, » Read More