u-ways / choppa

Team rotation tool based on The Spotify Model.
https://www.choppa.app/
Other
3 stars 1 forks source link

SMR Algorithm Drafting #171

Closed u-ways closed 3 years ago

u-ways commented 3 years ago

Uways & Marin

We looked into several ideas to kickstart the SMR algorithm implementation.

One possible implementation idea documented was the Good Old Fashioned Artificial Intelligence (GOFAI) algorithmic approach using a recursion tree data structure.

image.png

However, this approach comes with several drawbacks such as intensive memory usage and processing time.

The end result is a draft to guide us with future ideas and possible optimisation techniques for a better implementation.

The document for such approach is attached as PDF: SMR Algorithm Drafting - GOFAI