Auto-sync: 2026-04-17 18:00

This commit is contained in:
2026-04-18 02:00:11 +08:00
parent 8bdbc45fb1
commit da0f9c3594
22 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
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]]