Tom's programming logic intrigued me, so I wrote a program to mess around with the numbers (trying out different repetition schemes) and came up with a ranking to see, which repetition combos would yield the biggest increase in a given macro cycle.
The assumption I made, was that each week the lifter strictly only did as many reps as necessary to beat the old maximum (using Wendler's formula), which guaranteed an increase of the old max . The macro cycle was always set to 18 weeks, but the micro cycles varied depending on the rep schemes (for example, using only 1.75 and 0.75 called for 2-week-mini cycles). That and rounding the weights to the next 2.5-interval.
Every macrocycle starts with 100.
Code:
Rank End Max Increase in % Rep Range
1 207.5 108.0 0.75/1.75/
2 207.5 108.0 0.75/
3 205.0 105.0 0.75/1.75/2.75/3.75/4.75/5.75/6.75/
4 205.0 105.0 0.75/1.75/2.75/3.75/4.75/5.75/
5 205.0 105.0 0.75/1.75/2.75/
6 202.5 102.0 1.75/3.75/5.75/
7 202.5 102.0 1.75/2.75/3.75/
8 197.5 98.0 1.75/
9 197.5 98.0 0.75/2.75/4.75/
10 195.0 95.0 0.75/1.75/2.75/3.75/4.75/5.75/6.75/7.75/8.75/9.75/
11 195.0 95.0 0.75/1.75/2.75/3.75/4.75/5.75/6.75/7.75/8.75/
12 195.0 95.0 3.75/
13 195.0 95.0 3.75/5.75/7.75/
14 195.0 95.0 2.75/3.75/4.75/
15 192.5 93.0 0.75/1.75/2.75/3.75/4.75/5.75/6.75/7.75/
16 192.5 93.0 0.75/1.75/2.75/3.75/
17 192.5 93.0 3.75/4.75/5.75/
18 190.0 90.0 2.75/
19 190.0 90.0 5.75/7.75/9.75/
20 190.0 90.0 4.75/6.75/8.75/
21 190.0 90.0 2.75/4.75/6.75/
22 190.0 90.0 4.75/5.75/6.75/
23 187.5 88.0 7.75/
24 187.5 88.0 6.75/
25 187.5 88.0 7.75/8.75/9.75/
26 185.0 85.0 9.75/
27 185.0 85.0 8.75/
28 185.0 85.0 5.75/
29 185.0 85.0 4.75/
30 185.0 85.0 5.75/6.75/7.75/
31 177.5 77.0 6.75/7.75/8.75/
It's probably quite useless for anything, but I thought it was interesting to see what kind of numbers MIGHT emerge from using different repetition combos. What surprised me to see was that the 5s (or 4.75, mathematically speaking) didn't do very favorably in this game of numbers, at least compared to the other rep combos.
Bookmarks