Auto-sync: 2026-04-17 18:00

This commit is contained in:
2026-04-18 02:00:11 +08:00
parent 8bdbc45fb1
commit da0f9c3594
22 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
title: "Optimization Operator"
type: concept
tags: []
---
## Definition
优化算子,记作 O: P × Ω → P其中 P 是提示空间,Ω 是理想目标或评估标准的抽象表示。该算子根据理想目标 Ω 改进提示 P。
## Context
在递归自优化生成系统中,优化算子负责将生成的原始提示优化为更高质量的版本。这个优化后的版本随后用于更新生成器本身。
## Related Concepts
- [[Generator Space]]
- [[Meta-Generative Operator]]
- [[Recursive Self-Optimizing Generative Systems]]