Skip to content

Commit a684d57

Browse files
committed
Lower default regularisation
1 parent a3a3b5b commit a684d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/ipm/hipo/ipm/Parameters.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const Int kMinRowsForDensity = 2000;
3939

4040
// static regularisation
4141
struct Regularisation {
42-
double primal = 1e-9;
43-
double dual = 1e-9;
42+
double primal = 1e-12;
43+
double dual = 1e-10;
4444
};
4545

4646
} // namespace hipo

0 commit comments

Comments
 (0)