bubakazouba / autoauto

1 stars 0 forks source link

Ordering cycles found in markov chain and determining number of repetitions #3

Closed asultan123 closed 3 years ago

asultan123 commented 3 years ago

The current implementation of the markov model can easily find cycles but cannot determine which cmd in the cycle is actually the start. To alleviate this, cycles can be ordered based on which command appears first in the action sequence. Additionally, there's no indication as to how many times a selected cycle will be repeated. That should be inferred from the length of the target column/row in a google sheet if the user is attempting to automate filling it. It should also be something the user can just plug in.

bubakazouba commented 3 years ago

number of repetitions is low priority, we'll always ask the user for number of repetitions.

Unless it's super easy to do ignore