Revision 0d1f72d08d0c8ff5fd24bb964dccfe9a30220f00 authored by Vesa Siivola on 26 January 2023, 07:25:55 UTC, committed by GitHub on 26 January 2023, 07:25:55 UTC
2 parent s 6de53cf + 25b0296
Raw File
possible_optimizations.txt
refers to pseudocode in "On pruning and gorwing kn..."

GrowOrder, line 12:
	   precompute C(hw) log P_KN(w|h) with ML estimates for 
	   P_KN before add_gram. Check if add_gram can ever possibly 
	   be needed : IMPLEMENTED 12.9.2006, only slightly faster execution

GrowOrder, line 5:
	   probabilities for a history can be precomputed and used in 
	   all probability calculations
back to top