t331ZZZM-dimensionless / config.json
Francesco Calisto
minor
95e8875
raw
history blame
1.28 kB
{
"device": "cpu",
"dtype": "float32",
"dimensions": {
"input": {
"variables": 2
},
"output": {
"epsilon_orders": 5,
"functions": 18
},
"connection": {
"epsilon_orders": 2
}
},
"phase_space": {
"scale": 24.0,
"const": 24.0,
"cut": {
"physical": 0.1,
"spurious": 0.1
}
},
"hyperparameters": {
"optimiser": {
"algorithm": "Adam",
"initial_learning_rate": 1e-3
},
"learning_rate_scheduler": {
"factor": 0.1,
"patience": 6,
"threshold": 1e-2,
"cooldown": 0
},
"iterations": {
"batch_size": 256,
"partition_size": 512,
"number_partitions": 1
},
"architecture": {
"hidden_layers": [128, 256, 256],
"activation": "GELU"
},
"loss_function": {
"boundary_bias": 1.0,
"boundary_derivatives": false
}
},
"termination": {
"epochs": 0,
"seconds": 0,
"learning_rate": {
"target": 1.1e-8,
"patience": 6
}
}
}