Files
nexus/wiki/concepts/Optimization-Operator.md
2026-04-18 02:00:11 +08:00

16 lines
553 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]