Skip to content

Commit cee85ab

Browse files
committed
Saddle point distributed in work
1 parent 026b315 commit cee85ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/saddle_point_dlrbnicsx_distributed/dlrbnicsx_saddle_point_distributed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ def norm_error_u(self, u, v):
536536

537537

538538
# mu_range = ((-2.5, -1.5), (0., 1.), (0.2, 0.8), (0.2, 0.8), (2.5, 3.5))
539-
# mu = np.array([-2., 0.5, 0.5, 0.5, 3.])
540-
mu = np.array([-1., 1.5, 0.7, 0.3])
539+
mu = np.array([-2., 0.5, 0.5, 0.5, 3.])
540+
# mu = np.array([-1., 1.5, 0.7, 0.3])
541541

542542
para_dim = 4
543543
ann_input_samples_num = 1100

0 commit comments

Comments
 (0)