Update Notes on using Lem's algorithm interface authored by Peter Menegay's avatar Peter Menegay
Lem provided an algorithms.py (the interface) and custom_algo.py (user implementation of their algorithms). I added some algorithms to custom_algo.py and made a couple of suggested changes to algorithms.py. We will discuss these here, among other things. Lem provided an algorithms.py (the interface) and custom_algo.py (user implementation of their algorithms). I added some algorithms to custom_algo.py and made a couple of suggested changes to algorithms.py. We will discuss these here, among other things.
Both these files are located in the snippets:
[algorithms.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/146)
[custom_algo.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147)
<h2>Administrative Details</h2> <h2>Administrative Details</h2>
I had to upgrade my version of Python from 3.8.10 to 3.10.11 (Windows) to support supscripted types, eg: I had to upgrade my version of Python from 3.8.10 to 3.10.11 (Windows) to support supscripted types, eg:
... ...
......