martinss
Member
(learning) Difficulty of an algorithm = Number of moves in [WIKI]Logical Turn Metric[/WIKI] ( with [A:B] = ABA', length=2 and with [A,B] = ABA'B', length=2 )
Example : For the main PLL-T algorithm, difficulty=9 LTM moves : R U R' U' R' F R2 U' R' U' R U R' F' = [R, U] [F: [F', R'] [R U' R': (U')] ]
Divide by 2 if it's a mirror/invert of an other algorithm (of the same substep).
Slowness of an algorithm = ( Number of moves in [WIKI]HTM[/WIKI] ) * ( Number of regrips )
Example : For the main PLL-T algorithm, Slowness=14 HTM moves . regrip . look : 14*1*1=14
Efficacity of an algorithm = 1 / ( Slowness * difficulty)
Examples: For the main PLL-T algorithm, Efficacity= 1/126
Mobility of a substep = ( Number of free permutations ) + ( Number of free orientations )
Examples : For the PLL algorithms, Mobility = 0 change. For the OLL algorithms , Mobility = 8 changes. (8 permutations)
Progression of a substep = Permutations/permutable cubies + Orientations/orientable cubies
Example : For the PLL algorithms, progression = 8/20+0/20 = 8/40=1/5
Efficacity of a substep = ( progression/mobility ) * Σ P(alg)*Efficacity(alg)
Example : For the main PLL-T algorithm, difficulty=9 LTM moves : R U R' U' R' F R2 U' R' U' R U R' F' = [R, U] [F: [F', R'] [R U' R': (U')] ]
Divide by 2 if it's a mirror/invert of an other algorithm (of the same substep).
Slowness of an algorithm = ( Number of moves in [WIKI]HTM[/WIKI] ) * ( Number of regrips )
Example : For the main PLL-T algorithm, Slowness=14 HTM moves . regrip . look : 14*1*1=14
Efficacity of an algorithm = 1 / ( Slowness * difficulty)
Examples: For the main PLL-T algorithm, Efficacity= 1/126
Mobility of a substep = ( Number of free permutations ) + ( Number of free orientations )
Examples : For the PLL algorithms, Mobility = 0 change. For the OLL algorithms , Mobility = 8 changes. (8 permutations)
Progression of a substep = Permutations/permutable cubies + Orientations/orientable cubies
Example : For the PLL algorithms, progression = 8/20+0/20 = 8/40=1/5
Efficacity of a substep = ( progression/mobility ) * Σ P(alg)*Efficacity(alg)
Last edited: