数据与复现统计与数据分析FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
PA

parameter-optimization

维护者 FreedomIntelligence · 最近更新 2026年4月1日

parameter-optimization:Explore 、 optimize 模拟 parameters ,通过 design of experiments (DOE),sensitivity analysis,、 optimizer selection。 可用于calibration,uncertainty studies,parameter sweeps,LHS sampling,Sobol analysis,surrogate modeling,或 Bayesian optimization setup。

OpenClawNanoClaw分析处理复现实验parameter-optimization📊 data science & toolscomputational simulation & ontologyexplore

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/parameter-optimization

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 提供 workflow to design experiments,rank parameter influence,、 select optimization strategies ,用于 materials 模拟 calibration。
  • python3 scripts/doe_generator.py --params 3 --budget 20 --method lhs --json。

原始文档

SKILL.md 摘录

Requirements

  • Python 3.8+
  • No external dependencies (uses Python standard library only)

Inputs to Gather

Before running any scripts, collect from the user:

InputDescriptionExample
Parameter boundsMin/max for each parameter with unitskappa: [0.1, 10.0] W/mK
Evaluation budgetMax number of simulations allowed50 runs
Noise levelStochasticity of simulation outputslow, medium, high
ConstraintsFeasibility rules or forbidden regionskappa + mobility < 5

Choosing a DOE Method

MethodBest ForAvoid When
lhsGeneral exploration, moderate dimensions (3-20)Need exact grid coverage
sobolSensitivity analysis, uniform coverageVery high dimensions (>20)
factorialLow dimension (<4), need all cornersHigh dimension (exponential growth)

适用场景

  • 可用于calibration,uncertainty studies,parameter sweeps,LHS sampling,Sobol analysis,surrogate modeling,或 Bayesian optimization setup。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

相关技能

相关技能

返回目录
AE
数据与复现统计与数据分析

aeon

aeon:Aeon是一个兼容 scikit-learn Python 工具包 ,用于 时序机器学习。 It provides state-of- -art algorithms ,用于 分类,回归,聚类,预测,异常检测,分割,、 相似性检索…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AR
数据与复现统计与数据分析

arxiv-database

arxiv-database:This skill provides Python tools ,用于 searching 、 retrieving preprints ,面向 arXiv.org ,通过 its public Atom A…

Claude Code分析处理
K-Dense-AI/claude-scientific-skills查看
BA
数据与复现统计与数据分析

bayesian-optimizer

bayesian-optimizer:Bayesian optimization ,用于 experimental design 、 hyperparameter tuning in biomedical research。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现统计与数据分析

bio-alignment-files-bam-statistics

bio-alignment-files-bam-statistics:Compute alignment statistics:flagstat,idxstats,coverage depth。

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看