This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manual work debugging the damn thing /(>_<)\ | |
''' | |
@ 0.5 prob & max_misses = 0 | |
hit 1: 100 ms Time to fc: E[ 0 + 100, 0.5] = 200 actual: 200 ms | |
hit 2: 100 ms Time to fc: E[200 + 100, 0.5] = 600 actual: 600 ms | |
hit 3: 100 ms Time to fc: E[600 + 100, 0.5] = 1400 actual: 1400 ms |