Data & ReproStatistics & Data AnalysisFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
PA

parameter-optimization

Maintainer FreedomIntelligence · Last updated April 1, 2026

Explore and optimize simulation parameters via design of experiments (DOE), sensitivity analysis, and optimizer selection. Use for calibration, uncertainty studies, parameter sweeps, LHS sampling, Sobol analysis, surrogate modeling, or Bayesian optimization setup.

OpenClawNanoClawAnalysisReproductionparameter-optimization📊 data science & toolscomputational simulation & ontologyexplore

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

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

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Provide a workflow to design experiments, rank parameter influence, and select optimization strategies for materials simulation calibration.
  • python3 scripts/doe_generator.py --params 3 --budget 20 --method lhs --json.

Source Doc

Excerpt From 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)

Use cases

  • Use for calibration, uncertainty studies, parameter sweeps, LHS sampling, Sobol analysis, surrogate modeling, or Bayesian optimization setup.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Related skills

Related skills

Back to directory
AE
Data & ReproStatistics & Data Analysis

aeon

Aeon is a scikit-learn compatible Python toolkit for time series machine learning. It provides state-of-the-art algorithms for classificatio…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
AR
Data & ReproStatistics & Data Analysis

arxiv-database

This skill provides Python tools for searching and retrieving preprints from arXiv.org via its public Atom API. It supports keyword search,…

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BA
Data & ReproStatistics & Data Analysis

bayesian-optimizer

Bayesian optimization for experimental design and hyperparameter tuning in biomedical research.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproStatistics & Data Analysis

bio-alignment-files-bam-statistics

Compute alignment statistics: flagstat, idxstats, coverage depth.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView