Skip to content
Snippets Groups Projects
Commit a09220d5 authored by E. Madison Bray's avatar E. Madison Bray
Browse files

[refactoring][#1] split the baseline recsystem in a RenewalRecsystem baseclass

the base class implements the low-level (e.g. websocket client) functionality,
a basic CLI, basic RPC methods (actually just 'ping' for the moment)

the BaselineRecsystem need only implement the initialize() method and the
remaining RPC methods, as well as slightly extend main() to add the --mode
option

contestants may either subclass RenewalRecsystem to start with bare functionality
and build up from scratch, though they may be able to get started quicker by
subclassing BaselineRecsystem and modifying it (especially the recommend() method)
with their algorithms
parent d224db97
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment