Method Evolution

Orchestrate one generation of evolutionary method improvement for AI research pipelines.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill method-evolution-pthahnix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Method Evolution
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/tactic/method-evolution
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill method-evolution-pthahnix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates one generation of evolutionary improvement across a pool of methods for AI research pipelines, enabling automated refinement of strategies through mutation, crossover, and evaluation.

Core Features & Use Cases

  • Orchestrates mutation, crossover, and evaluation cycles across multiple candidate methods.
  • Maintains and updates Elo-based rankings to guide selection and rollout of improvements.
  • Integrates with a larger method-evolve workflow to produce new methods and trace generation decisions.

Quick Start

Provide a methodPool and Elo rankings, then run one generation of method evolution.

Frequently Asked Questions about Method Evolution

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

FAQPage Schema
How do I automate evolutionary method improvement for AI research pipelines?

Automated evolutionary method improvement orchestrates mutation, crossover, and evaluation cycles across a pool of candidate methods to refine AI research strategies. This process outputs new methods and a generation log to trace decisions.

How do Elo rankings guide the selection of methods in research automation?

Elo rankings guide research automation by maintaining and updating relative method performance scores. The system uses these updated Elo rankings to select superior candidate methods for subsequent mutation and crossover cycles.

What inputs are required to run a generation of method evolution?

Running a generation of method evolution requires a methodPool, eloRankings, evaluationCriteria, and context as inputs. These parameters drive the meta-optimization process to evaluate and generate improved research methods.

Can I integrate evolutionary computation into a larger research workflow?

Evolutionary computation integrates into a larger method-evolve workflow by processing one generation at a time. It accepts existing methods and rankings, then outputs newMethods and an updatedElo list for downstream pipeline execution.

What is the best way to perform meta-optimization of research methods across diverse problem domains?

Meta-optimization of research methods across diverse problem domains is best performed through evolutionary computation. Applying mutation, crossover, and evaluation cycles automatically refines and improves strategies for varied contexts.

Are there limitations to orchestrating one generation of method evolution at a time?

Orchestrating one generation of method evolution at a time requires manually feeding the outputs back into the pipeline. Limitations include the need to supply accurate evaluationCriteria and context for each cycle to ensure valid meta-optimization.