You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: epde/operators/utils/parameters/default_parameters_multi_objective.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,14 @@
24
24
"pinn_loss_mult" : 1e4,
25
25
"error_metric": "rmse",
26
26
"deepxde_config": {
27
-
"net": [95, 100, 95],
27
+
"net": [50, 50, 50],
28
28
"activation": "tanh",
29
29
"optimizer": "adam",
30
30
"lr": 1e-3,
31
31
"num_domain": 1000,
32
32
"num_boundary": 200,
33
33
"num_initial": 200,
34
-
"epochs": 2000
34
+
"epochs": 1000
35
35
}
36
36
},
37
37
"_comment_legacy_aliases": "Param-registry aliases kept ONLY so the functional test harness (tests/functional) can fetch params by the historical operator names; the production search builds the new SolverFreeFitness / SolverBasedFitness hosts.",
0 commit comments