Revision ffecdde8a4da237dcdbffc19e11316e439d53043 authored by Vesa Siivola on 30 January 2023, 07:22:54 UTC, committed by GitHub on 30 January 2023, 07:22:54 UTC
2 parent s 0d1f72d + d0a5443
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