You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal would be to calculate how tired the person is getting from each set, and increase the rest duration (within reason) to adjust for their fatigue.
87.3kg -> 84.7kg -> 82.3kg
4 -> 3 -> 2
320kg -> 240kg -> 160kg
0.8 -> 0.6 -> 0.4
The simplest and probably about as accurate as the rest would be rep loss, so we could say something like: restDuration * (1 - repLoss)
The text was updated successfully, but these errors were encountered:
Yeah keen to just make something and have it as a setting turned off, then we can just test out if its working or not. Rep estimation I did similar stuff and it seems to be almost correct for me.
Rest times could be adjusted based on a formula estimating how hard a set was. My thinking was either:
By loss I mean the difference between the last two sets. E.g. imagine a person last week does:
1:10pm 10x60kg Bench press (warmup ignoring)
1:15pm 4x80kg Bench press
1:20pm 3x80kg Bench press
1:30pm 2x80kg Bench press
The goal would be to calculate how tired the person is getting from each set, and increase the rest duration (within reason) to adjust for their fatigue.
The simplest and probably about as accurate as the rest would be rep loss, so we could say something like:
restDuration * (1 - repLoss)
The text was updated successfully, but these errors were encountered: