cog-imperial / OMLT

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

Discuss import structure #15

Open carldlaird opened 2 years ago

carldlaird commented 2 years ago

We should discuss the import structure. For example, what objects should be at the main level of OMLT, and what sub-modules do we want.

It seems strange right now that OffsetScaling is at the main omlt level while other things are not.