Auto-sync: 2026-04-17 18:00
This commit is contained in:
16
wiki/concepts/Optimization-Operator.md
Normal file
16
wiki/concepts/Optimization-Operator.md
Normal 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]]
|
||||
Reference in New Issue
Block a user