| { | |
| "simulation": { | |
| "ion_count": 10240, | |
| "ocean_size": 200, | |
| "time_step": 0.016, | |
| "physics_engine": "GPU.js" | |
| }, | |
| "neural_network": { | |
| "input_shape": [ | |
| 5 | |
| ], | |
| "output_shape": [ | |
| 1 | |
| ], | |
| "layers": [ | |
| 32, | |
| 16, | |
| 8 | |
| ], | |
| "activation": "relu", | |
| "output_activation": "sigmoid" | |
| }, | |
| "export_info": { | |
| "version": "7.0", | |
| "format": "JSON/ZIP", | |
| "total_size": "varies", | |
| "compatible_with": "TensorFlow.js, Three.js" | |
| } | |
| } |