Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
d522a47c
Commit
d522a47c
authored
May 16, 2017
by
David Bommes
Browse files
improved regularization strategy
parent
e63d09a8
Pipeline
#5001
failed with stages
in 7 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/NewtonSolver.cc
View file @
d522a47c
...
...
@@ -123,8 +123,8 @@ int NewtonSolver::solve(NProblemInterface* _problem, const SMatrixD& _A,
const
double
KKT_res_eps
=
1e-6
;
const
int
max_KKT_regularization_iters
=
40
;
double
regularize_constraints_limit
=
1e-
5
;
const
double
max_allowed_constraint_violation2
=
1e-
8
;
double
regularize_constraints_limit
=
2
*
1e-
6
;
const
double
max_allowed_constraint_violation2
=
1e-
10
;
// number of unknowns
size_t
n
=
_problem
->
n_unknowns
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment