UIUCSinhaLab/GEMSTAT

Things that should be instance variables are static.

Opened this issue · 2 comments

Such as ExprPredictor::modelOption

If we want to instantiate many predictors with the same modelOption or something, consider using a Factory design pattern.

Especially in ExprPar

Once this is fixed, it may be easier to read constraints in from a file.