carldlaird

Results 12 issues of carldlaird

There is some design work to do with the activation functions and constraints to gain more code reuse and expand the list of supported activations. This issue originally came from...

onnx_parser.py (and possibly keras_reader.py) does not contain checks for unsupported operation types: === from PR comment will this use a linear activation if `maybe_node.op_type` is not in `_ACTIVATION_OP_TYPES`? this could...

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...

Some of the tests need an appropriate skip when cbc is not involved.

It looks like we read in "degrees" for voltage angles from the matpower based input files. However, our Pyomo models are in radians. When they put the data back into...

- We need to split up the tests so that different test cases are recognized as different tests in pytest. One potential package is the parameterized package. - We can...

Add the automatic API documentation harness for readthedocs.

Add the readthedocs harness for EGRET, including introductory documentation. - [ ] Introduction - [ ] Using EGRET - [ ] ModelData - [ ] ACOPF - [ ] DCOPF...

Objects within the expression system are required to implement is_expression_type. It appears that this is used to indicate if an object is a leaf in the expression tree, or something...

pyomo.core
documentation

I have approved pull request #133. However, I agree with Bill that we should have some higher-level design documentation. It can be difficult for new users to derive their own...

design discussions
pyomo.core
documentation