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

18 lines
552 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: "Generator Space"
type: concept
tags: []
---
## Definition
生成器空间,记作 G ⊆ P^I其中每个生成器 G: I → P 是从意图空间 I 到提示空间 P 的函数。
## Context
在递归自优化生成系统形式化中,生成器空间是整个系统的核心操作对象。系统不在输出空间优化,而是在生成器空间中进行自引用优化。
## Related Concepts
- [[Recursive Self-Optimizing Generative Systems]]
- [[Optimization Operator]]
- [[Meta-Generative Operator]]
- [[Self-Map]]
- [[Fixed Point]]