Commit 9fe29c2 1 parent 63d5772 commit 9fe29c2 Copy full SHA for 9fe29c2
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def load_opt_json(path):
245
245
parser .add_argument ('--E' , type = float , default = 1e6 )
246
246
parser .add_argument ('--nu' , type = float , default = 0.3 )
247
247
parser .add_argument ('--no_contact' , action = 'store_true' )
248
- parser .add_argument ('--dhat' , type = float , default = 1e-3 )
248
+ parser .add_argument ('--dhat' , type = float , default = 5e-4 )
249
249
parser .add_argument ('--barrier' , type = float , default = - 1 )
250
250
251
251
parser .add_argument ('--threads' , type = int , default = 16 )
@@ -327,7 +327,7 @@ def load_opt_json(path):
327
327
nu = args .nu
328
328
contact = not args .no_contact
329
329
dhat = args .dhat
330
- barrier = E if args .barrier <= 0 else args .barrier
330
+ barrier = 100 * E if args .barrier <= 0 else args .barrier
331
331
332
332
folder = "../result/"
333
333
if args .no_contact :
Original file line number Diff line number Diff line change 63
63
"Newton" : {
64
64
"use_psd_projection" : false ,
65
65
"reg_weight_inc" : 100 ,
66
+ "reg_weight_max" : 1e16 ,
66
67
"use_psd_projection_in_regularized" : false
67
68
},
68
69
"advanced" : {
You can’t perform that action at this time.
0 commit comments