While it is already convenient that adding more algorithms requires modifying 2 lines (the imports and the algs dict), it would be nice if we could just store a text file with the list of algorithms, and have the script programmatically pick up the algorithms from that file. In that way all a user needs to do to import their algorithm is append a line of text.
While it is already convenient that adding more algorithms requires modifying 2 lines (the imports and the algs dict), it would be nice if we could just store a text file with the list of algorithms, and have the script programmatically pick up the algorithms from that file. In that way all a user needs to do to import their algorithm is append a line of text.