From: <xan...@us...> - 2008-06-10 10:13:24
|
Revision: 1843 http://mosesdecoder.svn.sourceforge.net/mosesdecoder/?rev=1843&view=rev Author: xandfraser Date: 2008-06-10 03:13:17 -0700 (Tue, 10 Jun 2008) Log Message: ----------- Major revamp of cube pruning to implement one priority queue per stack that is fed from all bitmap containers in the stack Added cube pruning parameter cbp for the pop limit (the number of hypotheses popped for a particular stack), default is 1000 Added cube pruning parameter cbd for diversity (the minimal number of hypotheses inserted into stack for each bitmap container), default is 0 Removed cube pruning parameter cbk Removed all references to kbest, this is not a kbest algorithm Modified Paths: -------------- branches/mtm2_cube_pruning/moses/src/BitmapContainer.cpp branches/mtm2_cube_pruning/moses/src/BitmapContainer.h branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.cpp branches/mtm2_cube_pruning/moses/src/HypothesisStackCubePruning.h branches/mtm2_cube_pruning/moses/src/Manager.h branches/mtm2_cube_pruning/moses/src/Parameter.cpp branches/mtm2_cube_pruning/moses/src/SearchCubePruning.cpp branches/mtm2_cube_pruning/moses/src/StaticData.cpp branches/mtm2_cube_pruning/moses/src/StaticData.h branches/mtm2_cube_pruning/moses/src/TypeDef.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |