Astropy
Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
simulation-orchestrator:Orchestrate multi-模拟 campaigns ,涵盖 parameter sweeps,batch jobs,、 result aggregation。 可用于running parameter studies,managing 模拟 batches,tracking job status,combining results ,面向 multiple runs,或 automating 模拟 workflows。
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/simulation-orchestrator
技能摘要
原始文档
Before running orchestration scripts, collect from the user:
| Input | Description | Example |
|---|---|---|
| Base config | Template simulation configuration | base_config.json |
| Parameter ranges | Parameters to sweep with bounds | dt:[1e-4,1e-2],kappa:[0.1,1.0] |
| Sweep method | How to sample parameter space | grid, lhs, linspace |
| Output directory | Where to store campaign files | ./campaign_001 |
| Simulation command | Command to run each simulation | python sim.py --config {config} |
| Method | Best For | Sample Count |
|---|---|---|
grid | Low dimensions (1-3), need exact corners | n^d (exponential) |
linspace | 1D sweeps, uniform spacing | n per parameter |
lhs | High dimensions, space-filling | user-specified budget |
相关技能
Astropy是一个core Python package ,用于 astronomy,providing essential functionality ,用于 astronomical research 、 数据分析。 Use astr…
convergence-study:Spatial 、 temporal convergence analysis ,支持 Richardson extrapolation 、 Grid Convergence Index (GCI) ,用…
differentiation-schemes:Select 、 apply numerical differentiation schemes ,用于 PDE/ODE discretization。 适合在choosing finite…
FluidSim是一个object-oriented Python 框架 ,用于 high-performance computational fluid dynamics (CFD) 模拟s。 It provides solvers ,用…