https://github.com/vsiivola/variKN
Raw File
Tip revision: 3e9afd38a40c6f2547a362e9c885a2716a54834f authored by Vesa Siivola on 01 February 2023, 17:47:59 UTC
add platform to finch command
Tip revision: 3e9afd3
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