16 lines
553 B
Markdown
16 lines
553 B
Markdown
---
|
||
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]] |