-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue with implicit duration (#1140)
* run workflows on Ubuntu 22.04 * handle jaxlib not found * catch error installing jaxlib * duration balance will now respect duration bounds if a bounds enforcing linesearch is used. replaced problematic cannonball implicit case with an optimizer-free implementation of the brachistochrone problem. As follow ons, we should: 1. enable the passing of various kwargs to the add_balance call for the duration balance. 2. replace the duration balance with a more general implementation that allows the use of parameters or initial/final states as implicit outputs. 3. reconsider the best way to add solvers to the phase. * add missing jax install line to docs workflow * Skipped a problematic test that is fixed by brets new coloring branch. --------- Co-authored-by: swryan <[email protected]>
- Loading branch information
Showing
8 changed files
with
523 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.