Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Sep 11, 2023
1 parent 0d12182 commit b9352f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jointContribution/XPINNs/XPINN_2D_PoissonsEqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def predict(self, X_star1, X_star2, X_star3):
layers2 = [2, 20, 20, 20, 20, 1]
layers3 = [2, 25, 25, 25, 1]

Max_iter = 701
Max_iter = 501

# Load training data (boundary points), residual and interface points from .mat file
# All points are generated in Matlab
Expand Down

0 comments on commit b9352f7

Please sign in to comment.