An analysis need to be done on which algorithms can be implemented in the system, having into account how costly the algorithm is and how frequent it can run. They need to be divided by those factors, and know which ones we can use each time the analyze function is called from the WebSocket.
[ ] There is a proposal with different algorithms analyzed.
[ ] The algorithms are divided by categories, specifying how many resources they need and the frequency.
[ ] Issues are created to code the different algorithms.
An analysis need to be done on which algorithms can be implemented in the system, having into account how costly the algorithm is and how frequent it can run. They need to be divided by those factors, and know which ones we can use each time the analyze function is called from the WebSocket.