mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 06:22:14 +03:00
Fix comment.
This commit is contained in:
parent
59e5c983c6
commit
315ef03642
@ -110,7 +110,7 @@ my $___NUM_RANDOM_DIRECTIONS = 0; # number of random directions, also works with
|
||||
my $___RANDOM_RESTARTS = 20;
|
||||
|
||||
# Flags related to PRO (Hopkins & May, 2011)
|
||||
my $___PAIRWISE_RANKED_OPTIMIZER = 0; # use
|
||||
my $___PAIRWISE_RANKED_OPTIMIZER = 0; # flag to enable PRO.
|
||||
my $___PRO_STARTING_POINT = 0; # get a starting point from pairwise ranked optimizer
|
||||
my $___HISTORIC_INTERPOLATION = 0; # interpolate optimize weights with previous iteration's weights [Hopkins&May,2011,5.4.3]
|
||||
# MegaM's options for PRO optimization.
|
||||
|
Loading…
Reference in New Issue
Block a user