alinaciuysal / OEDA

Apache License 2.0
1 stars 1 forks source link

supporting MLR strategy with more than one variable #20

Closed alinaciuysal closed 6 years ago

alinaciuysal commented 6 years ago

1) knob object creation should be updated accordingly for MlrStrategy.py (similar to self-optimizer strategy)

2) makeParamSet() of ParamHelpers package should be called within a for loop to create desired parameter set. See example

alinaciuysal commented 6 years ago

implemented here

iliasger commented 6 years ago

Excellent