diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 02:01:07 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-13 02:01:07 +0000 |
commit | 2d6a5896df99904b0c492e77168489636d545869 (patch) | |
tree | bebf9b97cddbee40a95c026d1608c0cccf6bb49f /vest/line_optimizer.h | |
parent | 77c25d9f30f95ccb7843f9dce71a4f4e018cc727 (diff) |
vest: combine over-similar search directions, exclude primary directions, skeleton for oracle directions
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@227 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/line_optimizer.h')
-rw-r--r-- | vest/line_optimizer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vest/line_optimizer.h b/vest/line_optimizer.h index 43164360..1b5382cd 100644 --- a/vest/line_optimizer.h +++ b/vest/line_optimizer.h @@ -37,7 +37,9 @@ struct LineOptimizer { const std::vector<int>& primary, int additional_random_directions, RandomNumberGenerator<boost::mt19937>* rng, - std::vector<SparseVector<double> >* dirs); + std::vector<SparseVector<double> >* dirs + , bool include_primary=true + ); }; |