alteryx / Optimization

Alteryx Optimization Tool
GNU General Public License v3.0
0 stars 1 forks source link

Manual input: add bounds/types #20

Closed kuol closed 8 years ago

kuol commented 8 years ago

The R code constructModel.manual_mode doesn't handle bounds, types.

ramnathv commented 8 years ago

I pushed changes that now make constructModel.manual_mode work with bounds and types. Update AlteryxPrescriptive and the Optimization plugin. You will find a new test in the tests folder that uses bounds.

kuol commented 8 years ago

Thanks Ramnath, I've tested with the customer example and it works beautifully!

ramnathv commented 8 years ago

Great. Add that workflow to the tests folder as well. I will add some instructions on how we can use metadata in the workflow to automatically generate a useful README of the tests.