Skip to content

Implements the algorithm in the paper "Exactly-Once Quantity Transfer", by Ali Shiker et al.

Notifications You must be signed in to change notification settings

joseproenca/scalaExactOnce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Exactly-Once Quantity Transfer

This project is a small Scala implementation of the algorithm described in the paper "Exactly-once quantity transfer" by Ali Shoker et al.

It uses Akka actors to represent different agents that communicate with each other to reach a concensus about a global quantity, whereas each agent can be notified of new or consumed resources from the global quantity.

To compile and run the tests you only need sbt, and you just need to type sbt test. This will run the only test in this project in TestAgents.scala, and print the result of 5 rounds of evolution.

About

Implements the algorithm in the paper "Exactly-Once Quantity Transfer", by Ali Shiker et al.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages