zenigame-batch-ga

Automate sequential GA batch executions with calibration and per-run metrics collection.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-batch-ga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenigame-batch-ga
Source: https://github.com/kent013/zenigame-fx/tree/main/.claude/skills/_archived/zenigame-batch-ga
Command: npx skills add https://github.com/kent013/zenigame-fx --skill zenigame-batch-ga

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

GAベースのバッチ実行を自動化し、複数回の実験を連続して行い、GA設定のベースライン分布を迅速に確立します。

Core Features & Use Cases

  • 自動バッチオーケストレーション: 複数のGA実行を一定引数とキャリブレーションゲートで連続します。
  • 進捗追跡と回復: batch_state.json を用いて中断後の再開を可能にします。
  • ** per-run metrics & レポート**: 各実行のメトリクスを抽出し、レポートを生成して比較を容易にします。

Quick Start

Run the batch GA for 10 iterations with calibration enabled and label the batch for easy reference.

Frequently Asked Questions about zenigame-batch-ga

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

FAQPage Schema
How do I automate sequential genetic algorithm batch executions to establish baseline distributions?

Automate sequential GA batch executions by orchestrating multiple experiment runs with fixed arguments and calibration gates to rapidly establish baseline distributions. The framework handles end-to-end orchestration, progress tracking, and error handling via dedicated scripts and state files.

Can I resume interrupted GA batch runs without losing collected metrics?

Interrupted GA batch runs can be resumed using the batch_state.json file. This state file tracks progress across execution iterations, allowing the orchestration process to recover and continue from the last completed run without losing collected metrics.

What is the best way to compare per-run metrics across multiple genetic algorithm experiments?

Compare per-run metrics across multiple genetic algorithm experiments by utilizing the automated report generation feature. The script extracts metrics from each individual run and compiles them into a report, making distribution comparison and baseline analysis straightforward.

Does the GA batch orchestration support calibration steps between experiment runs?

The GA batch orchestration supports calibration steps between experiment runs. Sequential executions are gated by calibration checks, ensuring that each run meets specified calibration criteria before proceeding to the next iteration.

How do I control run arguments for repeated genetic algorithm experiments in a batch?

Control run arguments for repeated genetic algorithm experiments by configuring fixed parameters within the batch orchestration script. This ensures consistent argument application across all sequential executions for reliable baseline distribution generation.

Why do I need to run multiple GA iterations to establish a baseline distribution?

Multiple GA iterations are needed to establish a baseline distribution because single runs exhibit stochastic variance. Sequential batch execution captures per-run metrics across multiple experiments, delivering the statistical distribution required for a reliable performance baseline.