Update Notes on using Lem's algorithm interface authored by Peter Menegay's avatar Peter Menegay
...@@ -23,7 +23,7 @@ The exact error you get before upgrading Python is: ...@@ -23,7 +23,7 @@ The exact error you get before upgrading Python is:
Also had to `pip install loguru` in my Python 3.10. This is not critical, as Lem pointed out, because you can always just remove the logging (a single line in the algorithms.py code). Also had to `pip install loguru` in my Python 3.10. This is not critical, as Lem pointed out, because you can always just remove the logging (a single line in the algorithms.py code).
Thereafter everything worked fine. This discussion will now focus on the details of integrating custom algorithms [custom_algo.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147) with the interface, [algorithms.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147). Thereafter everything worked fine. This discussion will now focus on the details of integrating custom algorithms [custom_algo.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147) with the interface, [algorithms.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/146).
<h2>Pre-existing Algorithms</h2> <h2>Pre-existing Algorithms</h2>
... ...
......