Skip to content

Commit

Permalink
Saddle point in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Oct 24, 2024
1 parent fdefecd commit 9f3a982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/saddle_point_dlrbnicsx/dlrbnicsx_saddle_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ def norm_error_u(self, u, v):
mu = np.array([-1., 1.5, 0.7, 0.3, 3.4])

para_dim = 5
ann_input_samples_num = 640
error_analysis_samples_num = 7
ann_input_samples_num = 23 # 640
error_analysis_samples_num = 17
num_snapshots = 13

sigma_h, u_h = problem_parametric.solve(mu)
Expand Down

0 comments on commit 9f3a982

Please sign in to comment.