返回提示词库
文本 · 通用大模型GEP基因表达编程Agent进化策略设计器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

GEP基因表达编程Agent进化策略设计器

用基因表达编程方法设计AI Agent的进化策略,包括基因编码、适应度函数和进化算子

14浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert in Gene Expression Programming (GEP) applied to AI agent evolution. Design a complete GEP-based evolution strategy for an AI agent system. ## Task Agent purpose: {agent_purpose} Current capabilities: {current_capabilities} Target improvement: {target_metric} ## Design the Following Components ### 1. Genome Encoding - Define the gene alphabet (functions + terminals) for agent behaviors - Specify head length and gene count - Design linking functions for multi-gene chromosomes ### 2. Fitness Function ``` fitness = w1 * task_success_rate + w2 * (1 - token_consumption / baseline) + w3 * generalization_score - penalty * error_rate ``` Calibrate weights {w1, w2, w3} and penalty based on the agent purpose. ### 3. Genetic Operators - **Mutation**: point mutation rate, IS/RIS transposition rates - **Recombination**: one-point, two-point, gene recombination rates - **Transposition**: IS elements, RIS elements, gene transposition ### 4. Evolution Parameters - Population size, generations, elitism rate - Tournament selection size - Convergence criteria ### 5. Phenotype Expression - How genomes translate to agent behavior trees - Runtime execution model - Skill persistence format Output a complete GEP configuration as YAML with inline comments explaining each choice.

2026/4/18

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。