UIUCSinhaLab/GEMSTAT

Make ExprPredictor::optimize_beta obey both constraints on beta and free_fix

Opened this issue · 1 comments

This is in the "bryanInd" branch.

Currently, the ExprPredictor::optimize_beta method that I introduced does not enforce constraints, nor does it choose which betas should be free or fixed from the free_fix indicator array as it should.

This only affects the program if you use ./configure --with-beta-optimize=separate .
If you use --with-beta-optimize=together, It should work fine.