mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 11:25:04 +01:00
fine/rough solve
This commit is contained in:
parent
4fc922347e
commit
c312c96c97
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@ public class GlobalSolver {
|
|||
|
||||
|
||||
public static void solveLM_COMMONS(final Solver.SubSystem subSystem) {
|
||||
double eps = 0.0001;
|
||||
|
||||
|
||||
double fine = 0.00000001;
|
||||
double rough = 0.0001;
|
||||
double eps = rough;
|
||||
|
||||
LevenbergMarquardtOptimizer optimizer = new LevenbergMarquardtOptimizer(eps,eps,eps);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue