| { | |
| "cases": { | |
| "laplace": { | |
| "input_dim": 1, | |
| "n_layers": 4, | |
| "n_neurons": 50, | |
| "activation": "tanh" | |
| }, | |
| "helmholtz": { | |
| "input_dim": 2, | |
| "n_layers": 4, | |
| "n_neurons": 50, | |
| "activation": "tanh" | |
| }, | |
| "burgers": { | |
| "input_dim": 2, | |
| "n_layers": 8, | |
| "n_neurons": 20, | |
| "activation": "tanh" | |
| } | |
| } | |
| } | |