Alex Dowling

Results 85 comments of Alex Dowling

I am going to throw out a crazy, strawman proposal. Here are the notebooks for my graduate optimization elective: https://ndcbe.github.io/CBE60499/ I use this lightweight Python package to convert a GitHub...

@pdosreis I migrated most of my research program from Julia to Pyomo. I, unfortunately, do not see myself having time in the foreseeable future to update this package. But you...

@jialuw96 As we work through these comments, we need to document any enchancements we decide to delay to a future PR on the new meta issue #2610 .

@blnicho @jsiirola Just to confirm, our intention is to merge this after the November release. We then have a few smaller PRs planned for January and early February (see #2610)...

@jialuw96 You replied to my comments but I think you forgot to push the updates.

@kaklise @blnicho @jsiirola I think this is ready for one of you to complete the 2nd review.

@jsiirola @mrmundt Suggestions for `type(lower_bounds) in [int, float]`?

Any reasons for not replacing `if type(self.L_initial) != type(None)` with `if self.L_initial is not None`?

More development plans: - [x] Ensure `discretize_model = None` works on TCLab example (separate repo, really helpful for testing) - [x] Use the `jac_initial` argument. Currently, it is stored in...

> @adowling2 - Please run `black -S -C` on your changes to enforce PEP8 standards. I got `Error: no such option: -C` However, `black -S` worked fine. I have `version...