gpd-parameter-sweep

Automate parallel parameter sweeps with adaptive refinement and structured result aggregation.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-parameter-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-parameter-sweep
Source: https://github.com/CharlieGreenman/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-parameter-sweep
Command: npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-parameter-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates systematic exploration of how a system responds to varying one or two parameters across defined ranges, collecting results at each point and organizing them for analysis.

Core Features & Use Cases

  • Parallel, wave-based evaluation of independent parameter points to accelerate discovery.
  • Automatic aggregation of results into a structured sweep dataset and a concise summary report.
  • Supports adaptive refinement to zoom in on regions with rapid changes, extrema, or interesting transitions.
  • Use Case: map a parameter space, identify maxima/minima and crossovers, and produce publication-ready summaries.

Quick Start

Define your sweep parameters and run the command to start executing a parameter sweep.

Frequently Asked Questions about gpd-parameter-sweep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a parameter sweep across large-scale physics computations?

You can automate a parameter sweep by defining parameter ranges and letting the system evaluate independent points in parallel. It collects results at each point, aggregating them into a structured dataset for downstream analysis.

What is adaptive refinement in a parameter space exploration?

Adaptive refinement in parameter space exploration automatically zooms in on regions exhibiting rapid changes, extrema, or interesting transitions. This targets computational resources toward mapping critical areas rather than uniformly sampling the entire range.

Can I run parallel parameter sweeps for two variables simultaneously?

Yes, you can run parallel parameter sweeps for two variables simultaneously. The system supports varying one or two parameters across defined ranges, executing independent wave-based evaluations to accelerate discovery across the defined grid.

Does this parameter sweep workflow track successes and failures for each data point?

The parameter sweep workflow tracks successes and failures for each data point. Every evaluated sweep point reports its success status, failure state, and associated metadata, which is then automatically aggregated into the final structured dataset.

Are there prerequisites for using an automated parameter sweep for data aggregation?

The primary prerequisite for an automated parameter sweep is that each point must use the exact same computation method across the defined ranges. This consistency enables parallel evaluation and the subsequent automatic aggregation into a structured dataset.

What is the best way to map a parameter space and identify extrema for publication?

The best way to map a parameter space and identify extrema is using an automated parallel sweep with adaptive refinement. This approach systematically explores the ranges, zooms into transitions, and produces a concise summary report ready for publication.