-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental MpccMode.FISCHER_BURMEISTER_IP_AUG (#24)
* collect cost_values, use np.copy * move initialize to base solver * fix typehint * add another smoothing parameter tau, MpccMode.FISCHER_BURMEISTER_IP_AUG * fix typo * fix MpccMode.FISCHER_BURMEISTER_IP_AUG * use tau instead of sqrt(tau) * oscilator example: store reference solution, add least_squares example * add relay least_squares example * docstrings NosnocOcp * add check * comment json stuff
- Loading branch information
Showing
6 changed files
with
197 additions
and
47 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.