-
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 option to formulate as least squares problem (#15)
* more verbose cross_comp * structure complementarity creation to prepare more modes * simplify cross_comp removing loop over n_sys * simplify cross_comp * simplify cross_comp * fix complementarity residual * add FISCHER-BURMEISTER (WIP) * FISCHER BURMEISTER with sigma inside * fix FB term * modify plot * add ConstraintHandling option to implement Least-squares formulation * simplify step equilibration * simplify ConstraintHandling.LEAST_SQUARES * add DIRECT StepEquilibrationMode * add check * test least_squares_problem, dont test Fischer Burmeister in existing test * cleanup create_complementarity * remove redundant check * change Lambda order back * fix create_complementarity * add warning * dont test DIRECT step_equilibration in motor test
- Loading branch information
Showing
7 changed files
with
173 additions
and
82 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
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.