cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
273 stars 58 forks source link

fix reduced space output #1

Closed jalving closed 3 years ago

jalving commented 3 years ago

I forgot to update the reduced space neural net output. The outputs_list should use the scaled outputs, not the unscaled outputs. The scaling is handled at the block level now.

fracek commented 3 years ago

Thank you!