cog-imperial / OMLT

Represent trained machine learning models as Pyomo optimization formulations
Other
257 stars 56 forks source link

Formulation classes checking for single input/output layers in multiple places #128

Open jezsadler opened 8 months ago

jezsadler commented 8 months ago

The neural network formulations have checks that they're given graphs with single inputs and outputs, but these checks are implemented inconsistently in different places.