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

17 lines
577 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: "Meta-Generative Operator"
type: concept
tags: []
---
## Definition
元生成算子,记作 M: G × P → G其中 G 是生成器空间P 是提示空间。该算子使用优化后的提示来更新生成器本身。
## Context
元生成算子是递归自优化系统的核心组件,它实现了"生成器优化自身"的自引用循环。通过 M(G, P*),系统能够利用优化结果改进其自身的生成能力。
## Related Concepts
- [[Generator Space]]
- [[Optimization Operator]]
- [[Self-Map]]
- [[Recursive Self-Optimizing Generative Systems]]