OGS_Network_Simulation_Run
The evaluation will focus on the performance of the optimized OGS network (data throughput, resilience, latency), the robustness and scalability of the Metaflow workflows, and the effective integration of Ax and Command R+ for decision support and optimization.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
OGS_Network_Simulation_Run
Run the OGS network simulation for a given optimized configuration over a 72-hour period.
{'num_ogs': int, 'ogs_locations': [{'lat': float, 'lon': float, 'alt': float}], 'constellation_definition': dict}
{'total_data_gb': float, 'avg_latency_ms': float, 'link_availability_pct': float}
Metaflow_Workflow_Execution_Check
Verify that the Metaflow pipeline runs successfully and integrates Ax for optimization.
N/A
{'workflow_status': 'success'|'failure', 'optimization_iterations': int, 'best_config_found': dict}