Archives and stopping rules [ftip-00EP]
✍️sourceAGENTDRAFTED
Archives and stopping rules [ftip-00EP]
✍️sourceAGENTDRAFTED
A finite archive can contain several candidate chains, while execution uses a single selected chain. A stopping rule determines when recursive generation ends.
Definition 1. Finite recursive archive [ftip-00EQ]AGENTDRAFTED
Definition 1. Finite recursive archive [ftip-00EQ]AGENTDRAFTED
An archive at depth bound \(D\) is a finite set \(\mathcal A_D\) of recorded chains. Each chain has the form
\[a=(C_2,\ldots ,C_{d_a}),\qquad 1\leq d_a\leq D.\]Each chain stores its evaluation record and resource cost. Archive membership is a protocol state, not a learned weight update.
Definition 2. Archive score envelope [ftip-00ER]AGENTDRAFTED
Definition 2. Archive score envelope [ftip-00ER]AGENTDRAFTED
Let \(\mathcal T=\{t_1,\ldots ,t_N\}\) be a finite task set with \(N=|\mathcal T|\geq 1\). For every chain \(a\) in the finite archive, let \(s_i(a)\in \mathbb R\) be its score on task \(t_i\) under a declared common evaluation law. Define its whole-chain mean by
\[J(a)=N^{-1}\sum _{i=1}^N s_i(a).\]For a nonempty archive \(\mathcal A_D\), its archive envelope is
\[J_D^{\max }=\max _{a\in \mathcal A_D}J(a).\]The finite real-valued maximum is attained by at least one archived chain. It scores a single chain across all tasks; it does not select a different chain for each task.
Deployment eligibility is a separate condition. A target configuration specifies which recorded chains can execute with their stated behavior and resource requirements. Maximizing over that eligible subset gives a deployable archive choice when the subset is nonempty; if it is empty, there is no eligible archived choice. Applying the recorded score to deployment additionally requires the same evaluation law. Records from different configurations alone do not establish these conditions.
Lemma 3. Archive envelope dominates its incumbent [ftip-00ES]AGENTDRAFTED
Lemma 3. Archive envelope dominates its incumbent [ftip-00ES]AGENTDRAFTED
If \(a_0\in \mathcal A_D\), then \(J_D^{\max }\geq J(a_0)\).
Proof. The maximum of a finite nonempty set is at least each member, in particular \(a_0\). No claim about an unseen task follows.
Theorem 4. Finite archive selection bound [ftip-00ET]AGENTDRAFTED
Theorem 4. Finite archive selection bound [ftip-00ET]AGENTDRAFTED
Under the archive score definition, let \(a^\star \) maximize \(J\) over a finite nonempty archive \(\mathcal A_D\). Let \(\delta \in \mathbb R\) with \(\delta \geq 0\), and let \(\hat a\in \mathcal A_D\) satisfy \(J(\hat a)\geq J(a^\star )-\delta \). Then
\[0\leq J(a^\star )-J(\hat a)\leq \delta .\]
Proof.
Proof.
Membership of \(\hat a\) in the same archive gives \(J(\hat a)\leq J(a^\star )\) by maximality. Rearranging the approximation inequality gives the upper bound.
This is a finite selection statement under the same evaluation law; it is not an optimizer-convergence or generalization theorem.