@evomap/evolver-core 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/algo/antiDistill.js +1 -167
- package/dist/algo/bans.js +1 -33
- package/dist/algo/candidateAssembly.js +1 -273
- package/dist/algo/capabilityCandidates.js +1 -146
- package/dist/algo/confidence.js +1 -196
- package/dist/algo/conversationSniffer.js +1 -149
- package/dist/algo/cycleEngine.js +1 -625
- package/dist/algo/cycleFailureClassifier.js +1 -112
- package/dist/algo/epigenetics.js +1 -41
- package/dist/algo/evolutionEvent.js +1 -24
- package/dist/algo/exploration.js +1 -68
- package/dist/algo/geneHealth.js +1 -17
- package/dist/algo/geneIntake.js +1 -128
- package/dist/algo/genePromotion.js +1 -53
- package/dist/algo/geneSelection.js +1 -546
- package/dist/algo/index.js +1 -22
- package/dist/algo/memoryGraph.js +1 -86
- package/dist/algo/mutation.js +1 -22
- package/dist/algo/orchestrator.js +1 -87
- package/dist/algo/publishEligibility.js +1 -52
- package/dist/algo/solidify.js +1 -63
- package/dist/algo/strategyPresets.js +1 -61
- package/dist/algo/ucb1.js +1 -156
- package/dist/benchmark/antiGeneBenchmark.js +1 -252
- package/dist/benchmark/antiGeneImpact.js +1 -34
- package/dist/benchmark/antiGeneRollout.js +1 -269
- package/dist/benchmark/benchmark.js +1 -26
- package/dist/benchmark/evolutionThesisSolver.js +1 -41
- package/dist/benchmark/index.js +1 -7
- package/dist/benchmark/selectionFlatAbstention.js +1 -481
- package/dist/benchmark/thesis.js +1 -150
- package/dist/benchmark/triggerShift.js +1 -106
- package/dist/cycle/cycleTimeline.js +1 -74
- package/dist/cycle/index.js +1 -2
- package/dist/cycle/stateMachine.js +1 -25
- package/dist/hub/agentDirectory.js +1 -104
- package/dist/hub/assetCallLog.js +1 -195
- package/dist/hub/bindings.js +1 -121
- package/dist/hub/capability.js +1 -1
- package/dist/hub/conversationDistiller.js +1 -264
- package/dist/hub/fake.js +1 -70
- package/dist/hub/hubReview.js +1 -106
- package/dist/hub/index.js +1 -11
- package/dist/hub/ingest.js +1 -15
- package/dist/hub/questionGenerator.js +1 -408
- package/dist/hub/reuseDecision.js +1 -127
- package/dist/hub/sanitize.js +1 -322
- package/dist/material/boundary.js +1 -14
- package/dist/material/consumer.js +1 -55
- package/dist/material/emit.js +1 -52
- package/dist/material/factory.js +1 -25
- package/dist/material/index.js +1 -9
- package/dist/material/materialArchive.js +1 -466
- package/dist/material/materialStore.js +1 -69
- package/dist/material/sampling.js +1 -39
- package/dist/material/sources.js +1 -33
- package/dist/material/watermark.js +1 -76
- package/dist/personality/drift.js +1 -106
- package/dist/personality/events.js +1 -37
- package/dist/personality/evolveOps.js +1 -93
- package/dist/personality/index.js +1 -11
- package/dist/personality/mutate.js +1 -39
- package/dist/personality/pivot.js +1 -22
- package/dist/personality/prompt.js +1 -62
- package/dist/personality/riskGate.js +1 -80
- package/dist/personality/schema.js +1 -119
- package/dist/personality/select.js +1 -71
- package/dist/personality/stats.js +1 -82
- package/dist/personality/store.js +1 -92
- package/dist/schema/common.js +1 -17
- package/dist/schema/evolutionGraph.js +1 -187
- package/dist/schema/index.js +1 -6
- package/dist/schema/material.js +1 -50
- package/dist/schema/problem.js +1 -45
- package/dist/schema/proofOfWork.js +1 -9
- package/dist/schema/signal.js +1 -19
- package/dist/signals/curriculum.js +1 -202
- package/dist/signals/cycleHistoryFromEvents.js +1 -105
- package/dist/signals/expand.js +1 -293
- package/dist/signals/extractor.js +1 -82
- package/dist/signals/index.js +1 -8
- package/dist/signals/metaSignals.js +1 -200
- package/dist/signals/signalGate.js +1 -40
- package/dist/signals/taskDomain.js +1 -43
- package/dist/signals/traceSignals.js +1 -123
- package/dist/strategy/constraintAblation.js +1 -2820
- package/dist/strategy/constraintAblationPredicates.js +1 -339
- package/dist/strategy/experiment.js +1 -63
- package/dist/strategy/index.js +1 -3
- package/dist/strategy/strategyPoint.js +1 -23
- package/package.json +1 -1
|
@@ -1,546 +1 @@
|
|
|
1
|
-
import { StrategyPoint } from '../strategy/strategyPoint.js';
|
|
2
|
-
import { geneHealthScore, HEALTH_WEIGHTS_VERSION } from './geneHealth.js';
|
|
3
|
-
import { bagCosine, buildSemanticIdfProfile, geneTags, idfBagCosine, idfTagOverlapScore, tagOverlapScore, } from '../signals/expand.js';
|
|
4
|
-
import { driftSelect, explorationWindowSize } from './exploration.js';
|
|
5
|
-
import { isDistilledGeneId } from './geneIntake.js';
|
|
6
|
-
import { chooseUcb1Arm, ucb1StatsForCandidate, UCB1_REWARD_POLICY_VERSION, UCB1_SELECTION_POLICY_VERSION, } from './ucb1.js';
|
|
7
|
-
import { resolveTaskDomainSignals, withoutTaskDomainSignals, } from '../signals/taskDomain.js';
|
|
8
|
-
export const SELECTION_GUARD_VERSION = 'relevance-guard-v1';
|
|
9
|
-
function decisionWithWarnings(input, decision) {
|
|
10
|
-
const selected = decision.selectedGeneId
|
|
11
|
-
? decision.candidates.find((candidate) => (candidate.geneId === decision.selectedGeneId
|
|
12
|
-
|| (decision.selectedAssetId !== undefined && candidate.assetId === decision.selectedAssetId)))
|
|
13
|
-
: undefined;
|
|
14
|
-
const enriched = {
|
|
15
|
-
...decision,
|
|
16
|
-
...(selected ? { selectedReason: selected.reasons.join('; ') } : {}),
|
|
17
|
-
...(input.memoryEvidence && input.memoryEvidence.length > 0 ? { memoryEvidence: [...input.memoryEvidence] } : {}),
|
|
18
|
-
};
|
|
19
|
-
return input.antiWarnings && input.antiWarnings.length > 0
|
|
20
|
-
? { ...enriched, antiWarnings: [...input.antiWarnings] }
|
|
21
|
-
: enriched;
|
|
22
|
-
}
|
|
23
|
-
function signalMatchScore(signals, match) {
|
|
24
|
-
const genericSignals = withoutTaskDomainSignals(signals);
|
|
25
|
-
const genericMatch = withoutTaskDomainSignals(match);
|
|
26
|
-
if (genericSignals.length === 0 || genericMatch.length === 0)
|
|
27
|
-
return 0;
|
|
28
|
-
const set = new Set(genericSignals);
|
|
29
|
-
const hit = genericMatch.filter((m) => set.has(m)).length;
|
|
30
|
-
return hit / genericMatch.length; // 覆盖率
|
|
31
|
-
}
|
|
32
|
-
// Weight of the bag-of-words cosine path when it fills the recall gap left by literal + tag overlap.
|
|
33
|
-
const SEMANTIC_WEIGHT = 0.5;
|
|
34
|
-
/**
|
|
35
|
-
* Weight of the preferred-gene confidence factor (fourth factor, positive cross-cycle learning). Kept small so
|
|
36
|
-
* it only re-orders near-ties between already-eligible candidates rather than overriding health / signal match.
|
|
37
|
-
*/
|
|
38
|
-
export const CONFIDENCE_WEIGHT = 0.15;
|
|
39
|
-
/**
|
|
40
|
-
* Weight of the cross-runtime reuse-sentiment factor (#268 phase 1). Deliberately SMALLER than CONFIDENCE_WEIGHT:
|
|
41
|
-
* a self-reported reuse outcome is weaker evidence than the confidence sidecar (which is built from verified cycle
|
|
42
|
-
* history), so it only re-orders near-ties. Clamped to a [-1,1] sentiment, so its contribution is bounded to
|
|
43
|
-
* ±REUSE_WEIGHT and can never dominate health/signal-match.
|
|
44
|
-
*/
|
|
45
|
-
export const REUSE_WEIGHT = 0.1;
|
|
46
|
-
/** Weight of scoped local MemoryGraph outcome evidence. */
|
|
47
|
-
export const MEMORY_GRAPH_WEIGHT = 0.12;
|
|
48
|
-
/** Bounded weight for a canonical task-domain signal match (#628). */
|
|
49
|
-
export const TASK_DOMAIN_WEIGHT = 0.08;
|
|
50
|
-
/** signals_match is weak domain evidence; its maximum score contribution is 0.08 * 0.5 = 0.04. */
|
|
51
|
-
export const TASK_DOMAIN_SIGNAL_EVIDENCE = 0.5;
|
|
52
|
-
const SELECTION_GUARD_MATCH_EPS = 1e-6;
|
|
53
|
-
/**
|
|
54
|
-
* Version of the full engine-health weight vector (health 0.6 + signal-match 0.4 − epigenetic penalty
|
|
55
|
-
* + CONFIDENCE_WEIGHT × confidence + REUSE_WEIGHT × reuse-sentiment). Bumped whenever a factor is added so golden
|
|
56
|
-
* weight snapshots track the change. Composed from the health-weights version so a change to either layer shows.
|
|
57
|
-
*/
|
|
58
|
-
export const LEGACY_SELECTION_WEIGHTS_VERSION = `sel-5-domain(${HEALTH_WEIGHTS_VERSION},conf=${CONFIDENCE_WEIGHT},memory=${MEMORY_GRAPH_WEIGHT},reuse=${REUSE_WEIGHT},domain=${TASK_DOMAIN_WEIGHT})`;
|
|
59
|
-
export const SELECTION_WEIGHTS_VERSION = `sel-6-idf-domain(${HEALTH_WEIGHTS_VERSION},conf=${CONFIDENCE_WEIGHT},memory=${MEMORY_GRAPH_WEIGHT},reuse=${REUSE_WEIGHT},domain=${TASK_DOMAIN_WEIGHT})`;
|
|
60
|
-
const SEMANTIC_CORPUS_LIMIT = 1_000;
|
|
61
|
-
const SEMANTIC_SIGNAL_LIMIT = 16;
|
|
62
|
-
const SEMANTIC_SIGNAL_CHARS = 96;
|
|
63
|
-
const SEMANTIC_GENE_ID_CHARS = 128;
|
|
64
|
-
const SEMANTIC_CATEGORY_CHARS = 96;
|
|
65
|
-
const SEMANTIC_SUMMARY_CHARS = 1_024;
|
|
66
|
-
const SEMANTIC_IDENTITY_CHARS = 256;
|
|
67
|
-
function legacyCandidateSemanticText(candidate) {
|
|
68
|
-
return [
|
|
69
|
-
...withoutTaskDomainSignals(candidate.signalsMatch),
|
|
70
|
-
candidate.category ?? '',
|
|
71
|
-
candidate.summary ?? '',
|
|
72
|
-
].join(' ');
|
|
73
|
-
}
|
|
74
|
-
function boundedSignals(signals) {
|
|
75
|
-
const out = [];
|
|
76
|
-
const genericSignals = withoutTaskDomainSignals(signals);
|
|
77
|
-
const limit = Math.min(genericSignals.length, SEMANTIC_SIGNAL_LIMIT);
|
|
78
|
-
for (let index = 0; index < limit; index += 1) {
|
|
79
|
-
const signal = genericSignals[index];
|
|
80
|
-
if (typeof signal === 'string')
|
|
81
|
-
out.push(signal.slice(0, SEMANTIC_SIGNAL_CHARS));
|
|
82
|
-
}
|
|
83
|
-
return out;
|
|
84
|
-
}
|
|
85
|
-
function semanticCandidateProjection(candidate) {
|
|
86
|
-
const signalsMatch = boundedSignals(candidate.signalsMatch);
|
|
87
|
-
const geneId = candidate.geneId.slice(0, SEMANTIC_GENE_ID_CHARS);
|
|
88
|
-
const category = candidate.category?.slice(0, SEMANTIC_CATEGORY_CHARS);
|
|
89
|
-
const summary = candidate.summary?.slice(0, SEMANTIC_SUMMARY_CHARS);
|
|
90
|
-
return {
|
|
91
|
-
tagInput: {
|
|
92
|
-
signalsMatch,
|
|
93
|
-
geneId,
|
|
94
|
-
...(category ? { category } : {}),
|
|
95
|
-
...(summary ? { summary } : {}),
|
|
96
|
-
},
|
|
97
|
-
text: [...signalsMatch, category ?? '', summary ?? ''].join(' '),
|
|
98
|
-
hasContent: signalsMatch.some((signal) => signal.trim().length > 0)
|
|
99
|
-
|| Boolean(category?.trim())
|
|
100
|
-
|| Boolean(summary?.trim()),
|
|
101
|
-
};
|
|
102
|
-
}
|
|
103
|
-
function buildSelectionSemanticProfile(corpus) {
|
|
104
|
-
const documents = [];
|
|
105
|
-
const identities = new Set();
|
|
106
|
-
for (const candidate of corpus) {
|
|
107
|
-
if (documents.length >= SEMANTIC_CORPUS_LIMIT)
|
|
108
|
-
break;
|
|
109
|
-
const identityValue = candidate.assetId ?? candidate.geneId;
|
|
110
|
-
const identity = `${candidate.assetId ? 'asset' : 'gene'}:${identityValue.slice(0, SEMANTIC_IDENTITY_CHARS)}`;
|
|
111
|
-
if (identities.has(identity))
|
|
112
|
-
continue;
|
|
113
|
-
identities.add(identity);
|
|
114
|
-
const projection = semanticCandidateProjection(candidate);
|
|
115
|
-
if (!projection.hasContent)
|
|
116
|
-
continue;
|
|
117
|
-
documents.push({ tags: geneTags(projection.tagInput), text: projection.text });
|
|
118
|
-
}
|
|
119
|
-
return buildSemanticIdfProfile(documents);
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* Match score with semantic signal expansion (ported from v1): literal coverage first, then fill the
|
|
123
|
-
* recall gap with semantic tag overlap, then with bag-of-words cosine similarity. A perfect literal match
|
|
124
|
-
* short-circuits to 1; otherwise tag overlap adds partial credit (so a '429' signal can reach a gene tagged
|
|
125
|
-
* for 'repair'), and cosine catches lexical similarity the curated tags miss (e.g. a 'timeout_slow' signal
|
|
126
|
-
* vs a gene summarized "fix the slow timeout"). Each layer only fills the gap the previous one left.
|
|
127
|
-
*/
|
|
128
|
-
function expandedMatchScore(signals, c, semanticProfile) {
|
|
129
|
-
const literal = signalMatchScore(signals, c.signalsMatch);
|
|
130
|
-
if (literal >= 1)
|
|
131
|
-
return { score: 1, literal, tag: 0, cos: 0 };
|
|
132
|
-
const projection = semanticProfile ? semanticCandidateProjection(c) : undefined;
|
|
133
|
-
const semanticSignals = semanticProfile ? boundedSignals(signals) : withoutTaskDomainSignals(signals);
|
|
134
|
-
const tag = semanticProfile
|
|
135
|
-
? idfTagOverlapScore(semanticSignals, projection.tagInput, semanticProfile)
|
|
136
|
-
: tagOverlapScore(semanticSignals, {
|
|
137
|
-
signalsMatch: withoutTaskDomainSignals(c.signalsMatch),
|
|
138
|
-
geneId: c.geneId,
|
|
139
|
-
category: c.category,
|
|
140
|
-
summary: c.summary,
|
|
141
|
-
});
|
|
142
|
-
const base = Math.min(1, literal + (1 - literal) * tag);
|
|
143
|
-
if (base >= 1)
|
|
144
|
-
return { score: 1, literal, tag, cos: 0 };
|
|
145
|
-
const cos = semanticProfile
|
|
146
|
-
? idfBagCosine(semanticSignals.join(' '), projection.text, semanticProfile)
|
|
147
|
-
: bagCosine(semanticSignals.join(' '), legacyCandidateSemanticText(c));
|
|
148
|
-
return { score: Math.min(1, base + (1 - base) * cos * SEMANTIC_WEIGHT), literal, tag, cos };
|
|
149
|
-
}
|
|
150
|
-
function taskDomainEvidence(queryDomain, candidateSignals) {
|
|
151
|
-
if (queryDomain.status !== 'resolved')
|
|
152
|
-
return 0;
|
|
153
|
-
const candidateDomain = resolveTaskDomainSignals(candidateSignals);
|
|
154
|
-
return candidateDomain.status === 'resolved' && candidateDomain.slug === queryDomain.slug
|
|
155
|
-
? TASK_DOMAIN_SIGNAL_EVIDENCE
|
|
156
|
-
: 0;
|
|
157
|
-
}
|
|
158
|
-
/** Score one candidate under the engine-health weight vector, including bounded task-domain evidence. */
|
|
159
|
-
function scoreCandidate(signals, c, semanticProfile, queryDomain) {
|
|
160
|
-
const health = geneHealthScore(c.view, { reuseCount: c.reuseCount, antiPatternCount: c.antiPatternCount });
|
|
161
|
-
const m = expandedMatchScore(signals, c, semanticProfile);
|
|
162
|
-
const epi = c.epigeneticPenalty ?? 0;
|
|
163
|
-
// Confidence is the fourth (positive) factor: a [0,1] preferred-gene edge for this signal fingerprint.
|
|
164
|
-
// Clamped defensively so an upstream bug cannot turn the soft nudge into a dominant term.
|
|
165
|
-
const conf = Math.max(0, Math.min(1, c.confidence ?? 0));
|
|
166
|
-
// Cross-runtime reuse sentiment (#268 phase 1): clamped to [-1,1] so an upstream bug cannot turn the soft nudge
|
|
167
|
-
// into a dominant (or unbounded) term. Absent → 0 → no effect (default-off until a caller injects it).
|
|
168
|
-
const reuse = Math.max(-1, Math.min(1, c.reuseAdjust ?? 0));
|
|
169
|
-
const memory = Math.max(-1, Math.min(1, c.memoryBoost ?? 0));
|
|
170
|
-
const domainEvidence = taskDomainEvidence(queryDomain, c.signalsMatch);
|
|
171
|
-
const domainContribution = TASK_DOMAIN_WEIGHT * domainEvidence;
|
|
172
|
-
const score = 0.6 * health.score + 0.4 * m.score - epi + CONFIDENCE_WEIGHT * conf
|
|
173
|
-
+ MEMORY_GRAPH_WEIGHT * memory + REUSE_WEIGHT * reuse + domainContribution;
|
|
174
|
-
const breakdown = m.tag > 0 || m.cos > 0 ? `(literal=${m.literal.toFixed(2)}+tag=${m.tag.toFixed(2)}+cos=${m.cos.toFixed(2)})` : '';
|
|
175
|
-
const reasons = [`health=${health.score.toFixed(3)}(succ=${health.successRate.toFixed(2)},reuse=${health.reuseCount})`, `信号匹配=${m.score.toFixed(2)}${breakdown}`];
|
|
176
|
-
if (epi > 0)
|
|
177
|
-
reasons.push(`epigenetic 环境抑制 -${epi.toFixed(2)}`);
|
|
178
|
-
if (conf > 0)
|
|
179
|
-
reasons.push(`preferred-gene confidence +${(CONFIDENCE_WEIGHT * conf).toFixed(3)} (conf=${conf.toFixed(2)})`);
|
|
180
|
-
if (memory !== 0)
|
|
181
|
-
reasons.push(`scoped memory-graph outcome ${memory >= 0 ? '+' : ''}${(MEMORY_GRAPH_WEIGHT * memory).toFixed(3)} (boost=${memory.toFixed(2)})`);
|
|
182
|
-
if (reuse !== 0)
|
|
183
|
-
reasons.push(`cross-runtime reuse ${reuse >= 0 ? '+' : ''}${(REUSE_WEIGHT * reuse).toFixed(3)} (sentiment=${reuse.toFixed(2)})`);
|
|
184
|
-
if (domainContribution > 0)
|
|
185
|
-
reasons.push(`task_domain match +${domainContribution.toFixed(3)} (evidence=${domainEvidence.toFixed(2)})`);
|
|
186
|
-
return { geneId: c.geneId, ...(c.assetId ? { assetId: c.assetId } : {}), score, matchScore: m.score, health, reasons };
|
|
187
|
-
}
|
|
188
|
-
function matchesForcedGeneId(c, forcedGeneId) {
|
|
189
|
-
return c.geneId === forcedGeneId || c.assetId === forcedGeneId;
|
|
190
|
-
}
|
|
191
|
-
function matchesCandidateIdentity(s, c) {
|
|
192
|
-
return c.assetId ? s.assetId === c.assetId : s.geneId === c.geneId;
|
|
193
|
-
}
|
|
194
|
-
function matchesScoredIdentity(a, b) {
|
|
195
|
-
return b.assetId ? a.assetId === b.assetId : a.geneId === b.geneId;
|
|
196
|
-
}
|
|
197
|
-
function withoutCandidateIdentity(scored, c) {
|
|
198
|
-
return scored.filter((s) => !matchesCandidateIdentity(s, c));
|
|
199
|
-
}
|
|
200
|
-
function candidateForScore(input, scored) {
|
|
201
|
-
// Eligibility is attached to one assembled candidate, not to every logical alias of the same content.
|
|
202
|
-
// Match the exact scored row so an untrusted alias cannot borrow a trusted candidate's UCB1 admission bit.
|
|
203
|
-
return input.candidates.find((candidate) => (candidate.geneId === scored.geneId && candidate.assetId === scored.assetId));
|
|
204
|
-
}
|
|
205
|
-
function compactMetric(value) {
|
|
206
|
-
return Math.round(value * 1_000_000) / 1_000_000;
|
|
207
|
-
}
|
|
208
|
-
function compactChoice(choice) {
|
|
209
|
-
return {
|
|
210
|
-
...choice,
|
|
211
|
-
armId: choice.armId.slice(0, 160),
|
|
212
|
-
meanReward: compactMetric(choice.meanReward),
|
|
213
|
-
...(choice.bonus !== null ? { bonus: compactMetric(choice.bonus) } : { bonus: null }),
|
|
214
|
-
...(choice.index !== null ? { index: compactMetric(choice.index) } : { index: null }),
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
function isReusableGenerationSource(source) {
|
|
218
|
-
return source === 'distilled' || source === 'evolved';
|
|
219
|
-
}
|
|
220
|
-
function isReusableFallbackCandidate(c) {
|
|
221
|
-
if (c.generationSource !== undefined)
|
|
222
|
-
return isReusableGenerationSource(c.generationSource);
|
|
223
|
-
return isDistilledGeneId(c.geneId);
|
|
224
|
-
}
|
|
225
|
-
function forcedSelection(input, scored, scoreForcedFallback, floor) {
|
|
226
|
-
const forcedGeneId = input.forcedGeneId?.trim();
|
|
227
|
-
if (!forcedGeneId)
|
|
228
|
-
return { scoredForChoice: scored };
|
|
229
|
-
const source = input.candidates.find((c) => matchesForcedGeneId(c, forcedGeneId));
|
|
230
|
-
if (source) {
|
|
231
|
-
const forced = scored.find((s) => matchesCandidateIdentity(s, source));
|
|
232
|
-
if (!forced)
|
|
233
|
-
return { scoredForChoice: scored };
|
|
234
|
-
if ((source.epigeneticPenalty ?? 0) > 0) {
|
|
235
|
-
forced.reasons.push('forced gene rejected: epigenetic suppression');
|
|
236
|
-
return { scoredForChoice: withoutCandidateIdentity(scored, source), forceRejected: true };
|
|
237
|
-
}
|
|
238
|
-
forced.reasons.push(`forced gene selected: explicit forcedGeneId matched assembled candidate (${forcedGeneId})`);
|
|
239
|
-
if (floor !== undefined && forced.score <= floor)
|
|
240
|
-
forced.reasons.push(`forced gene selected despite floor ${floor}`);
|
|
241
|
-
return { selectedGeneId: source.geneId, ...(source.assetId ? { selectedAssetId: source.assetId } : {}), scoredForChoice: scored };
|
|
242
|
-
}
|
|
243
|
-
const fallback = (input.distilledFallback ?? []).find((c) => matchesForcedGeneId(c, forcedGeneId));
|
|
244
|
-
if (!fallback)
|
|
245
|
-
return { scoredForChoice: scored };
|
|
246
|
-
const scoredCandidatesOnly = scored.slice();
|
|
247
|
-
const forcedFallback = scoreForcedFallback(fallback);
|
|
248
|
-
scored.push(forcedFallback);
|
|
249
|
-
if ((fallback.epigeneticPenalty ?? 0) > 0) {
|
|
250
|
-
forcedFallback.reasons.push('forced gene rejected: epigenetic suppression');
|
|
251
|
-
return { scoredForChoice: scoredCandidatesOnly, forceRejected: true };
|
|
252
|
-
}
|
|
253
|
-
if (!isReusableFallbackCandidate(fallback)) {
|
|
254
|
-
forcedFallback.reasons.push('forced gene rejected: suppressed fallback');
|
|
255
|
-
return { scoredForChoice: scoredCandidatesOnly, forceRejected: true };
|
|
256
|
-
}
|
|
257
|
-
forcedFallback.reasons.push(`forced gene selected: explicit forcedGeneId matched assembled distilled fallback (${forcedGeneId})`);
|
|
258
|
-
if (floor !== undefined && forcedFallback.score <= floor)
|
|
259
|
-
forcedFallback.reasons.push(`forced gene selected despite floor ${floor}`);
|
|
260
|
-
return { selectedGeneId: fallback.geneId, ...(fallback.assetId ? { selectedAssetId: fallback.assetId } : {}), scoredForChoice: scoredCandidatesOnly };
|
|
261
|
-
}
|
|
262
|
-
/** Refs #626: identify selections whose relevance is absent or cannot discriminate during a plateau. */
|
|
263
|
-
export function assessSelectionGuard(scored, plateauActive) {
|
|
264
|
-
if (scored.length === 0) {
|
|
265
|
-
return { wouldAbstain: true, reason: 'no_match', maxMatch: 0, matchSpread: 0 };
|
|
266
|
-
}
|
|
267
|
-
const matches = scored.map((candidate) => candidate.matchScore ?? 0);
|
|
268
|
-
const maxMatch = Math.max(...matches);
|
|
269
|
-
const minMatch = Math.min(...matches);
|
|
270
|
-
const matchSpread = maxMatch - minMatch;
|
|
271
|
-
const metrics = {
|
|
272
|
-
maxMatch: compactMetric(maxMatch),
|
|
273
|
-
matchSpread: compactMetric(matchSpread),
|
|
274
|
-
};
|
|
275
|
-
if (maxMatch <= SELECTION_GUARD_MATCH_EPS) {
|
|
276
|
-
return { wouldAbstain: true, reason: 'no_match', ...metrics };
|
|
277
|
-
}
|
|
278
|
-
if (plateauActive && scored.length > 1 && matchSpread <= SELECTION_GUARD_MATCH_EPS) {
|
|
279
|
-
return { wouldAbstain: true, reason: 'plateau_flat_match', ...metrics };
|
|
280
|
-
}
|
|
281
|
-
return { wouldAbstain: false, ...metrics };
|
|
282
|
-
}
|
|
283
|
-
/** 实现1: engine 健康分主导(health 0.6 + 信号匹配 0.4). */
|
|
284
|
-
export const engineHealthSelection = {
|
|
285
|
-
name: 'engine-health',
|
|
286
|
-
version: '1',
|
|
287
|
-
run(input, ctx) {
|
|
288
|
-
const semanticProfile = input.disableSemanticIdf || input.semanticCorpus === undefined
|
|
289
|
-
? undefined
|
|
290
|
-
: buildSelectionSemanticProfile(input.semanticCorpus);
|
|
291
|
-
const weightsVersion = semanticProfile ? SELECTION_WEIGHTS_VERSION : LEGACY_SELECTION_WEIGHTS_VERSION;
|
|
292
|
-
const semanticMetadata = semanticProfile
|
|
293
|
-
? {
|
|
294
|
-
semanticProfileVersion: semanticProfile.version,
|
|
295
|
-
semanticDocumentCount: semanticProfile.documentCount,
|
|
296
|
-
}
|
|
297
|
-
: {};
|
|
298
|
-
const queryDomain = resolveTaskDomainSignals(input.signals);
|
|
299
|
-
const scoreForSelection = (candidate) => (scoreCandidate(input.signals, candidate, semanticProfile, queryDomain));
|
|
300
|
-
const scored = input.candidates.map(scoreForSelection).sort((a, b) => b.score - a.score);
|
|
301
|
-
const floor = input.floor ?? 0;
|
|
302
|
-
const forced = forcedSelection(input, scored, scoreForSelection, floor);
|
|
303
|
-
const eligible = forced.scoredForChoice.filter((s) => s.score > floor);
|
|
304
|
-
const guardMode = input.selectionGuard ?? 'legacy';
|
|
305
|
-
const plateauActive = input.exploration?.plateau?.active === true;
|
|
306
|
-
let guardAssessment = assessSelectionGuard(eligible, plateauActive);
|
|
307
|
-
if (eligible.length === 0) {
|
|
308
|
-
const fullAssessment = assessSelectionGuard(forced.scoredForChoice, plateauActive);
|
|
309
|
-
if (fullAssessment.reason !== 'no_match') {
|
|
310
|
-
guardAssessment = {
|
|
311
|
-
wouldAbstain: false,
|
|
312
|
-
...(fullAssessment.maxMatch !== undefined ? { maxMatch: fullAssessment.maxMatch } : {}),
|
|
313
|
-
...(fullAssessment.matchSpread !== undefined ? { matchSpread: fullAssessment.matchSpread } : {}),
|
|
314
|
-
};
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
const policyEligible = guardMode === 'enforce' && guardAssessment.reason === 'no_match'
|
|
318
|
-
? []
|
|
319
|
-
: eligible;
|
|
320
|
-
// Deterministic top by default. Plateau exploration either preserves legacy random drift or, when explicitly
|
|
321
|
-
// requested, evaluates UCB1 over the same adaptive top-N window. Forced selection always wins below.
|
|
322
|
-
const requestedPolicy = input.exploration?.policy ?? 'engine-health';
|
|
323
|
-
const ucb1Active = input.exploration?.plateau?.active === true;
|
|
324
|
-
let drift = { driftMode: 'deterministic', index: 0, intensity: 0 };
|
|
325
|
-
let chosen;
|
|
326
|
-
let selectionPolicy;
|
|
327
|
-
if (forced.selectedGeneId === undefined && ucb1Active && requestedPolicy !== 'engine-health') {
|
|
328
|
-
// Canonicalize ties before slicing the UCB window. The legacy/default ranked list intentionally keeps its
|
|
329
|
-
// stable input-order tie behavior; UCB1 must produce the same arm for any permutation of the same pool.
|
|
330
|
-
const ucbRanked = [...policyEligible].sort((left, right) => {
|
|
331
|
-
const leftScore = Number.isFinite(left.score) ? left.score : Number.NEGATIVE_INFINITY;
|
|
332
|
-
const rightScore = Number.isFinite(right.score) ? right.score : Number.NEGATIVE_INFINITY;
|
|
333
|
-
return rightScore !== leftScore
|
|
334
|
-
? rightScore - leftScore
|
|
335
|
-
: (left.assetId ?? left.geneId).localeCompare(right.assetId ?? right.geneId);
|
|
336
|
-
});
|
|
337
|
-
const window = ucbRanked.slice(0, explorationWindowSize(ucbRanked.length, input.exploration));
|
|
338
|
-
const logicalIdCounts = new Map();
|
|
339
|
-
for (const scored of window) {
|
|
340
|
-
logicalIdCounts.set(scored.geneId, (logicalIdCounts.get(scored.geneId) ?? 0) + 1);
|
|
341
|
-
}
|
|
342
|
-
const history = input.exploration?.ucb1History;
|
|
343
|
-
const result = history
|
|
344
|
-
? chooseUcb1Arm(window.map((scored) => {
|
|
345
|
-
const candidate = candidateForScore(input, scored);
|
|
346
|
-
const armId = scored.assetId ?? scored.geneId;
|
|
347
|
-
return {
|
|
348
|
-
armId,
|
|
349
|
-
baseScore: scored.score,
|
|
350
|
-
explorationEligible: candidate?.explorationEligible === true,
|
|
351
|
-
stats: candidate
|
|
352
|
-
? ucb1StatsForCandidate(history, candidate.geneId, candidate.assetId, (logicalIdCounts.get(candidate.geneId) ?? 0) === 1)
|
|
353
|
-
: { armId, pulls: 0, completedPulls: 0, rewardSum: 0, meanReward: 0 },
|
|
354
|
-
};
|
|
355
|
-
}), history.totalPulls)
|
|
356
|
-
: { choice: null, fallbackReason: 'missing_history' };
|
|
357
|
-
const ucbChosen = result.choice
|
|
358
|
-
? window.find((candidate) => (candidate.assetId ?? candidate.geneId) === result.choice.armId)
|
|
359
|
-
: undefined;
|
|
360
|
-
if (requestedPolicy === 'ucb1' && ucbChosen) {
|
|
361
|
-
chosen = ucbChosen;
|
|
362
|
-
const choice = compactChoice(result.choice);
|
|
363
|
-
chosen.reasons.push('ucb1(index=' + (choice.index ?? 'cold') + ',mean=' + choice.meanReward.toFixed(3) + ',pulls=' + choice.pulls + ')');
|
|
364
|
-
selectionPolicy = {
|
|
365
|
-
requested: requestedPolicy,
|
|
366
|
-
effective: 'ucb1',
|
|
367
|
-
selectionPolicyVersion: UCB1_SELECTION_POLICY_VERSION,
|
|
368
|
-
rewardPolicyVersion: UCB1_REWARD_POLICY_VERSION,
|
|
369
|
-
arm: choice,
|
|
370
|
-
};
|
|
371
|
-
}
|
|
372
|
-
else {
|
|
373
|
-
drift = driftSelect(eligible.length, input.exploration, ctx?.rng ?? Math.random);
|
|
374
|
-
chosen = eligible[drift.index] ?? eligible[0];
|
|
375
|
-
selectionPolicy = {
|
|
376
|
-
requested: requestedPolicy,
|
|
377
|
-
effective: 'engine-health',
|
|
378
|
-
selectionPolicyVersion: UCB1_SELECTION_POLICY_VERSION,
|
|
379
|
-
rewardPolicyVersion: UCB1_REWARD_POLICY_VERSION,
|
|
380
|
-
...(result.choice ? {
|
|
381
|
-
arm: compactChoice(result.choice),
|
|
382
|
-
shadowArmId: result.choice.armId.slice(0, 160),
|
|
383
|
-
shadowDisagrees: Boolean(chosen && (chosen.assetId ?? chosen.geneId) !== result.choice.armId),
|
|
384
|
-
} : {}),
|
|
385
|
-
...(result.fallbackReason ? { fallbackReason: result.fallbackReason } : {}),
|
|
386
|
-
};
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
else {
|
|
390
|
-
drift = driftSelect(eligible.length, input.exploration, ctx?.rng ?? Math.random);
|
|
391
|
-
chosen = eligible[drift.index] ?? eligible[0];
|
|
392
|
-
}
|
|
393
|
-
const forcedSelected = forced.selectedGeneId !== undefined;
|
|
394
|
-
const ucb1ResolvedPlateau = guardAssessment.reason === 'plateau_flat_match'
|
|
395
|
-
&& selectionPolicy?.effective === 'ucb1';
|
|
396
|
-
const guardApplied = guardMode === 'enforce'
|
|
397
|
-
&& !forcedSelected
|
|
398
|
-
&& guardAssessment.wouldAbstain
|
|
399
|
-
&& !ucb1ResolvedPlateau;
|
|
400
|
-
if (guardApplied) {
|
|
401
|
-
chosen = undefined;
|
|
402
|
-
}
|
|
403
|
-
let selectedGeneId = forced.selectedGeneId ?? (chosen ? chosen.geneId : null);
|
|
404
|
-
let selectedAssetId = forced.selectedAssetId ?? chosen?.assetId;
|
|
405
|
-
let fallbackSelected = false;
|
|
406
|
-
if (!selectedGeneId) {
|
|
407
|
-
// Issue #97 (ported from v1 selector.js): no candidate matched any live signal (every gene scored <= 0). Rather
|
|
408
|
-
// than fall straight through to a blind innovate, reuse a *distilled* (or evolved) gene if one is available.
|
|
409
|
-
// The fallback pool is built by candidateAssembly, which now filters by generation_meta.source ∈ {distilled,
|
|
410
|
-
// evolved} (V1 #302), falling back to the `gene_distilled_` id namespace for legacy genes. The id-prefix check
|
|
411
|
-
// below is a defense-in-depth filter for callers that bypass candidateAssembly; the authoritative provenance
|
|
412
|
-
// lives on generation_meta (see geneGenerationSource). The safety rests on the upstream gates (trust #30 /
|
|
413
|
-
// review #89-91 / signal-ban / inert-ban #195) plus the epigenetic skip below, not on a skill-provenance
|
|
414
|
-
// low-blast-radius assumption. We skip any distilled fallback epigenetically suppressed in this env; v2's
|
|
415
|
-
// event-log-derived epigeneticPenalty is the analog of v1's asset-mark hard suppression (related band, not the
|
|
416
|
-
// identical predicate). No usable distilled fallback → stay null so the caller still innovates (the contract).
|
|
417
|
-
//
|
|
418
|
-
// v1 #97 parity: the distilled fallback is a *no-signal-match* last resort — it must fire only when NOTHING
|
|
419
|
-
// scored above zero, NOT merely when nothing cleared a positive `floor`. Otherwise a real but weak signal match
|
|
420
|
-
// (0 < score <= floor) would be preempted by an unrelated zero-evidence distilled gene; V1 (which has no floor)
|
|
421
|
-
// keeps such a match. When candidates scored > 0 but below floor, defer to V2's floor policy (innovate).
|
|
422
|
-
const normalPoolHasMatch = forced.scoredForChoice.some((candidate) => (candidate.matchScore ?? 0) > SELECTION_GUARD_MATCH_EPS);
|
|
423
|
-
const noSignalMatch = !forced.forceRejected
|
|
424
|
-
&& ((guardApplied && guardAssessment.reason === 'no_match' && !normalPoolHasMatch)
|
|
425
|
-
|| forced.scoredForChoice.every((candidate) => candidate.score <= 0));
|
|
426
|
-
const fallback = noSignalMatch
|
|
427
|
-
? (input.distilledFallback ?? [])
|
|
428
|
-
.filter((candidate) => isReusableFallbackCandidate(candidate) && (candidate.epigeneticPenalty ?? 0) === 0)
|
|
429
|
-
.map((candidate) => ({ candidate, scored: scoreForSelection(candidate) }))
|
|
430
|
-
.sort((left, right) => right.scored.score - left.scored.score || left.candidate.geneId.localeCompare(right.candidate.geneId))[0]
|
|
431
|
-
: undefined;
|
|
432
|
-
if (fallback) {
|
|
433
|
-
const { candidate: fb, scored: fbScored } = fallback;
|
|
434
|
-
fbScored.reasons.push('distilled_fallback(#97): 无信号匹配, 低置信度复用蒸馏 gene');
|
|
435
|
-
scored.push(fbScored);
|
|
436
|
-
selectedGeneId = fb.geneId;
|
|
437
|
-
selectedAssetId = fb.assetId;
|
|
438
|
-
fallbackSelected = true;
|
|
439
|
-
}
|
|
440
|
-
else if (!guardApplied) {
|
|
441
|
-
forced.scoredForChoice.forEach((candidate) => candidate.reasons.push(`< floor ${floor} → innovate`));
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
else if (forced.selectedGeneId === undefined && selectionPolicy?.effective !== 'ucb1' && drift.driftMode !== 'deterministic') {
|
|
445
|
-
scored.find((s) => s.geneId === selectedGeneId)?.reasons.push(`drift(${drift.driftMode},intensity=${drift.intensity.toFixed(2)})`);
|
|
446
|
-
}
|
|
447
|
-
if (selectionPolicy?.requested === 'ucb1-shadow' && selectionPolicy.shadowArmId) {
|
|
448
|
-
selectionPolicy.shadowDisagrees = (selectedAssetId ?? selectedGeneId) !== selectionPolicy.shadowArmId;
|
|
449
|
-
}
|
|
450
|
-
const selectionGuard = guardMode === 'legacy'
|
|
451
|
-
? undefined
|
|
452
|
-
: {
|
|
453
|
-
mode: guardMode,
|
|
454
|
-
version: SELECTION_GUARD_VERSION,
|
|
455
|
-
status: forcedSelected
|
|
456
|
-
? 'forced'
|
|
457
|
-
: ucb1ResolvedPlateau
|
|
458
|
-
? 'ucb1'
|
|
459
|
-
: fallbackSelected
|
|
460
|
-
? 'fallback'
|
|
461
|
-
: guardApplied
|
|
462
|
-
? 'innovate'
|
|
463
|
-
: guardAssessment.wouldAbstain
|
|
464
|
-
? 'shadow'
|
|
465
|
-
: 'allowed',
|
|
466
|
-
...(guardAssessment.wouldAbstain && guardAssessment.reason ? { reason: guardAssessment.reason } : {}),
|
|
467
|
-
...(guardAssessment.maxMatch !== undefined ? { maxMatch: guardAssessment.maxMatch } : {}),
|
|
468
|
-
...(guardAssessment.matchSpread !== undefined ? { matchSpread: guardAssessment.matchSpread } : {}),
|
|
469
|
-
};
|
|
470
|
-
return decisionWithWarnings(input, {
|
|
471
|
-
selectedGeneId,
|
|
472
|
-
...(selectedAssetId ? { selectedAssetId } : {}),
|
|
473
|
-
candidates: scored,
|
|
474
|
-
weightsVersion,
|
|
475
|
-
...semanticMetadata,
|
|
476
|
-
strategyName: 'engine-health',
|
|
477
|
-
...(selectionPolicy ? { selectionPolicy } : {}),
|
|
478
|
-
...(selectionGuard ? { selectionGuard } : {}),
|
|
479
|
-
});
|
|
480
|
-
},
|
|
481
|
-
};
|
|
482
|
-
/** 实现2: 纯信号匹配采样(忽略 health, 对照基线 — 经验主义要可对比). */
|
|
483
|
-
export const signalMatchSelection = {
|
|
484
|
-
name: 'signal-match',
|
|
485
|
-
version: '1',
|
|
486
|
-
run(input) {
|
|
487
|
-
const scoreSignalCandidate = (c) => ({
|
|
488
|
-
geneId: c.geneId, ...(c.assetId ? { assetId: c.assetId } : {}), score: signalMatchScore(input.signals, c.signalsMatch),
|
|
489
|
-
reasons: [`纯信号匹配=${signalMatchScore(input.signals, c.signalsMatch).toFixed(2)}`],
|
|
490
|
-
});
|
|
491
|
-
const scored = input.candidates.map((c) => scoreSignalCandidate(c)).sort((a, b) => b.score - a.score);
|
|
492
|
-
const forced = forcedSelection(input, scored, scoreSignalCandidate, input.floor ?? 0);
|
|
493
|
-
const top = forced.scoredForChoice[0];
|
|
494
|
-
const selectedGeneId = forced.selectedGeneId ?? (top && top.score > (input.floor ?? 0) ? top.geneId : null);
|
|
495
|
-
const selectedAssetId = forced.selectedAssetId ?? (selectedGeneId === top?.geneId ? top.assetId : undefined);
|
|
496
|
-
return decisionWithWarnings(input, {
|
|
497
|
-
selectedGeneId,
|
|
498
|
-
...(selectedAssetId ? { selectedAssetId } : {}),
|
|
499
|
-
candidates: scored, weightsVersion: 'none', strategyName: 'signal-match',
|
|
500
|
-
});
|
|
501
|
-
},
|
|
502
|
-
};
|
|
503
|
-
/** 实现3: agent 主导(注入决策回调; engine 只给候选+分, agent 拍板, D26 agent 一等公民). */
|
|
504
|
-
export function agentLedSelection(pick) {
|
|
505
|
-
return {
|
|
506
|
-
name: 'agent-led',
|
|
507
|
-
version: '1',
|
|
508
|
-
run(input, ctx) {
|
|
509
|
-
const baseDecision = engineHealthSelection.run(input, ctx);
|
|
510
|
-
const base = baseDecision.candidates;
|
|
511
|
-
const decisionMetadata = {
|
|
512
|
-
weightsVersion: baseDecision.weightsVersion,
|
|
513
|
-
...(baseDecision.semanticProfileVersion
|
|
514
|
-
? { semanticProfileVersion: baseDecision.semanticProfileVersion }
|
|
515
|
-
: {}),
|
|
516
|
-
...(baseDecision.semanticDocumentCount !== undefined
|
|
517
|
-
? { semanticDocumentCount: baseDecision.semanticDocumentCount }
|
|
518
|
-
: {}),
|
|
519
|
-
};
|
|
520
|
-
const forced = input.forcedGeneId ? base.find((s) => s.reasons.some((r) => r.includes('forced gene'))) : undefined;
|
|
521
|
-
if (forced?.reasons.some((r) => r.includes('forced gene selected'))) {
|
|
522
|
-
return decisionWithWarnings(input, {
|
|
523
|
-
selectedGeneId: forced.geneId,
|
|
524
|
-
...(forced.assetId ? { selectedAssetId: forced.assetId } : {}),
|
|
525
|
-
candidates: base,
|
|
526
|
-
...decisionMetadata,
|
|
527
|
-
strategyName: 'agent-led',
|
|
528
|
-
});
|
|
529
|
-
}
|
|
530
|
-
const candidatesForPick = forced?.reasons.some((r) => r.includes('forced gene rejected')) ? base.filter((s) => !matchesScoredIdentity(s, forced)) : base;
|
|
531
|
-
const choice = pick(candidatesForPick, input);
|
|
532
|
-
const selected = candidatesForPick.find((s) => s.geneId === choice) ?? base.find((s) => s.geneId === choice);
|
|
533
|
-
return decisionWithWarnings(input, {
|
|
534
|
-
selectedGeneId: choice,
|
|
535
|
-
...(selected?.assetId ? { selectedAssetId: selected.assetId } : {}),
|
|
536
|
-
candidates: base,
|
|
537
|
-
...decisionMetadata,
|
|
538
|
-
strategyName: 'agent-led',
|
|
539
|
-
});
|
|
540
|
-
},
|
|
541
|
-
};
|
|
542
|
-
}
|
|
543
|
-
/** 选 gene StrategyPoint: 默认 engine-health, 备选 signal-match(+ 可注册 agent-led). */
|
|
544
|
-
export function makeGeneSelectionPoint() {
|
|
545
|
-
return new StrategyPoint('gene-selection', engineHealthSelection).register(signalMatchSelection);
|
|
546
|
-
}
|
|
1
|
+
const _0x25b1fb=_0x10d6;(function(_0x596da6,_0x11a453){const _0x1503f1=_0x10d6,_0x187bc0=_0x596da6();while(!![]){try{const _0x4fc603=parseInt(_0x1503f1(0x429,'\x43\x72\x73\x57'))/(-0x24c1+-0x5f5+-0xf*-0x2d9)*(parseInt(_0x1503f1(0x431,'\x63\x56\x79\x69'))/(-0x1e27*-0x1+-0xd81*-0x1+0x12e*-0x25))+-parseInt(_0x1503f1(0x385,'\x71\x30\x78\x24'))/(0x1914+0x1*0x12df+-0x2bf0)*(parseInt(_0x1503f1(0x356,'\x67\x76\x68\x26'))/(-0x2579+0x1*-0x14fb+-0x8*-0x74f))+parseInt(_0x1503f1(0x235,'\x6b\x5e\x41\x26'))/(-0x2685+-0x160c+0x3c96)*(parseInt(_0x1503f1(0x29d,'\x42\x73\x5e\x5d'))/(0xb34+0x1*-0x11fe+0x6d0))+parseInt(_0x1503f1(0x3aa,'\x4e\x44\x66\x4c'))/(-0x1070*0x1+0x1366+0x2ef*-0x1)+parseInt(_0x1503f1(0x3e0,'\x5a\x6b\x4b\x5b'))/(-0xca0+0x96a+-0x19f*-0x2)+-parseInt(_0x1503f1(0x3ca,'\x2a\x57\x66\x4e'))/(0x1c53+-0x2f*0x71+-0x1*0x78b)+-parseInt(_0x1503f1(0x2a9,'\x30\x37\x29\x21'))/(-0x1dd8+0x188+0x1c5a)*(parseInt(_0x1503f1(0x3a8,'\x24\x69\x4c\x21'))/(-0x92*0x3e+0x1592+0xdd5*0x1));if(_0x4fc603===_0x11a453)break;else _0x187bc0['push'](_0x187bc0['shift']());}catch(_0x5b9006){_0x187bc0['push'](_0x187bc0['shift']());}}}(_0x3b1b,-0x3*-0x67ae8+0xa0bb*0x9+0x16*-0x9915));import{StrategyPoint}from'\x2e\x2e\x2f\x73\x74\x72\x61\x74\x65\x67\x79\x2f\x73\x74\x72\x61\x74\x65\x67\x79\x50\x6f\x69\x6e\x74\x2e\x6a\x73';import{geneHealthScore,HEALTH_WEIGHTS_VERSION}from'\x2e\x2f\x67\x65\x6e\x65\x48\x65\x61\x6c\x74\x68\x2e\x6a\x73';import{bagCosine,buildSemanticIdfProfile,geneTags,idfBagCosine,idfTagOverlapScore,tagOverlapScore}from'\x2e\x2e\x2f\x73\x69\x67\x6e\x61\x6c\x73\x2f\x65\x78\x70\x61\x6e\x64\x2e\x6a\x73';import{driftSelect,explorationWindowSize}from'\x2e\x2f\x65\x78\x70\x6c\x6f\x72\x61\x74\x69\x6f\x6e\x2e\x6a\x73';import{isDistilledGeneId}from'\x2e\x2f\x67\x65\x6e\x65\x49\x6e\x74\x61\x6b\x65\x2e\x6a\x73';import{chooseUcb1Arm,ucb1StatsForCandidate,UCB1_REWARD_POLICY_VERSION,UCB1_SELECTION_POLICY_VERSION}from'\x2e\x2f\x75\x63\x62\x31\x2e\x6a\x73';function _0x3b1b(){const _0x409a55=['\x44\x53\x6f\x66\x57\x35\x33\x63\x4b\x4c\x43','\x44\x32\x72\x36\x57\x50\x53\x48\x74\x48\x71','\x67\x71\x6d\x74\x57\x51\x35\x6b\x57\x37\x6e\x52\x66\x57','\x57\x37\x30\x2f\x57\x36\x74\x64\x47\x76\x42\x64\x50\x38\x6f\x4d\x57\x4f\x61','\x57\x4f\x48\x54\x43\x38\x6f\x74\x57\x52\x68\x63\x4a\x6d\x6b\x68\x77\x61','\x42\x43\x6f\x44\x57\x37\x68\x63\x54\x38\x6b\x4f\x57\x36\x78\x64\x55\x53\x6b\x57','\x57\x35\x47\x48\x61\x53\x6b\x78\x6a\x33\x37\x64\x4c\x38\x6f\x6b','\x57\x51\x76\x47\x57\x36\x70\x64\x4e\x47','\x44\x43\x6b\x6e\x68\x63\x46\x63\x48\x38\x6f\x78','\x57\x34\x7a\x6e\x57\x50\x72\x4a\x41\x6d\x6f\x64\x61\x53\x6b\x4d','\x57\x36\x44\x7a\x6e\x43\x6f\x65\x57\x51\x4b\x6c','\x79\x53\x6b\x65\x73\x38\x6f\x2b','\x57\x37\x4e\x63\x53\x30\x50\x72\x73\x47','\x57\x50\x48\x31\x46\x38\x6f\x75\x57\x36\x34','\x6d\x38\x6b\x54\x6e\x33\x4b\x30\x64\x47','\x44\x38\x6b\x46\x78\x43\x6b\x32\x63\x63\x43\x2f\x64\x47','\x70\x78\x68\x63\x55\x4e\x70\x64\x4c\x6d\x6f\x62\x75\x59\x57','\x57\x35\x64\x64\x49\x6d\x6f\x58\x57\x51\x5a\x64\x49\x72\x7a\x55\x57\x37\x69','\x57\x37\x78\x64\x50\x6d\x6f\x62\x45\x57','\x57\x35\x69\x4c\x66\x6d\x6b\x2f\x64\x32\x34','\x46\x53\x6f\x75\x57\x35\x64\x63\x4c\x66\x4f','\x41\x64\x4a\x63\x4f\x4c\x7a\x31\x46\x61\x38','\x57\x51\x38\x51\x57\x36\x76\x4f\x45\x53\x6f\x49\x57\x52\x4b','\x57\x50\x44\x37\x78\x53\x6f\x2f\x57\x4f\x78\x63\x51\x57','\x46\x53\x6f\x68\x57\x34\x2f\x63\x49\x76\x33\x63\x51\x57','\x57\x50\x78\x64\x49\x38\x6f\x6c','\x57\x34\x78\x63\x4d\x49\x74\x63\x51\x57','\x57\x50\x61\x77\x6a\x4d\x71','\x41\x68\x5a\x64\x50\x53\x6f\x4c\x69\x77\x4c\x4f\x45\x61','\x45\x57\x61\x2f\x57\x37\x4e\x64\x48\x43\x6b\x6b\x73\x38\x6b\x64','\x57\x52\x5a\x64\x4f\x43\x6b\x32\x57\x35\x43','\x79\x4e\x37\x63\x51\x6f\x45\x6d\x52\x55\x77\x4a\x49\x2b\x41\x6b\x4e\x6f\x77\x69\x56\x59\x57','\x57\x35\x6e\x77\x57\x50\x72\x50\x79\x38\x6f\x61','\x43\x67\x6e\x44\x57\x50\x79\x32\x78\x64\x68\x64\x56\x61','\x57\x51\x50\x39\x57\x37\x4e\x64\x4d\x75\x64\x64\x48\x47','\x57\x52\x6c\x63\x55\x66\x34\x67\x57\x52\x35\x79\x76\x4c\x34','\x78\x6d\x6f\x56\x7a\x33\x69','\x77\x78\x68\x63\x55\x67\x58\x6b\x74\x53\x6b\x58','\x44\x6f\x41\x75\x51\x6f\x73\x2b\x55\x6f\x77\x70\x51\x2b\x77\x6e\x48\x6f\x4d\x65\x50\x33\x38\x45','\x42\x53\x6b\x39\x57\x34\x76\x78\x57\x50\x4e\x64\x51\x38\x6b\x4e\x69\x61','\x57\x35\x6e\x6e\x57\x50\x72\x30','\x57\x52\x50\x53\x57\x36\x4a\x63\x47\x71','\x6d\x4b\x56\x63\x47\x38\x6b\x76\x76\x65\x7a\x71\x63\x61','\x79\x43\x6b\x75\x76\x6d\x6f\x5a\x67\x64\x79\x32\x64\x57','\x57\x37\x48\x75\x6f\x53\x6f\x68\x57\x52\x69\x75','\x41\x64\x4a\x63\x4f\x4c\x7a\x31\x46\x66\x66\x39','\x62\x53\x6b\x4b\x69\x47\x35\x34\x57\x34\x33\x64\x54\x38\x6f\x5a','\x57\x52\x78\x64\x52\x30\x75\x4d\x57\x36\x4a\x64\x53\x75\x38','\x57\x51\x57\x72\x74\x38\x6f\x69\x57\x36\x4e\x64\x55\x47','\x57\x52\x42\x64\x51\x43\x6b\x34\x70\x38\x6b\x52\x66\x61','\x6c\x67\x68\x64\x53\x71\x47\x53\x6a\x75\x72\x50\x57\x36\x4a\x63\x47\x75\x71\x37\x57\x51\x30','\x41\x6d\x6f\x75\x57\x35\x56\x63\x4b\x4c\x46\x63\x4f\x6d\x6f\x71','\x57\x35\x71\x30\x67\x43\x6b\x59','\x57\x34\x52\x63\x48\x73\x74\x63\x4f\x4c\x46\x64\x55\x5a\x57\x76','\x57\x36\x7a\x44\x6b\x57','\x57\x35\x6a\x48\x57\x4f\x35\x56\x7a\x6d\x6f\x65\x72\x57','\x43\x77\x35\x44\x57\x4f\x65\x32\x72\x71\x6d','\x57\x52\x5a\x64\x50\x38\x6b\x51\x57\x35\x61\x48\x57\x36\x57\x2b\x42\x57','\x57\x35\x2f\x64\x4e\x38\x6f\x52\x57\x51\x33\x64\x4e\x63\x54\x56','\x6c\x6d\x6b\x4b\x57\x37\x64\x63\x4d\x77\x57','\x57\x50\x74\x64\x52\x38\x6b\x49\x70\x38\x6b\x67','\x74\x43\x6f\x39\x43\x78\x74\x63\x4d\x43\x6b\x33\x57\x52\x5a\x64\x50\x61','\x45\x57\x79\x38\x57\x36\x37\x64\x47\x57','\x7a\x33\x74\x64\x56\x6d\x6f\x4b\x6f\x4d\x58\x4c','\x57\x4f\x4f\x51\x79\x47\x4e\x63\x50\x71\x4e\x63\x52\x38\x6b\x44','\x57\x4f\x69\x54\x43\x61\x2f\x63\x52\x49\x37\x63\x54\x53\x6b\x7a','\x57\x36\x57\x71\x74\x53\x6f\x63\x57\x37\x5a\x64\x55\x30\x33\x63\x52\x47','\x65\x38\x6b\x54\x6c\x57\x7a\x31\x57\x35\x56\x64\x4c\x43\x6f\x51','\x45\x68\x74\x64\x52\x38\x6f\x56\x6b\x77\x65\x4b\x79\x71','\x77\x6d\x6f\x51\x44\x71','\x57\x50\x78\x63\x4f\x4b\x76\x74\x70\x53\x6f\x34','\x57\x35\x6d\x50\x66\x6d\x6b\x2b','\x78\x33\x56\x63\x4e\x33\x7a\x44\x72\x43\x6b\x4d','\x43\x32\x72\x71\x57\x50\x53\x36\x75\x47','\x57\x35\x39\x57\x79\x43\x6b\x45\x76\x57','\x61\x57\x34\x69\x57\x52\x4c\x62','\x57\x35\x79\x48\x64\x53\x6b\x2f\x69\x77\x78\x64\x48\x53\x6f\x42','\x41\x64\x6c\x63\x51\x4b\x50\x58\x44\x64\x50\x2f','\x68\x71\x47\x6b\x57\x51\x72\x77\x57\x37\x4c\x61\x64\x61','\x6d\x53\x6b\x4d\x57\x36\x38','\x57\x51\x75\x41\x72\x53\x6f\x67\x57\x37\x70\x64\x54\x57\x37\x64\x55\x57','\x57\x4f\x35\x33\x43\x6d\x6f\x79\x57\x37\x4e\x64\x4a\x38\x6b\x68','\x78\x38\x6f\x2f\x45\x68\x2f\x63\x4a\x53\x6f\x55\x57\x52\x78\x64\x50\x71','\x42\x6d\x6f\x61\x57\x37\x78\x63\x56\x53\x6b\x31\x57\x37\x52\x64\x53\x53\x6b\x51','\x57\x34\x66\x72\x57\x50\x76\x4c\x45\x43\x6f\x55\x72\x47','\x79\x38\x6f\x78\x57\x36\x5a\x63\x56\x61','\x45\x38\x6b\x31\x57\x36\x7a\x71\x57\x50\x78\x63\x4f\x38\x6b\x56','\x57\x51\x30\x72\x71\x6d\x6f\x62\x57\x34\x2f\x64\x54\x31\x74\x64\x53\x47','\x46\x43\x6f\x78\x57\x37\x68\x63\x53\x38\x6b\x32\x57\x35\x4a\x64\x50\x53\x6b\x59','\x44\x6d\x6b\x44\x76\x38\x6f\x35\x63\x71','\x57\x4f\x33\x64\x49\x43\x6f\x72\x6c\x53\x6b\x5a\x64\x6d\x6f\x7a\x64\x71','\x57\x51\x6a\x77\x57\x35\x6c\x64\x47\x66\x64\x63\x47\x53\x6b\x58\x45\x71','\x41\x4d\x4e\x64\x51\x38\x6f\x50','\x57\x4f\x42\x64\x51\x4d\x43\x4f\x57\x36\x79','\x78\x38\x6f\x35\x45\x32\x4a\x63\x49\x6d\x6f\x2b\x57\x50\x42\x64\x52\x47','\x57\x50\x35\x4b\x44\x38\x6b\x76\x72\x4e\x42\x63\x56\x57','\x57\x4f\x6d\x34\x57\x36\x6a\x55\x7a\x53\x6f\x34\x57\x51\x31\x30','\x57\x50\x34\x32\x57\x51\x70\x64\x4f\x77\x70\x64\x50\x4b\x34','\x57\x4f\x4a\x64\x47\x38\x6b\x31\x6e\x6d\x6b\x65','\x79\x43\x6b\x62\x66\x73\x5a\x63\x52\x38\x6f\x46\x79\x47','\x57\x50\x2f\x64\x4a\x38\x6f\x44\x45\x53\x6b\x59\x61\x71','\x57\x4f\x6e\x34\x7a\x71','\x57\x50\x4c\x34\x44\x53\x6b\x74\x76\x31\x56\x64\x55\x57\x79','\x57\x35\x57\x5a\x70\x6d\x6b\x5a\x6b\x67\x70\x64\x47\x6d\x6f\x68','\x57\x35\x5a\x63\x4d\x49\x64\x63\x4f\x61','\x46\x53\x6b\x6e\x68\x63\x78\x63\x55\x53\x6f\x42','\x57\x4f\x30\x43\x68\x78\x71','\x57\x52\x68\x64\x49\x33\x39\x36\x43\x61\x68\x63\x4d\x71\x6d','\x7a\x57\x53\x61\x57\x37\x70\x64\x4b\x38\x6b\x6d\x74\x43\x6b\x63','\x57\x36\x72\x46\x65\x47','\x57\x50\x33\x64\x48\x6d\x6f\x75\x44\x53\x6b\x76\x61\x6d\x6b\x68\x65\x71','\x46\x53\x6f\x42\x57\x35\x4e\x64\x47\x65\x64\x63\x4f\x6d\x6f\x6a\x57\x4f\x38','\x57\x51\x56\x64\x49\x75\x4f\x4f\x57\x36\x6c\x64\x51\x57','\x6e\x38\x6b\x50\x6c\x78\x4b\x41\x62\x73\x66\x68','\x57\x52\x56\x64\x55\x38\x6b\x52\x57\x35\x79\x57\x57\x34\x66\x36','\x57\x52\x74\x63\x51\x66\x4c\x5a\x66\x53\x6f\x2f\x68\x57','\x57\x34\x6d\x6b\x69\x77\x62\x78\x6e\x4a\x74\x64\x49\x47','\x57\x4f\x65\x33\x57\x37\x62\x4b\x41\x53\x6f\x6f\x57\x52\x6e\x4c','\x70\x38\x6f\x78\x57\x34\x79\x45\x66\x57','\x74\x31\x31\x76\x57\x36\x61\x2f\x41\x47','\x57\x4f\x47\x50\x41\x47\x4e\x63\x4a\x58\x4b','\x57\x52\x58\x4a\x57\x37\x2f\x64\x4c\x57','\x57\x52\x69\x72\x74\x43\x6f\x6b\x57\x36\x56\x64\x53\x30\x33\x64\x53\x61','\x57\x51\x52\x64\x4a\x76\x75\x65\x57\x36\x64\x64\x50\x4b\x4e\x63\x56\x47','\x57\x35\x56\x64\x4c\x6d\x6f\x4f\x57\x51\x74\x64\x48\x58\x62\x51\x57\x51\x79','\x46\x6d\x6b\x2f\x57\x35\x71','\x57\x52\x33\x63\x54\x75\x48\x74\x65\x38\x6f\x42\x65\x53\x6b\x35','\x57\x52\x68\x63\x52\x30\x72\x46\x66\x6d\x6f\x35','\x57\x4f\x6a\x32\x45\x61','\x57\x34\x52\x64\x47\x38\x6f\x45\x57\x51\x68\x64\x4b\x61\x44\x56','\x57\x50\x61\x43\x6f\x68\x76\x65\x6d\x64\x74\x64\x4e\x71','\x66\x38\x6b\x70\x6e\x57','\x57\x4f\x79\x38\x57\x37\x44\x48\x45\x53\x6f\x64\x57\x36\x61','\x57\x37\x42\x64\x4f\x33\x74\x64\x51\x53\x6f\x5a','\x57\x50\x30\x36\x57\x37\x4c\x2f\x41\x57','\x57\x52\x70\x64\x4e\x4e\x48\x34\x78\x61\x53','\x44\x53\x6b\x75\x74\x6d\x6f\x5a\x63\x73\x38\x36\x62\x71','\x41\x6d\x6f\x71\x57\x35\x68\x63\x47\x76\x5a\x63\x53\x43\x6f\x6b\x57\x4f\x4b','\x62\x32\x42\x63\x56\x67\x50\x77\x72\x43\x6f\x2f','\x73\x4e\x4a\x63\x54\x78\x62\x73\x72\x43\x6b\x4d','\x74\x4c\x4c\x73\x57\x36\x4c\x4a','\x57\x36\x31\x74\x6b\x43\x6f\x61\x57\x52\x47\x68\x57\x52\x37\x63\x49\x71','\x57\x4f\x6d\x42\x76\x6d\x6f\x62\x57\x36\x4b','\x57\x51\x68\x63\x53\x4b\x48\x76\x65\x53\x6f\x56\x62\x6d\x6b\x66','\x41\x74\x74\x63\x53\x65\x54\x58\x75\x72\x48\x36','\x6f\x43\x6b\x52\x57\x37\x37\x63\x4e\x31\x7a\x75\x6f\x30\x53','\x57\x35\x50\x53\x57\x36\x4a\x63\x4a\x61\x33\x63\x4e\x38\x6f\x33','\x57\x4f\x69\x6e\x6e\x33\x47','\x70\x53\x6f\x52\x57\x50\x65\x6d\x57\x35\x4a\x64\x56\x53\x6f\x39\x43\x43\x6b\x6a\x7a\x53\x6b\x52\x6a\x53\x6f\x4d\x76\x47','\x45\x78\x4a\x64\x51\x43\x6f\x59\x6a\x32\x6d','\x45\x78\x4a\x64\x55\x38\x6f\x55\x6a\x68\x54\x53\x41\x61','\x57\x35\x52\x64\x52\x38\x6b\x35\x6b\x43\x6f\x46','\x61\x57\x75\x67\x57\x51\x39\x6c\x57\x37\x44\x64\x65\x71','\x57\x51\x56\x49\x48\x51\x35\x37\x57\x34\x52\x63\x53\x57\x33\x63\x4c\x53\x6b\x41','\x42\x64\x37\x63\x53\x66\x72\x57\x75\x72\x35\x4a','\x6f\x53\x6b\x50\x57\x37\x52\x64\x49\x33\x50\x43\x6e\x4c\x4f','\x71\x4c\x7a\x70\x57\x36\x34\x43\x79\x38\x6f\x6f\x57\x4f\x6d','\x57\x34\x64\x64\x51\x31\x74\x64\x55\x38\x6f\x58\x57\x51\x47','\x57\x51\x6c\x63\x51\x30\x6a\x76\x68\x53\x6f\x4f\x76\x38\x6b\x58','\x77\x68\x5a\x63\x55\x68\x54\x6b\x76\x38\x6b\x67\x57\x51\x69','\x57\x51\x47\x50\x41\x47\x4e\x63\x4a\x58\x4b','\x57\x52\x6c\x64\x4d\x4e\x50\x58\x44\x57\x37\x63\x4e\x58\x57','\x57\x52\x61\x62\x75\x53\x6f\x68','\x57\x50\x64\x64\x55\x6d\x6b\x5a','\x7a\x78\x6c\x64\x4c\x38\x6f\x53\x6b\x78\x4c\x51\x7a\x61','\x57\x4f\x56\x64\x49\x43\x6f\x43\x42\x43\x6b\x45\x61\x43\x6f\x53\x66\x47','\x79\x6d\x6f\x77\x57\x36\x68\x63\x54\x38\x6b\x49','\x57\x52\x78\x64\x49\x67\x76\x34\x79\x73\x42\x63\x4d\x61','\x57\x36\x42\x63\x56\x53\x6b\x42\x74\x4c\x30','\x57\x4f\x35\x33\x43\x38\x6b\x78\x57\x37\x4a\x64\x49\x43\x6b\x6f\x72\x71','\x68\x4d\x64\x63\x55\x4d\x46\x64\x4d\x6d\x6f\x6a\x43\x62\x75','\x57\x34\x46\x63\x4b\x63\x4e\x64\x50\x76\x70\x64\x50\x49\x4f\x65','\x62\x71\x34\x66\x57\x37\x4f','\x57\x50\x78\x64\x4b\x38\x6b\x57\x6f\x38\x6b\x6f\x68\x68\x4a\x64\x53\x71','\x57\x35\x76\x57\x57\x34\x74\x63\x48\x62\x4a\x63\x4f\x53\x6f\x57\x74\x61','\x57\x50\x4f\x56\x7a\x4c\x33\x64\x52\x48\x74\x63\x51\x6d\x6b\x70','\x57\x34\x4e\x64\x48\x38\x6b\x31\x6e\x53\x6b\x51\x68\x66\x69','\x57\x4f\x48\x67\x79\x53\x6f\x4c','\x57\x34\x33\x64\x56\x75\x4e\x64\x55\x43\x6f\x58\x57\x4f\x4e\x63\x49\x71','\x62\x38\x6b\x47\x6f\x47','\x57\x35\x42\x63\x56\x43\x6b\x68\x71\x30\x57','\x78\x43\x6b\x6c\x6f\x49\x78\x63\x50\x47','\x57\x34\x52\x63\x4a\x74\x33\x63\x51\x76\x33\x64\x50\x5a\x47\x76','\x69\x6d\x6b\x50\x70\x47','\x57\x34\x74\x63\x56\x38\x6b\x41\x73\x78\x37\x64\x49\x4a\x6c\x64\x48\x57','\x79\x71\x4f\x39','\x57\x50\x46\x64\x50\x43\x6b\x36\x6c\x53\x6b\x68\x61\x47','\x57\x4f\x69\x54\x46\x63\x68\x63\x50\x57\x4e\x63\x50\x43\x6b\x64','\x57\x35\x35\x58\x57\x37\x37\x64\x49\x71\x56\x63\x53\x38\x6f\x35\x71\x71','\x57\x50\x50\x71\x41\x43\x6b\x47\x57\x35\x56\x63\x4c\x61','\x6c\x43\x6b\x49\x57\x37\x4a\x63\x47\x4e\x50\x6e\x70\x30\x30','\x61\x62\x47\x75\x57\x51\x6d','\x6f\x53\x6f\x4e\x57\x52\x71','\x75\x66\x72\x73\x57\x36\x71\x55','\x57\x52\x4a\x64\x4e\x4e\x48\x36\x79\x71\x43','\x57\x51\x6d\x76\x74\x38\x6f\x6c\x57\x37\x74\x64\x54\x4b\x6c\x64\x50\x57','\x57\x36\x35\x73\x70\x53\x6b\x64\x57\x51\x34\x67\x57\x50\x78\x63\x49\x71','\x42\x5a\x64\x63\x52\x66\x79','\x76\x6d\x6f\x34\x44\x49\x42\x63\x4c\x5a\x43\x33','\x71\x76\x76\x72\x57\x37\x34\x75\x57\x52\x79\x5a\x6a\x78\x35\x79\x57\x51\x5a\x64\x4b\x48\x57','\x45\x53\x6f\x67\x57\x34\x2f\x63\x48\x75\x42\x63\x4a\x6d\x6f\x68','\x71\x4b\x54\x69\x57\x36\x69\x2f\x73\x38\x6f\x79','\x57\x4f\x79\x49\x79\x61\x4e\x63\x56\x47','\x57\x50\x70\x64\x4c\x73\x56\x63\x51\x76\x33\x64\x55\x49\x54\x62','\x57\x35\x6a\x68\x57\x50\x6e\x5a\x41\x6d\x6f\x4b\x74\x43\x6b\x30','\x76\x6d\x6f\x2f\x79\x61','\x66\x77\x64\x63\x56\x53\x6b\x33\x43\x57','\x69\x49\x35\x52\x57\x37\x78\x64\x4b\x6d\x6f\x63\x43\x78\x4b','\x57\x34\x44\x68\x57\x4f\x48\x4c\x72\x6d\x6f\x64','\x70\x43\x6b\x52\x63\x78\x4b\x74\x63\x5a\x39\x6b','\x57\x50\x34\x53\x57\x36\x76\x4c','\x57\x52\x64\x64\x4b\x4d\x76\x50\x46\x61\x70\x63\x4b\x62\x69','\x57\x37\x4c\x7a\x6f\x53\x6f\x71\x57\x52\x69\x6e\x57\x4f\x4f','\x57\x4f\x31\x36\x76\x38\x6f\x30\x57\x4f\x78\x63\x55\x53\x6f\x4a\x57\x51\x30','\x57\x52\x46\x64\x51\x43\x6b\x53\x57\x35\x61\x53\x57\x35\x54\x55\x45\x47','\x45\x47\x61\x47\x57\x37\x70\x64\x49\x53\x6b\x69\x73\x38\x6b\x64','\x57\x51\x4e\x64\x51\x38\x6b\x33\x57\x34\x65\x48','\x65\x38\x6b\x51\x70\x62\x79','\x6c\x43\x6b\x50\x57\x37\x47','\x57\x35\x42\x63\x53\x53\x6b\x62\x75\x4b\x57','\x74\x68\x68\x63\x54\x33\x50\x53\x72\x61','\x57\x35\x71\x79\x57\x51\x68\x64\x56\x4b\x74\x64\x50\x68\x75','\x57\x50\x4c\x37\x7a\x43\x6b\x65\x42\x76\x6c\x63\x55\x48\x75','\x42\x53\x6f\x2f\x57\x51\x4e\x64\x4e\x4a\x4b\x70\x41\x33\x4c\x4c\x73\x6d\x6f\x65\x57\x52\x6c\x64\x4d\x61','\x57\x34\x50\x36\x65\x43\x6f\x63\x57\x52\x4f','\x57\x51\x64\x64\x49\x75\x6d\x53\x57\x34\x4a\x64\x54\x47','\x57\x50\x46\x64\x4c\x67\x6e\x5a\x79\x71','\x57\x35\x70\x64\x48\x43\x6f\x32','\x57\x52\x78\x63\x4f\x4b\x76\x74\x70\x53\x6f\x34','\x57\x34\x39\x57\x57\x35\x33\x63\x47\x61\x68\x63\x53\x38\x6f\x33','\x57\x50\x61\x71\x6d\x33\x35\x67\x6b\x63\x6c\x64\x54\x61','\x57\x50\x74\x64\x52\x43\x6b\x36\x6c\x53\x6b\x6b','\x57\x51\x6d\x61\x72\x6d\x6f\x6c\x57\x51\x46\x63\x53\x4b\x42\x64\x51\x57','\x78\x38\x6f\x56\x45\x78\x46\x63\x4a\x6d\x6f\x4f\x57\x51\x4b','\x65\x57\x69\x75','\x79\x6d\x6b\x75\x78\x38\x6f\x2f\x63\x64\x79\x32\x67\x71','\x77\x53\x6f\x4d\x79\x67\x6d','\x43\x53\x6f\x42\x57\x35\x56\x63\x4b\x57','\x57\x36\x35\x73\x70\x53\x6b\x64\x57\x51\x38\x67\x57\x50\x70\x63\x49\x71','\x57\x34\x79\x4a\x66\x43\x6b\x4f\x69\x57','\x64\x32\x68\x63\x51\x43\x6b\x58','\x72\x53\x6f\x4f\x41\x4a\x68\x63\x48\x47','\x45\x38\x6f\x6e\x57\x36\x53','\x57\x51\x4a\x64\x52\x43\x6b\x35\x57\x34\x61\x52\x57\x36\x7a\x54','\x43\x67\x48\x74\x57\x4f\x61\x38','\x6d\x55\x41\x75\x49\x6f\x73\x2b\x4b\x2b\x77\x6f\x54\x45\x77\x70\x54\x2b\x4d\x68\x56\x4a\x31\x48','\x46\x43\x6b\x64\x71\x71','\x57\x35\x72\x6e\x57\x51\x62\x50\x44\x43\x6f\x63\x72\x47','\x57\x34\x43\x2f\x43\x71\x2f\x63\x50\x75\x61','\x57\x4f\x79\x41\x69\x68\x4c\x69\x6b\x47','\x57\x52\x74\x63\x53\x4d\x47\x68\x57\x51\x48\x70','\x70\x6d\x6b\x5a\x57\x37\x52\x63\x4a\x5a\x6d\x7a\x70\x30\x38','\x42\x68\x68\x63\x54\x33\x50\x53\x72\x61','\x57\x52\x6c\x64\x4b\x4e\x50\x50\x43\x62\x30','\x70\x53\x6b\x66\x66\x59\x2f\x63\x4f\x43\x6f\x62\x41\x68\x57','\x57\x52\x75\x70\x57\x35\x5a\x64\x49\x76\x6c\x63\x47\x53\x6f\x31\x6f\x47','\x57\x4f\x6a\x33\x43\x53\x6f\x73\x57\x37\x6d','\x72\x38\x6f\x76\x78\x66\x6c\x63\x4d\x61','\x57\x35\x72\x6a\x79\x63\x61\x46\x43\x77\x4e\x64\x47\x62\x70\x63\x55\x43\x6b\x44\x57\x36\x50\x61','\x57\x50\x57\x4c\x79\x57\x6c\x63\x50\x58\x68\x63\x54\x43\x6b\x4d','\x6b\x53\x6f\x64\x63\x6d\x6b\x49\x73\x33\x75\x4b\x6d\x38\x6b\x31\x6f\x53\x6f\x48\x57\x52\x71','\x57\x50\x7a\x30\x76\x6d\x6b\x76\x78\x66\x37\x63\x54\x58\x75','\x57\x4f\x35\x41\x41\x53\x6b\x47','\x6b\x38\x6b\x4d\x57\x37\x42\x63\x48\x71','\x65\x38\x6f\x51\x57\x36\x38\x6f','\x6b\x64\x31\x52\x57\x37\x2f\x63\x4c\x43\x6f\x73\x46\x77\x4b','\x57\x52\x4e\x64\x4d\x4d\x34','\x57\x50\x46\x64\x4d\x43\x6f\x68','\x44\x38\x6b\x43\x77\x43\x6f\x34\x64\x59\x53\x57\x69\x47','\x46\x4a\x46\x63\x4f\x31\x31\x33\x7a\x62\x76\x4d','\x57\x4f\x66\x57\x74\x53\x6f\x50\x46\x5a\x6c\x63\x4a\x6d\x6f\x30\x75\x78\x42\x63\x55\x74\x74\x63\x4f\x57','\x63\x53\x6b\x62\x6b\x4a\x64\x64\x52\x53\x6f\x6d\x57\x4f\x34\x59','\x57\x4f\x35\x50\x46\x38\x6f\x71\x57\x36\x37\x64\x47\x53\x6b\x68\x76\x61','\x57\x50\x66\x71\x41\x43\x6b\x49\x57\x36\x42\x63\x4d\x61','\x70\x53\x6b\x66\x66\x59\x70\x63\x4f\x6d\x6b\x6f','\x7a\x53\x6b\x41\x67\x59\x38','\x79\x43\x6b\x6e\x68\x59\x70\x63\x4f\x6d\x6f\x68\x45\x63\x69','\x57\x52\x61\x44\x76\x43\x6f\x6b\x57\x52\x33\x64\x54\x65\x2f\x64\x56\x61','\x72\x53\x6f\x49\x41\x49\x30','\x57\x50\x57\x4c\x79\x57\x6c\x63\x50\x58\x68\x63\x54\x71','\x73\x68\x78\x63\x54\x33\x54\x6d\x72\x6d\x6b\x4a\x57\x52\x38','\x57\x36\x46\x64\x56\x53\x6f\x44\x43\x68\x4b','\x68\x38\x6b\x75\x70\x61','\x6a\x43\x6f\x42\x57\x36\x52\x63\x56\x6d\x6b\x38\x57\x52\x75','\x57\x50\x6e\x34\x7a\x38\x6b\x72\x78\x4c\x52\x63\x4d\x61\x34','\x57\x51\x46\x64\x4b\x4e\x66\x5a\x44\x61\x70\x64\x4b\x72\x4f','\x57\x51\x42\x64\x4c\x78\x65','\x66\x43\x6b\x4d\x6c\x66\x6d\x33\x57\x35\x2f\x64\x56\x6d\x6f\x35','\x57\x52\x39\x2f\x57\x37\x4a\x64\x4c\x76\x5a\x64\x4d\x38\x6f\x5a\x57\x4f\x6d','\x57\x52\x57\x65\x6a\x47\x70\x64\x4c\x58\x52\x64\x49\x47\x38','\x57\x50\x30\x38\x57\x37\x50\x4f\x42\x43\x6f\x46\x57\x52\x48\x49','\x6b\x4a\x50\x39\x57\x37\x37\x64\x47\x43\x6f\x2f\x46\x61','\x57\x36\x37\x63\x55\x6d\x6f\x53\x57\x4f\x62\x39\x57\x52\x61\x4d\x78\x53\x6b\x34\x41\x43\x6f\x77\x57\x51\x4f\x6a','\x57\x51\x37\x64\x47\x30\x6d','\x64\x32\x46\x63\x4f\x38\x6b\x36\x79\x77\x6e\x31','\x57\x51\x4a\x64\x49\x38\x6b\x57\x57\x35\x57\x54\x57\x36\x54\x37','\x57\x35\x6e\x6f\x57\x4f\x39\x4a\x41\x61','\x57\x34\x65\x56\x70\x6d\x6b\x5a\x70\x4d\x2f\x64\x4b\x61','\x41\x43\x6b\x5a\x57\x34\x35\x44','\x73\x43\x6f\x37\x43\x61','\x78\x53\x6b\x74\x6c\x63\x56\x64\x47\x43\x6f\x41\x57\x4f\x71\x53','\x6c\x63\x58\x47\x57\x37\x37\x64\x56\x6d\x6f\x73','\x57\x36\x56\x64\x50\x6d\x6f\x44\x7a\x4d\x74\x64\x4f\x43\x6b\x41\x57\x52\x47','\x42\x4d\x56\x64\x52\x43\x6f\x5a\x6d\x71','\x57\x4f\x4f\x49\x79\x71','\x45\x68\x4a\x64\x50\x6d\x6f\x4b\x6b\x33\x4c\x53\x41\x61','\x64\x4b\x33\x63\x52\x6d\x6b\x37\x41\x77\x58\x4a','\x44\x38\x6b\x71\x76\x6d\x6f\x49\x65\x57','\x68\x4d\x42\x63\x55\x78\x64\x64\x4e\x53\x6f\x7a\x78\x58\x75','\x78\x38\x6f\x35\x45\x32\x4a\x63\x49\x6d\x6f\x2b','\x57\x51\x43\x72\x74\x38\x6f\x6b\x57\x35\x74\x64\x54\x47','\x57\x36\x78\x64\x50\x43\x6f\x62\x46\x67\x37\x64\x51\x47','\x65\x72\x4b\x65\x57\x51\x6d','\x6c\x73\x7a\x38\x57\x37\x4a\x64\x4b\x6d\x6f\x4b\x46\x78\x61','\x74\x74\x2f\x64\x54\x43\x6f\x48\x6e\x74\x43\x57\x45\x43\x6f\x6a\x43\x38\x6f\x55\x57\x52\x35\x42\x57\x4f\x34','\x68\x78\x33\x63\x54\x38\x6b\x58\x44\x65\x7a\x49','\x57\x51\x68\x63\x53\x4b\x7a\x42\x66\x53\x6f\x55\x64\x47','\x45\x53\x6f\x42\x57\x36\x52\x63\x4f\x6d\x6b\x2f','\x57\x50\x5a\x64\x51\x43\x6b\x33\x6e\x6d\x6b\x57\x66\x77\x33\x64\x53\x71','\x57\x37\x54\x6a\x6b\x6d\x6f\x6c','\x57\x35\x54\x6f\x6e\x6d\x6f\x66\x57\x52\x71\x70\x57\x50\x5a\x63\x55\x47','\x44\x38\x6b\x71\x74\x57','\x57\x4f\x34\x2f\x44\x57\x4e\x63\x53\x4a\x74\x63\x4f\x47','\x57\x52\x5a\x63\x50\x78\x34\x6d\x57\x52\x39\x4a\x75\x71','\x75\x53\x6f\x55\x41\x59\x42\x63\x51\x48\x4f','\x6a\x38\x6b\x52\x6e\x4d\x34\x79','\x46\x53\x6b\x75\x76\x53\x6f\x58\x64\x59\x4f','\x57\x4f\x61\x72\x6f\x33\x4c\x65\x69\x71','\x57\x34\x79\x4a\x66\x43\x6b\x4f\x69\x32\x37\x64\x53\x53\x6f\x6e','\x46\x43\x6b\x2f\x57\x34\x66\x6b\x57\x4f\x6c\x63\x51\x6d\x6b\x34','\x6c\x4a\x66\x2b\x57\x37\x46\x64\x4d\x53\x6f\x65\x45\x77\x34','\x57\x4f\x70\x64\x51\x43\x6b\x4e\x6c\x38\x6b\x68\x61\x32\x37\x64\x54\x71','\x57\x37\x4c\x46\x6f\x4a\x56\x64\x50\x62\x64\x64\x4f\x57','\x57\x52\x61\x62\x74\x43\x6f\x64\x57\x36\x34','\x77\x6d\x6f\x4a\x6b\x71','\x66\x6d\x6b\x51\x63\x61\x54\x49\x57\x34\x4e\x64\x53\x61','\x57\x52\x78\x64\x4d\x67\x6a\x30\x79\x57\x4f','\x70\x63\x58\x4e\x57\x37\x5a\x64\x4e\x43\x6f\x63\x41\x30\x57','\x70\x53\x6b\x79\x76\x53\x6f\x49\x68\x49\x57\x47\x61\x47','\x7a\x6d\x6f\x44\x57\x36\x4a\x63\x56\x43\x6b\x4f\x57\x37\x68\x64\x4c\x53\x6b\x4f','\x46\x6d\x6f\x71\x57\x35\x6c\x63\x48\x78\x56\x63\x4f\x71','\x57\x4f\x76\x72\x74\x6d\x6b\x48\x79\x57','\x45\x58\x61\x2b\x57\x37\x68\x64\x48\x38\x6b\x6d\x76\x57','\x41\x43\x6b\x32\x57\x34\x39\x77\x57\x50\x38','\x79\x4e\x37\x64\x4d\x6d\x6f\x4b\x6a\x4d\x58\x4c\x45\x61','\x72\x4e\x33\x63\x54\x57','\x57\x52\x52\x64\x4c\x68\x48\x34','\x61\x38\x6b\x47\x43\x57','\x57\x37\x4c\x2f\x6d\x38\x6f\x6d\x57\x52\x71\x61\x57\x50\x57','\x71\x43\x6f\x4b\x71\x59\x52\x63\x4d\x58\x53\x33','\x57\x50\x34\x31\x57\x37\x44\x35\x41\x38\x6f\x6b\x57\x51\x48\x7a','\x75\x6d\x6b\x4d\x79\x4a\x42\x63\x47\x47\x57\x33\x57\x4f\x4b','\x57\x52\x79\x78\x57\x35\x74\x64\x4b\x76\x56\x63\x48\x53\x6f\x4b','\x57\x50\x39\x54\x76\x53\x6f\x79\x57\x4f\x69','\x57\x51\x4a\x64\x52\x43\x6b\x35\x57\x34\x61\x52\x57\x36\x79','\x65\x43\x6f\x2f\x57\x36\x69\x63\x68\x5a\x4c\x4a\x57\x35\x4b','\x57\x50\x78\x64\x47\x38\x6f\x44','\x57\x50\x48\x79\x41\x6d\x6b\x33\x57\x36\x56\x64\x4e\x43\x6b\x48\x57\x35\x47','\x57\x52\x70\x63\x54\x66\x48\x74\x61\x38\x6f\x76\x65\x57','\x65\x6d\x6b\x57\x70\x71\x4f','\x57\x51\x35\x42\x57\x50\x34','\x77\x32\x68\x63\x51\x4e\x43','\x57\x34\x33\x64\x49\x43\x6f\x30\x57\x36\x78\x63\x4e\x4b\x39\x49\x57\x52\x79','\x57\x37\x31\x66\x64\x5a\x4f','\x57\x34\x43\x70\x57\x51\x33\x64\x48\x65\x38','\x57\x36\x78\x64\x52\x6d\x6f\x61\x43\x77\x74\x64\x51\x38\x6b\x43\x57\x50\x6d','\x57\x34\x70\x63\x55\x6d\x6b\x61\x72\x61','\x65\x38\x6b\x47\x69\x47\x44\x35\x57\x35\x4a\x64\x53\x43\x6f\x38','\x57\x51\x35\x4f\x57\x36\x2f\x64\x4e\x4c\x56\x63\x48\x43\x6f\x36\x57\x4f\x69','\x57\x4f\x75\x77\x6a\x4c\x76\x67\x6a\x5a\x4b','\x66\x38\x6b\x6f\x6f\x4a\x46\x64\x48\x6d\x6f\x6d\x57\x4f\x71\x53','\x57\x52\x56\x64\x56\x6d\x6b\x37\x57\x35\x53','\x35\x6c\x36\x6f\x35\x37\x59\x41\x35\x6c\x2b\x61\x35\x42\x49\x6a\x35\x41\x41\x71\x35\x35\x41\x36\x36\x6a\x6b\x42\x36\x41\x73\x43','\x57\x34\x4e\x63\x4e\x63\x70\x63\x4f\x71','\x42\x53\x6b\x30\x57\x35\x72\x71\x57\x52\x33\x63\x50\x38\x6b\x2f\x6d\x71','\x57\x34\x4a\x63\x53\x38\x6b\x63\x72\x75\x33\x63\x49\x59\x70\x64\x49\x61','\x64\x33\x52\x63\x50\x43\x6b\x47\x44\x78\x57','\x57\x51\x66\x69\x57\x37\x2f\x64\x4b\x76\x33\x64\x4a\x61','\x57\x52\x64\x64\x56\x38\x6b\x4c\x70\x38\x6b\x77\x6f\x78\x34','\x57\x52\x6d\x44\x72\x53\x6f\x62\x57\x37\x5a\x64\x56\x4c\x64\x64\x4e\x47','\x70\x53\x6b\x50\x57\x36\x56\x63\x47\x4c\x35\x79\x6b\x66\x65','\x57\x37\x35\x76\x65\x74\x70\x64\x53\x47\x68\x64\x52\x4a\x4f','\x57\x50\x2f\x64\x4f\x38\x6b\x34\x70\x57','\x45\x38\x6b\x73\x41\x6d\x6f\x5a\x66\x73\x6d\x2f\x68\x57','\x71\x6d\x6f\x2f\x45\x4e\x33\x63\x4d\x43\x6f\x59','\x72\x43\x6f\x30\x43\x32\x4b','\x57\x35\x64\x64\x47\x38\x6f\x68\x57\x51\x78\x64\x49\x72\x7a\x4f\x57\x52\x4f','\x6f\x76\x6a\x4e\x57\x51\x33\x63\x4c\x38\x6f\x6e\x77\x53\x6b\x77\x43\x62\x4f\x38\x45\x61','\x69\x49\x44\x54\x57\x37\x46\x64\x47\x6d\x6f\x73\x46\x77\x4b','\x57\x50\x6a\x68\x6a\x57','\x57\x50\x57\x50\x41\x61\x4e\x63\x50\x71\x4e\x63\x4f\x38\x6b\x70','\x72\x6d\x6f\x37\x7a\x31\x4e\x63\x47\x53\x6f\x30\x57\x51\x74\x64\x50\x61','\x79\x67\x6e\x74\x57\x50\x53\x36\x74\x47','\x73\x4c\x44\x76\x57\x34\x69\x4e\x41\x38\x6f\x42\x57\x4f\x71','\x57\x34\x2f\x64\x50\x4c\x78\x64\x54\x43\x6f\x4d\x57\x51\x75','\x57\x50\x44\x6a\x57\x50\x52\x64\x4e\x67\x64\x64\x50\x75\x53\x35','\x6b\x33\x52\x64\x52\x43\x6f\x56\x6c\x71','\x57\x52\x79\x6f\x57\x34\x42\x64\x4a\x71','\x57\x51\x53\x4a\x7a\x58\x4e\x63\x51\x58\x4a\x63\x51\x6d\x6b\x46','\x45\x47\x61\x59\x57\x36\x2f\x64\x49\x43\x6b\x71\x78\x71','\x57\x4f\x35\x51\x73\x6d\x6f\x35','\x57\x34\x6c\x63\x54\x6d\x6b\x61\x72\x77\x64\x64\x4a\x57','\x75\x66\x31\x78\x57\x36\x69\x4f\x44\x53\x6f\x7a\x57\x4f\x4b','\x57\x51\x58\x55\x57\x36\x74\x64\x4c\x65\x42\x64\x4a\x6d\x6f\x33\x57\x50\x6d','\x57\x35\x35\x77\x57\x37\x2f\x64\x49\x72\x74\x63\x54\x38\x6f\x4e\x72\x57','\x45\x33\x74\x64\x56\x6d\x6f\x4b\x41\x67\x54\x4c\x79\x57','\x57\x4f\x53\x4a\x43\x57','\x57\x50\x7a\x57\x79\x43\x6b\x45\x76\x30\x56\x63\x53\x47\x69','\x66\x43\x6f\x37\x57\x36\x69\x64\x62\x64\x58\x32\x57\x34\x71','\x57\x52\x4e\x64\x56\x6d\x6b\x39\x57\x35\x43','\x57\x36\x6c\x64\x50\x6d\x6f\x44\x44\x67\x2f\x64\x4f\x38\x6b\x79\x57\x52\x71','\x67\x73\x64\x63\x51\x4d\x54\x56\x7a\x43\x6b\x68\x57\x4f\x61','\x57\x50\x37\x64\x49\x53\x6f\x35\x57\x51\x74\x64\x48\x61\x62\x51\x57\x52\x65','\x42\x6d\x6b\x59\x57\x34\x39\x71\x57\x4f\x37\x63\x4f\x57','\x44\x43\x6b\x75\x76\x53\x6f\x5a\x6d\x49\x79','\x57\x50\x4f\x32\x57\x35\x62\x4b\x44\x53\x6f\x6f\x57\x52\x4b','\x42\x5a\x64\x63\x4f\x4e\x66\x36\x79\x61\x4c\x4b','\x57\x51\x4f\x45\x57\x35\x56\x64\x47\x4b\x52\x63\x4a\x57','\x7a\x71\x71\x52\x57\x35\x68\x64\x48\x38\x6b\x6b\x74\x43\x6b\x70','\x57\x34\x52\x63\x4c\x63\x68\x63\x53\x76\x4f','\x57\x51\x39\x43\x45\x6d\x6f\x57\x57\x36\x61','\x57\x34\x6c\x64\x55\x4c\x70\x64\x53\x43\x6f\x47\x57\x36\x64\x63\x4e\x38\x6b\x56','\x62\x38\x6b\x47\x69\x61\x44\x74\x57\x34\x47','\x57\x34\x75\x43\x57\x51\x37\x64\x51\x75\x6c\x64\x52\x4d\x43\x42','\x57\x52\x4a\x63\x55\x67\x48\x6a\x57\x52\x4c\x70\x78\x31\x34','\x57\x4f\x31\x2b\x78\x6d\x6f\x4a\x57\x4f\x70\x63\x51\x38\x6f\x31','\x63\x32\x68\x63\x53\x43\x6b\x34\x7a\x65\x35\x4b\x70\x47','\x57\x37\x31\x43\x68\x73\x42\x64\x55\x72\x74\x64\x53\x47\x79','\x74\x74\x4e\x64\x53\x6d\x6f\x4c\x6d\x74\x58\x59\x70\x6d\x6f\x30\x78\x53\x6f\x2f\x57\x52\x34','\x57\x50\x42\x64\x51\x43\x6b\x34\x70\x57','\x75\x6d\x6f\x37\x42\x63\x74\x63\x48\x48\x61\x32\x57\x35\x61','\x57\x51\x52\x64\x56\x43\x6b\x52\x57\x35\x53','\x57\x35\x37\x64\x51\x31\x56\x64\x52\x38\x6f\x51\x57\x51\x37\x63\x4e\x47','\x57\x4f\x54\x38\x77\x43\x6b\x47','\x57\x35\x57\x55\x68\x53\x6b\x2f\x70\x47','\x6c\x73\x72\x6e\x57\x35\x64\x64\x54\x47','\x57\x4f\x43\x51\x57\x36\x6a\x4b\x42\x71','\x43\x38\x6b\x41\x68\x57\x56\x63\x51\x47','\x42\x78\x6c\x64\x55\x53\x6f\x49\x6c\x77\x4b\x50\x41\x57','\x67\x43\x6b\x66\x6e\x5a\x37\x64\x55\x6d\x6f\x6d','\x57\x35\x48\x2b\x57\x37\x78\x63\x4a\x72\x64\x63\x53\x53\x6f\x59\x75\x61','\x57\x52\x6c\x64\x52\x43\x6b\x38\x57\x50\x6d\x4c\x57\x37\x54\x54\x42\x71','\x43\x38\x6b\x42\x61\x73\x46\x63\x55\x53\x6f\x36\x44\x71','\x73\x53\x6f\x5a\x45\x4e\x34','\x57\x51\x65\x45\x57\x35\x56\x64\x47\x68\x46\x63\x47\x57','\x57\x52\x68\x63\x54\x75\x72\x66\x62\x6d\x6b\x58\x62\x43\x6b\x49','\x42\x53\x6b\x50\x57\x35\x6e\x43\x57\x50\x4e\x63\x4a\x38\x6b\x56','\x57\x52\x71\x45\x57\x35\x74\x64\x4c\x4c\x68\x63\x49\x71','\x57\x36\x33\x64\x56\x75\x4e\x64\x55\x43\x6f\x58\x57\x4f\x4e\x63\x49\x71','\x74\x4e\x78\x63\x56\x71','\x57\x51\x50\x53\x57\x37\x37\x64\x4d\x75\x64\x64\x48\x47','\x63\x4d\x42\x63\x55\x33\x64\x64\x54\x6d\x6f\x6a','\x57\x50\x57\x34\x44\x47\x78\x63\x51\x62\x4f','\x57\x36\x70\x64\x54\x72\x6d\x67\x71\x6d\x6b\x4f\x72\x38\x6b\x31\x43\x38\x6b\x69\x45\x43\x6b\x71\x57\x50\x57','\x69\x6d\x6b\x50\x6d\x68\x69','\x57\x51\x37\x63\x4f\x32\x61\x65\x57\x51\x50\x79\x74\x61','\x57\x52\x54\x47\x57\x34\x5a\x64\x4d\x76\x46\x64\x4a\x43\x6f\x59','\x35\x37\x4d\x4f\x35\x6c\x32\x6e\x35\x79\x2b\x41\x35\x79\x32\x57\x36\x79\x45\x6d\x57\x51\x38','\x65\x38\x6b\x6a\x6e\x57','\x70\x53\x6b\x41\x66\x5a\x46\x63\x56\x43\x6f\x77\x6c\x61','\x57\x50\x48\x36\x45\x43\x6f\x66\x57\x36\x34','\x6e\x38\x6b\x38\x70\x68\x48\x44\x64\x4a\x7a\x6e','\x66\x43\x6f\x37\x57\x36\x69\x64\x70\x5a\x4b','\x57\x34\x39\x4d\x57\x51\x79','\x6c\x38\x6f\x59\x57\x34\x6a\x77\x57\x4f\x6c\x63\x54\x43\x6b\x2f\x45\x61','\x57\x51\x68\x64\x48\x75\x65\x39\x57\x36\x74\x64\x4f\x61','\x57\x34\x79\x53\x65\x38\x6b\x35\x69\x57','\x57\x51\x57\x75\x72\x73\x37\x63\x50\x71','\x6e\x43\x6f\x37\x57\x36\x69\x64\x70\x5a\x4b','\x6f\x63\x62\x50\x57\x37\x78\x64\x4c\x6d\x6f\x41\x41\x57','\x57\x34\x64\x63\x56\x38\x6b\x6c\x61\x66\x52\x64\x4a\x49\x5a\x64\x4a\x61','\x57\x50\x70\x64\x4f\x6d\x6b\x5a','\x57\x50\x56\x64\x4e\x53\x6f\x77\x45\x57','\x57\x50\x48\x58\x44\x38\x6f\x74\x57\x36\x74\x64\x4d\x38\x6b\x4d\x73\x71','\x57\x51\x4f\x45\x57\x35\x6c\x64\x48\x66\x33\x63\x4e\x47','\x68\x38\x6b\x74\x6b\x4a\x37\x64\x48\x43\x6f\x48\x57\x4f\x75','\x57\x4f\x79\x4a\x41\x47','\x57\x4f\x31\x38\x76\x6d\x6f\x4a\x57\x4f\x6d','\x57\x51\x2f\x63\x53\x32\x57\x41\x57\x51\x72\x65\x72\x47','\x79\x43\x6b\x6c\x68\x74\x64\x63\x51\x57','\x68\x38\x6b\x6a\x6e\x33\x56\x64\x4e\x6d\x6f\x6a\x57\x50\x75\x38','\x57\x50\x50\x7a\x77\x53\x6f\x39\x57\x4f\x52\x63\x52\x6d\x6f\x4e\x57\x51\x4f','\x57\x36\x68\x63\x53\x61\x52\x63\x48\x67\x42\x64\x4e\x61\x38\x4b','\x57\x51\x37\x64\x50\x38\x6b\x45\x57\x35\x4f\x38\x57\x36\x31\x36','\x6d\x53\x6b\x4b\x6e\x4e\x6d\x70','\x79\x43\x6b\x62\x66\x73\x5a\x63\x52\x38\x6f\x46\x79\x47\x57','\x35\x6c\x59\x72\x35\x37\x36\x50\x35\x6c\x32\x2b\x35\x42\x4d\x6e\x35\x41\x73\x65\x35\x35\x73\x72\x36\x6a\x6f\x49\x36\x41\x41\x57','\x66\x6d\x6b\x33\x6a\x57\x38','\x41\x64\x33\x63\x52\x66\x54\x58','\x78\x53\x6f\x2f\x44\x77\x4e\x63\x47\x53\x6f\x30\x57\x51\x6d','\x57\x52\x46\x64\x47\x65\x71\x51\x57\x36\x4a\x64\x50\x47\x52\x63\x53\x61','\x6d\x43\x6b\x57\x6b\x78\x61\x73\x67\x64\x6a\x6b','\x57\x50\x65\x43\x6e\x77\x6e\x69\x6b\x47','\x57\x37\x35\x41\x6c\x6d\x6f\x32\x57\x51\x53','\x69\x6d\x6b\x36\x6d\x68\x65','\x57\x52\x46\x63\x55\x77\x71\x68','\x46\x38\x6b\x79\x65\x5a\x64\x63\x51\x57','\x77\x53\x6f\x35\x6a\x71','\x6a\x38\x6b\x32\x6f\x5a\x37\x64\x53\x57','\x57\x36\x70\x64\x54\x43\x6f\x45\x45\x77\x6c\x64\x56\x43\x6b\x43\x57\x50\x6d','\x57\x37\x39\x76\x68\x73\x68\x64\x53\x58\x53','\x57\x52\x33\x64\x4e\x33\x6e\x5a\x44\x47\x4f','\x57\x50\x31\x51\x57\x36\x56\x64\x47\x30\x64\x64\x48\x47','\x42\x53\x6b\x55\x57\x34\x6e\x72','\x57\x51\x46\x64\x4b\x4e\x66\x5a\x44\x61\x70\x63\x4a\x5a\x4f','\x71\x43\x6f\x37\x42\x61','\x70\x53\x6f\x4f\x57\x50\x47\x6a\x57\x35\x52\x64\x53\x53\x6f\x37\x6a\x38\x6b\x77\x45\x43\x6b\x55\x6a\x6d\x6f\x39','\x57\x34\x4a\x64\x50\x30\x4e\x64\x51\x6d\x6f\x53\x57\x51\x5a\x63\x47\x43\x6b\x56','\x44\x48\x4a\x63\x4f\x71','\x68\x38\x6b\x75\x6f\x4a\x6d','\x57\x50\x5a\x63\x50\x78\x34\x6d\x57\x52\x39\x4a\x75\x71','\x57\x51\x74\x64\x4a\x4d\x76\x31','\x67\x53\x6f\x2f\x57\x37\x38','\x43\x77\x72\x6a\x57\x50\x57\x39','\x57\x36\x48\x72\x67\x61','\x57\x51\x43\x79\x57\x34\x68\x64\x4a\x65\x4a\x63\x47\x47','\x41\x43\x6b\x33\x57\x36\x6e\x59\x57\x51\x34','\x61\x43\x6f\x39\x57\x36\x6d\x75\x65\x57','\x57\x35\x35\x54\x57\x36\x4a\x63\x47\x62\x42\x63\x55\x61','\x57\x50\x64\x64\x56\x38\x6b\x4c\x70\x38\x6b\x77\x6f\x78\x34','\x79\x6d\x6b\x45\x74\x43\x6f\x34\x68\x57','\x57\x34\x72\x71\x57\x4f\x39\x4d\x45\x43\x6b\x70','\x57\x37\x39\x76\x68\x73\x68\x64\x53\x58\x56\x64\x54\x61','\x6c\x38\x6b\x59\x57\x36\x5a\x63\x47\x57','\x57\x35\x2f\x64\x52\x76\x78\x64\x52\x53\x6f\x47','\x45\x68\x6c\x64\x55\x53\x6f\x31','\x41\x38\x6f\x68\x57\x35\x4e\x63\x48\x4c\x46\x63\x54\x38\x6f\x72\x57\x4f\x38','\x57\x34\x43\x6f\x57\x52\x70\x64\x51\x66\x2f\x64\x47\x32\x69','\x61\x67\x6c\x63\x50\x71','\x57\x51\x42\x64\x4e\x31\x34\x53\x57\x37\x78\x64\x4d\x30\x34','\x57\x36\x39\x6f\x6d\x53\x6f\x66\x57\x51\x4b\x55\x57\x50\x42\x63\x49\x61','\x62\x72\x34\x74','\x57\x4f\x31\x59\x7a\x43\x6b\x64\x78\x76\x68\x63\x51\x61','\x57\x34\x38\x6c\x6d\x77\x76\x75\x69\x77\x57','\x57\x51\x56\x64\x49\x75\x6d\x55\x57\x37\x78\x64\x55\x47','\x57\x35\x61\x6a\x68\x53\x6f\x36\x6b\x32\x56\x64\x47\x6d\x6f\x62','\x57\x35\x4a\x63\x47\x53\x6f\x61\x45\x53\x6b\x76\x65\x43\x6f\x64\x66\x61','\x75\x30\x31\x69\x57\x36\x38','\x57\x50\x4c\x37\x41\x38\x6b\x46\x71\x61','\x64\x43\x6b\x6a\x70\x4a\x78\x64\x4b\x6d\x6f\x65\x57\x50\x69\x73','\x6d\x43\x6b\x4f\x57\x34\x64\x63\x48\x4d\x48\x6e\x6f\x76\x43','\x46\x43\x6f\x41\x57\x34\x37\x63\x47\x31\x46\x63\x4f\x43\x6f\x4b\x57\x4f\x38','\x57\x34\x7a\x6c\x57\x4f\x48\x4b','\x57\x36\x58\x65\x68\x5a\x4f','\x57\x4f\x53\x33\x57\x37\x62\x49\x46\x6d\x6f\x69\x57\x52\x47','\x68\x78\x52\x63\x50\x38\x6b\x38','\x69\x32\x70\x64\x54\x71\x57\x4b\x6a\x57\x54\x69\x57\x35\x74\x63\x47\x66\x57\x47','\x73\x38\x6f\x2f\x45\x4e\x2f\x63\x50\x6d\x6f\x2b','\x46\x6d\x6b\x2f\x57\x34\x58\x43\x57\x4f\x37\x63\x53\x53\x6b\x55\x69\x71','\x65\x53\x6b\x47\x6f\x58\x66\x2f\x57\x36\x2f\x64\x55\x38\x6f\x54','\x57\x4f\x37\x64\x47\x38\x6f\x77\x41\x61','\x57\x50\x65\x79\x6f\x4e\x72\x69\x6b\x71','\x57\x50\x65\x36\x70\x68\x39\x6f\x6a\x5a\x71','\x65\x47\x69\x6a\x57\x52\x35\x78','\x57\x50\x58\x34\x41\x6d\x6b\x75','\x57\x50\x48\x75\x41\x38\x6b\x58\x57\x37\x4f','\x46\x64\x74\x63\x51\x31\x30\x35\x79\x58\x4c\x38','\x57\x35\x52\x64\x4e\x53\x6f\x58\x57\x51\x37\x64\x4e\x65\x4f','\x57\x36\x46\x64\x56\x53\x6f\x44\x43\x68\x4e\x64\x48\x53\x6b\x7a','\x67\x53\x6b\x73\x6d\x64\x33\x64\x48\x43\x6f\x4c\x57\x4f\x34\x37','\x73\x68\x5a\x63\x54\x4e\x7a\x67\x72\x71','\x65\x67\x56\x63\x51\x53\x6b\x5a\x44\x67\x43','\x57\x50\x6a\x45\x79\x61','\x45\x53\x6f\x75\x57\x36\x5a\x63\x53\x43\x6b\x2f','\x57\x50\x56\x64\x4f\x38\x6b\x2f\x6e\x61','\x57\x52\x5a\x64\x51\x43\x6b\x30\x57\x35\x38\x4d\x57\x36\x4c\x39\x79\x57','\x6f\x6d\x6b\x54\x6e\x33\x53\x6a\x61\x47','\x57\x35\x69\x73\x57\x4f\x42\x64\x50\x66\x70\x64\x52\x32\x69','\x57\x52\x56\x63\x56\x32\x65\x44\x57\x51\x35\x79','\x64\x30\x48\x6f\x57\x36\x53\x4e\x43\x43\x6b\x62','\x57\x36\x68\x64\x51\x6d\x6f\x61\x43\x63\x64\x64\x56\x6d\x6b\x79\x57\x4f\x53','\x57\x35\x35\x4e\x57\x36\x56\x63\x48\x72\x42\x63\x50\x6d\x6f\x59\x75\x61','\x62\x61\x69\x48\x57\x51\x6a\x43\x57\x36\x76\x4d','\x57\x52\x74\x63\x52\x4b\x76\x73','\x57\x4f\x4c\x47\x68\x6d\x6b\x32\x6b\x77\x78\x64\x48\x53\x6b\x63','\x66\x6d\x6f\x33\x57\x36\x61\x73\x65\x59\x38','\x77\x6d\x6f\x55\x41\x63\x5a\x63\x4b\x71\x43\x77\x57\x35\x69','\x7a\x6d\x6f\x7a\x57\x37\x75','\x63\x38\x6b\x64\x6f\x32\x4f','\x57\x50\x37\x64\x48\x53\x6f\x43\x43\x6d\x6b\x6a','\x41\x58\x65\x32\x57\x37\x4a\x63\x4e\x6d\x6f\x45\x73\x38\x6b\x78','\x57\x51\x44\x55\x57\x37\x4b','\x57\x37\x42\x64\x55\x6d\x6f\x44\x46\x71','\x68\x33\x52\x63\x4f\x43\x6b\x57\x6f\x49\x39\x31\x6f\x61','\x57\x52\x7a\x72\x44\x6d\x6f\x69\x57\x51\x57','\x57\x52\x74\x64\x49\x75\x61\x4f\x57\x36\x2f\x64\x50\x4b\x70\x63\x54\x71','\x57\x51\x42\x64\x55\x68\x35\x59\x46\x61\x5a\x63\x4d\x71','\x57\x51\x4b\x49\x57\x36\x37\x64\x4e\x30\x6c\x64\x49\x43\x6f\x2f\x57\x4f\x4b','\x73\x78\x56\x63\x54\x32\x50\x77','\x57\x52\x56\x63\x55\x78\x38\x6b\x57\x51\x35\x6f\x66\x76\x57','\x42\x53\x6f\x44\x57\x36\x56\x63\x54\x38\x6b\x74\x57\x36\x57','\x57\x4f\x31\x7a\x7a\x53\x6b\x58\x57\x37\x46\x63\x4b\x43\x6b\x5a','\x57\x50\x30\x31\x57\x37\x39\x55\x41\x57','\x57\x50\x74\x64\x52\x43\x6b\x59','\x75\x66\x44\x77\x57\x36\x69','\x65\x6d\x6b\x4e\x6f\x4d\x4b\x71\x64\x5a\x31\x6b','\x57\x35\x7a\x2b\x57\x36\x2f\x63\x49\x48\x68\x63\x48\x43\x6f\x57\x73\x57','\x57\x50\x56\x64\x53\x4d\x62\x31\x72\x47','\x41\x43\x6b\x31\x57\x35\x6a\x41\x57\x4f\x4a\x63\x4f\x53\x6f\x52\x69\x47','\x57\x34\x43\x47\x42\x72\x4a\x63\x4f\x57\x2f\x63\x50\x38\x6b\x68','\x57\x50\x46\x64\x4f\x38\x6b\x4b\x6f\x43\x6b\x68\x66\x64\x52\x64\x54\x57','\x46\x4a\x2f\x63\x4f\x4c\x66\x36\x44\x76\x66\x34','\x57\x52\x69\x6a\x57\x35\x5a\x64\x49\x61','\x71\x66\x6d\x74\x57\x51\x72\x59\x6e\x43\x6b\x76\x57\x35\x43','\x57\x4f\x31\x57\x45\x53\x6f\x64\x57\x36\x37\x64\x4e\x47','\x57\x35\x35\x58\x57\x36\x2f\x64\x4c\x61','\x64\x43\x6b\x4e\x69\x47\x44\x2b\x57\x4f\x5a\x64\x53\x6d\x6f\x58','\x57\x50\x74\x64\x56\x53\x6b\x34\x67\x43\x6b\x6e\x62\x78\x74\x64\x50\x61','\x57\x34\x6e\x64\x57\x50\x6a\x4c\x41\x53\x6f\x69\x75\x6d\x6b\x34','\x44\x6d\x6b\x79\x76\x53\x6f\x59','\x57\x34\x52\x63\x4e\x53\x6f\x61\x41\x38\x6b\x58\x69\x6d\x6f\x56\x6d\x47','\x44\x53\x6b\x33\x66\x63\x70\x63\x4f\x53\x6f\x46\x43\x59\x61','\x57\x51\x4b\x77\x71\x73\x2f\x63\x4c\x71','\x57\x37\x4c\x72\x67\x58\x56\x64\x53\x47\x78\x64\x53\x49\x30','\x57\x35\x5a\x63\x4d\x4a\x2f\x63\x53\x71','\x57\x35\x52\x64\x48\x43\x6f\x52\x57\x52\x5a\x64\x47\x71\x35\x4e\x57\x52\x43','\x78\x6d\x6f\x4c\x7a\x49\x2f\x63\x4c\x48\x4f\x32\x57\x35\x43','\x57\x51\x68\x63\x50\x65\x72\x65\x65\x47','\x57\x50\x6e\x32\x76\x71'];_0x3b1b=function(){return _0x409a55;};return _0x3b1b();}import{resolveTaskDomainSignals,withoutTaskDomainSignals}from'\x2e\x2e\x2f\x73\x69\x67\x6e\x61\x6c\x73\x2f\x74\x61\x73\x6b\x44\x6f\x6d\x61\x69\x6e\x2e\x6a\x73';function _0x10d6(_0x2800f0,_0x10b5fd){_0x2800f0=_0x2800f0-(-0x51*-0xb+-0x1e1f*0x1+-0x1*-0x1c92);const _0x278f46=_0x3b1b();let _0x2a4a66=_0x278f46[_0x2800f0];if(_0x10d6['\x75\x68\x48\x6e\x48\x4e']===undefined){var _0x21460a=function(_0x2ee902){const _0x42f5b8='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x5248eb='',_0x3a977f='';for(let _0x1d189b=0x20+0x98+-0xb8,_0x2e0b8e,_0x9195ae,_0x347e71=0xa*0x328+0x4e*-0x7e+0x6d4;_0x9195ae=_0x2ee902['\x63\x68\x61\x72\x41\x74'](_0x347e71++);~_0x9195ae&&(_0x2e0b8e=_0x1d189b%(-0x16df+0x10ba+0x629)?_0x2e0b8e*(0x71*0x13+0x7c2+-0xfe5)+_0x9195ae:_0x9195ae,_0x1d189b++%(-0x2614+0x809+0xa05*0x3))?_0x5248eb+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x1*0x1345+-0xd*-0x155+0x2f3*0x1&_0x2e0b8e>>(-(-0x2083+0x1*-0x3a1+0x7*0x52a)*_0x1d189b&0x9*0x25+-0x3*0x281+-0x72*-0xe)):-0x7e8+0x1*0x1767+-0xf7f){_0x9195ae=_0x42f5b8['\x69\x6e\x64\x65\x78\x4f\x66'](_0x9195ae);}for(let _0x175c3c=0x283*-0x7+-0x3*-0xa27+-0x4*0x338,_0x485cc5=_0x5248eb['\x6c\x65\x6e\x67\x74\x68'];_0x175c3c<_0x485cc5;_0x175c3c++){_0x3a977f+='\x25'+('\x30\x30'+_0x5248eb['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x175c3c)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x17*-0xd0+-0x2028+0x32e8))['\x73\x6c\x69\x63\x65'](-(0x1b56+-0x2*-0x901+0x2*-0x16ab));}return decodeURIComponent(_0x3a977f);};const _0x4a1afd=function(_0xf77b8f,_0x3d396d){let _0x1e27a6=[],_0x2d5392=-0xb5*0xd+-0x756+-0x1087*-0x1,_0x59f59e,_0x4bd5fe='';_0xf77b8f=_0x21460a(_0xf77b8f);let _0xe91e4;for(_0xe91e4=0x131d+-0x1486+0x169;_0xe91e4<-0x1*0x1b9f+-0x2*0x34+-0x3*-0x9ad;_0xe91e4++){_0x1e27a6[_0xe91e4]=_0xe91e4;}for(_0xe91e4=0x11c+0x13*-0x1c1+0x2037*0x1;_0xe91e4<0x1*0xee1+-0x1*-0x255e+-0x333f;_0xe91e4++){_0x2d5392=(_0x2d5392+_0x1e27a6[_0xe91e4]+_0x3d396d['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xe91e4%_0x3d396d['\x6c\x65\x6e\x67\x74\x68']))%(0x44*-0x16+-0xc2*0x17+0x1846),_0x59f59e=_0x1e27a6[_0xe91e4],_0x1e27a6[_0xe91e4]=_0x1e27a6[_0x2d5392],_0x1e27a6[_0x2d5392]=_0x59f59e;}_0xe91e4=0x1ec5+0x1ed*0x2+-0x229f,_0x2d5392=-0x1471+-0x1*0x17ec+0x2c5d;for(let _0x5f5977=0x1*0x157f+-0x2056+0xad7;_0x5f5977<_0xf77b8f['\x6c\x65\x6e\x67\x74\x68'];_0x5f5977++){_0xe91e4=(_0xe91e4+(0xa7b+-0x2139+0x9*0x287))%(-0x5*0x240+0x1*0x156b+-0x1*0x92b),_0x2d5392=(_0x2d5392+_0x1e27a6[_0xe91e4])%(-0x1*-0x2579+-0x8c*0x14+0x883*-0x3),_0x59f59e=_0x1e27a6[_0xe91e4],_0x1e27a6[_0xe91e4]=_0x1e27a6[_0x2d5392],_0x1e27a6[_0x2d5392]=_0x59f59e,_0x4bd5fe+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0xf77b8f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5f5977)^_0x1e27a6[(_0x1e27a6[_0xe91e4]+_0x1e27a6[_0x2d5392])%(0x978+-0x1*0x18d1+0x5*0x345)]);}return _0x4bd5fe;};_0x10d6['\x6a\x4f\x45\x63\x47\x42']=_0x4a1afd,_0x10d6['\x77\x76\x61\x63\x65\x45']={},_0x10d6['\x75\x68\x48\x6e\x48\x4e']=!![];}const _0x53d66a=_0x278f46[0x1e7d+-0x6a1+-0x17dc],_0x25e934=_0x2800f0+_0x53d66a,_0x2b185d=_0x10d6['\x77\x76\x61\x63\x65\x45'][_0x25e934];return!_0x2b185d?(_0x10d6['\x65\x4a\x66\x52\x67\x42']===undefined&&(_0x10d6['\x65\x4a\x66\x52\x67\x42']=!![]),_0x2a4a66=_0x10d6['\x6a\x4f\x45\x63\x47\x42'](_0x2a4a66,_0x10b5fd),_0x10d6['\x77\x76\x61\x63\x65\x45'][_0x25e934]=_0x2a4a66):_0x2a4a66=_0x2b185d,_0x2a4a66;}export const SELECTION_GUARD_VERSION=_0x25b1fb(0x320,'\x62\x28\x32\x26')+_0x25b1fb(0x405,'\x6c\x31\x59\x4e')+'\x76\x31';function decisionWithWarnings(_0x45ff54,_0xce01b2){const _0x5a4852=_0x25b1fb,_0x22fc74=_0xce01b2[_0x5a4852(0x37b,'\x66\x32\x41\x54')+_0x5a4852(0x2d7,'\x67\x76\x68\x26')]?_0xce01b2[_0x5a4852(0x3be,'\x75\x6c\x42\x54')+'\x65\x73']['\x66\x69\x6e\x64'](_0x51f34c=>_0x51f34c['\x67\x65\x6e\x65\x49\x64']===_0xce01b2[_0x5a4852(0x2f8,'\x59\x55\x6b\x38')+'\x47\x65\x6e\x65\x49\x64']||_0xce01b2['\x73\x65\x6c\x65\x63\x74\x65\x64'+_0x5a4852(0x420,'\x67\x76\x68\x26')]!==undefined&&_0x51f34c['\x61\x73\x73\x65\x74\x49\x64']===_0xce01b2[_0x5a4852(0x42c,'\x55\x4f\x37\x28')+_0x5a4852(0x2bc,'\x30\x72\x53\x51')]):undefined,_0xd43ebd={..._0xce01b2,..._0x22fc74?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x52\x65\x61\x73\x6f\x6e':_0x22fc74['\x72\x65\x61\x73\x6f\x6e\x73'][_0x5a4852(0x22a,'\x6f\x40\x29\x38')]('\x3b\x20')}:{},..._0x45ff54['\x6d\x65\x6d\x6f\x72\x79\x45\x76'+_0x5a4852(0x2bd,'\x66\x32\x41\x54')]&&_0x45ff54[_0x5a4852(0x27b,'\x6c\x31\x59\x4e')+_0x5a4852(0x3a0,'\x6f\x40\x29\x38')][_0x5a4852(0x2d6,'\x62\x28\x32\x26')]>-0x2*-0x5bd+0xd96*-0x1+0x1*0x21c?{'\x6d\x65\x6d\x6f\x72\x79\x45\x76\x69\x64\x65\x6e\x63\x65':[..._0x45ff54[_0x5a4852(0x3f9,'\x4e\x73\x78\x57')+_0x5a4852(0x230,'\x65\x75\x7a\x24')]]}:{}};return _0x45ff54[_0x5a4852(0x35e,'\x35\x70\x23\x6b')+_0x5a4852(0x427,'\x59\x55\x6b\x38')]&&_0x45ff54[_0x5a4852(0x422,'\x71\x30\x78\x24')+_0x5a4852(0x393,'\x78\x6f\x35\x41')][_0x5a4852(0x447,'\x61\x42\x63\x55')]>-0x1b*-0x124+0x18c4+-0x10*0x379?{..._0xd43ebd,'\x61\x6e\x74\x69\x57\x61\x72\x6e\x69\x6e\x67\x73':[..._0x45ff54[_0x5a4852(0x342,'\x36\x26\x52\x56')+_0x5a4852(0x427,'\x59\x55\x6b\x38')]]}:_0xd43ebd;}function signalMatchScore(_0x2ea6f6,_0x55eaa0){const _0x33a74e=_0x25b1fb,_0x4c228e=withoutTaskDomainSignals(_0x2ea6f6),_0x2bd3cc=withoutTaskDomainSignals(_0x55eaa0);if(_0x4c228e[_0x33a74e(0x426,'\x59\x55\x6b\x38')]===-0x22f1*-0x1+-0x1c43+-0x3*0x23a||_0x2bd3cc[_0x33a74e(0x368,'\x65\x75\x7a\x24')]===-0xbd8+-0x9*-0x10b+0x275)return-0x22*0x65+-0x783+-0xb*-0x1e7;const _0x24c38d=new Set(_0x4c228e),_0x526c92=_0x2bd3cc[_0x33a74e(0x360,'\x67\x76\x68\x26')](_0x426255=>_0x24c38d[_0x33a74e(0x280,'\x30\x37\x29\x21')](_0x426255))[_0x33a74e(0x31d,'\x36\x26\x52\x56')];return _0x526c92/_0x2bd3cc['\x6c\x65\x6e\x67\x74\x68'];}const SEMANTIC_WEIGHT=-0x1954+-0x23dd*-0x1+-0xa89+0.5;export const CONFIDENCE_WEIGHT=-0x1fcb*0x1+-0x315*-0x1+0x1cb6+0.15;export const REUSE_WEIGHT=-0x1db3+-0x5*0x739+0x41d0+0.1;export const MEMORY_GRAPH_WEIGHT=0xe91+0x12cf+-0x10b*0x20+0.12;export const TASK_DOMAIN_WEIGHT=0x227c+0x2251+-0x39*0x135+0.08;export const TASK_DOMAIN_SIGNAL_EVIDENCE=0x102*0x5+-0xa3b*0x1+-0x531*-0x1+0.5;const SELECTION_GUARD_MATCH_EPS=0x13fc+-0x849*-0x2+0x2*-0x1247+0.000001;export const LEGACY_SELECTION_WEIGHTS_VERSION='\x73\x65\x6c\x2d\x35\x2d\x64\x6f'+_0x25b1fb(0x332,'\x36\x26\x52\x56')+HEALTH_WEIGHTS_VERSION+_0x25b1fb(0x3c1,'\x4e\x73\x78\x57')+CONFIDENCE_WEIGHT+_0x25b1fb(0x3a4,'\x6d\x23\x69\x5e')+MEMORY_GRAPH_WEIGHT+_0x25b1fb(0x250,'\x24\x69\x4c\x21')+REUSE_WEIGHT+_0x25b1fb(0x2e8,'\x62\x28\x32\x26')+TASK_DOMAIN_WEIGHT+'\x29';export const SELECTION_WEIGHTS_VERSION=_0x25b1fb(0x410,'\x30\x6b\x47\x31')+_0x25b1fb(0x286,'\x30\x37\x29\x21')+'\x28'+HEALTH_WEIGHTS_VERSION+'\x2c\x63\x6f\x6e\x66\x3d'+CONFIDENCE_WEIGHT+'\x2c\x6d\x65\x6d\x6f\x72\x79\x3d'+MEMORY_GRAPH_WEIGHT+_0x25b1fb(0x330,'\x75\x6c\x42\x54')+REUSE_WEIGHT+'\x2c\x64\x6f\x6d\x61\x69\x6e\x3d'+TASK_DOMAIN_WEIGHT+'\x29';const SEMANTIC_CORPUS_LIMIT=-0x1*0x1011+-0x607*-0x1+-0x11*-0xd2,SEMANTIC_SIGNAL_LIMIT=0x20c2+0x3e*0x6f+-0x3b94,SEMANTIC_SIGNAL_CHARS=0x686+0x146c+-0x26*0xb3,SEMANTIC_GENE_ID_CHARS=0x41b*0x9+0x15f3*-0x1+-0xe80,SEMANTIC_CATEGORY_CHARS=-0x6e4+0xf*0xc1+-0x40b,SEMANTIC_SUMMARY_CHARS=-0xb95+0x1ee7+0x7a9*-0x2,SEMANTIC_IDENTITY_CHARS=0x1d0b*0x1+0x1f75+0x220*-0x1c;function legacyCandidateSemanticText(_0xc17520){const _0x2b0cfb=_0x25b1fb;return[...withoutTaskDomainSignals(_0xc17520[_0x2b0cfb(0x421,'\x62\x28\x32\x26')+'\x61\x74\x63\x68']),_0xc17520['\x63\x61\x74\x65\x67\x6f\x72\x79']??'',_0xc17520[_0x2b0cfb(0x38f,'\x59\x55\x6b\x38')]??''][_0x2b0cfb(0x2c0,'\x66\x23\x4a\x52')]('\x20');}function boundedSignals(_0x5c13f9){const _0x34698f=_0x25b1fb,_0x5a93ce=[],_0x2abef8=withoutTaskDomainSignals(_0x5c13f9),_0x204520=Math[_0x34698f(0x389,'\x30\x6b\x47\x31')](_0x2abef8[_0x34698f(0x3b7,'\x50\x36\x4b\x6e')],SEMANTIC_SIGNAL_LIMIT);for(let _0x2c44b4=-0x1fd6+0x592*0x3+0xf20;_0x2c44b4<_0x204520;_0x2c44b4+=0x164*-0x7+-0x24af*-0x1+0x1af2*-0x1){const _0x534406=_0x2abef8[_0x2c44b4];if(typeof _0x534406===_0x34698f(0x2c6,'\x5a\x77\x48\x79'))_0x5a93ce[_0x34698f(0x455,'\x2a\x57\x66\x4e')](_0x534406[_0x34698f(0x3ce,'\x5a\x77\x48\x79')](-0x2c5*-0x7+-0x476*-0x1+-0x17d9,SEMANTIC_SIGNAL_CHARS));}return _0x5a93ce;}function semanticCandidateProjection(_0x1726a1){const _0x2643ab=_0x25b1fb,_0x3d136f=boundedSignals(_0x1726a1[_0x2643ab(0x3a9,'\x55\x4f\x37\x28')+_0x2643ab(0x2da,'\x6d\x56\x47\x38')]),_0x296452=_0x1726a1[_0x2643ab(0x3d3,'\x67\x6f\x53\x79')][_0x2643ab(0x28b,'\x30\x72\x53\x51')](-0x19*0x12f+0xf69+0xe2e,SEMANTIC_GENE_ID_CHARS),_0x3ea022=_0x1726a1[_0x2643ab(0x317,'\x28\x43\x65\x44')]?.[_0x2643ab(0x35a,'\x35\x70\x23\x6b')](0x266b+-0x169*0x13+0xf8*-0xc,SEMANTIC_CATEGORY_CHARS),_0x41aac8=_0x1726a1[_0x2643ab(0x3fc,'\x43\x72\x73\x57')]?.[_0x2643ab(0x28b,'\x30\x72\x53\x51')](0x1b70+-0x166d*-0x1+0x22b*-0x17,SEMANTIC_SUMMARY_CHARS);return{'\x74\x61\x67\x49\x6e\x70\x75\x74':{'\x73\x69\x67\x6e\x61\x6c\x73\x4d\x61\x74\x63\x68':_0x3d136f,'\x67\x65\x6e\x65\x49\x64':_0x296452,..._0x3ea022?{'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x3ea022}:{},..._0x41aac8?{'\x73\x75\x6d\x6d\x61\x72\x79':_0x41aac8}:{}},'\x74\x65\x78\x74':[..._0x3d136f,_0x3ea022??'',_0x41aac8??''][_0x2643ab(0x2fb,'\x4e\x73\x78\x57')]('\x20'),'\x68\x61\x73\x43\x6f\x6e\x74\x65\x6e\x74':_0x3d136f[_0x2643ab(0x396,'\x5a\x6b\x4b\x5b')](_0x465f7a=>_0x465f7a[_0x2643ab(0x295,'\x61\x42\x63\x55')]()['\x6c\x65\x6e\x67\x74\x68']>0x185*0x5+0x2*0xae7+0x3*-0x9cd)||Boolean(_0x3ea022?.[_0x2643ab(0x3b9,'\x6d\x23\x69\x5e')]())||Boolean(_0x41aac8?.[_0x2643ab(0x222,'\x53\x29\x54\x43')]())};}function buildSelectionSemanticProfile(_0x556a78){const _0x1983f3=_0x25b1fb,_0x303e71=[],_0xb66437=new Set();for(const _0xbe48fb of _0x556a78){if(_0x303e71[_0x1983f3(0x251,'\x64\x2a\x33\x6e')]>=SEMANTIC_CORPUS_LIMIT)break;const _0x3eca03=_0xbe48fb['\x61\x73\x73\x65\x74\x49\x64']??_0xbe48fb[_0x1983f3(0x30a,'\x42\x73\x5e\x5d')],_0x5a775a=(_0xbe48fb[_0x1983f3(0x242,'\x67\x76\x68\x26')]?_0x1983f3(0x3bf,'\x62\x51\x4b\x65'):_0x1983f3(0x453,'\x67\x76\x68\x26'))+'\x3a'+_0x3eca03[_0x1983f3(0x223,'\x29\x50\x61\x53')](0x74*0x6+-0x149*0x16+0x198e,SEMANTIC_IDENTITY_CHARS);if(_0xb66437[_0x1983f3(0x30b,'\x33\x66\x41\x43')](_0x5a775a))continue;_0xb66437['\x61\x64\x64'](_0x5a775a);const _0xf057f2=semanticCandidateProjection(_0xbe48fb);if(!_0xf057f2[_0x1983f3(0x42d,'\x59\x55\x6b\x38')+'\x6e\x74'])continue;_0x303e71['\x70\x75\x73\x68']({'\x74\x61\x67\x73':geneTags(_0xf057f2[_0x1983f3(0x2a0,'\x30\x56\x28\x46')]),'\x74\x65\x78\x74':_0xf057f2['\x74\x65\x78\x74']});}return buildSemanticIdfProfile(_0x303e71);}function expandedMatchScore(_0x17bc89,_0x43c9df,_0x3dbfe7){const _0x166c2c=_0x25b1fb,_0x1db461=signalMatchScore(_0x17bc89,_0x43c9df['\x73\x69\x67\x6e\x61\x6c\x73\x4d'+_0x166c2c(0x25a,'\x30\x56\x28\x46')]);if(_0x1db461>=-0x19*-0xdb+-0x192b+0x3c9)return{'\x73\x63\x6f\x72\x65':0x1,'\x6c\x69\x74\x65\x72\x61\x6c':_0x1db461,'\x74\x61\x67':0x0,'\x63\x6f\x73':0x0};const _0x27cccb=_0x3dbfe7?semanticCandidateProjection(_0x43c9df):undefined,_0x1dcb4c=_0x3dbfe7?boundedSignals(_0x17bc89):withoutTaskDomainSignals(_0x17bc89),_0x584432=_0x3dbfe7?idfTagOverlapScore(_0x1dcb4c,_0x27cccb[_0x166c2c(0x446,'\x29\x50\x61\x53')],_0x3dbfe7):tagOverlapScore(_0x1dcb4c,{'\x73\x69\x67\x6e\x61\x6c\x73\x4d\x61\x74\x63\x68':withoutTaskDomainSignals(_0x43c9df[_0x166c2c(0x256,'\x4b\x21\x4d\x33')+_0x166c2c(0x3ae,'\x46\x44\x40\x6b')]),'\x67\x65\x6e\x65\x49\x64':_0x43c9df[_0x166c2c(0x376,'\x5a\x77\x48\x79')],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x43c9df[_0x166c2c(0x2f2,'\x6d\x56\x47\x38')],'\x73\x75\x6d\x6d\x61\x72\x79':_0x43c9df[_0x166c2c(0x3e2,'\x6d\x71\x68\x35')]}),_0x419e91=Math[_0x166c2c(0x389,'\x30\x6b\x47\x31')](0x1952+-0x117f+-0x7d2,_0x1db461+(-0xf2c+0x40*-0x13+0x13ed-_0x1db461)*_0x584432);if(_0x419e91>=0x37*-0x68+0x2710+-0x10b7*0x1)return{'\x73\x63\x6f\x72\x65':0x1,'\x6c\x69\x74\x65\x72\x61\x6c':_0x1db461,'\x74\x61\x67':_0x584432,'\x63\x6f\x73':0x0};const _0x2aae35=_0x3dbfe7?idfBagCosine(_0x1dcb4c['\x6a\x6f\x69\x6e']('\x20'),_0x27cccb['\x74\x65\x78\x74'],_0x3dbfe7):bagCosine(_0x1dcb4c[_0x166c2c(0x2ad,'\x30\x37\x29\x21')]('\x20'),legacyCandidateSemanticText(_0x43c9df));return{'\x73\x63\x6f\x72\x65':Math[_0x166c2c(0x40a,'\x42\x73\x5e\x5d')](-0x12bf+-0x7ee+0x1aae,_0x419e91+(0x4b1*-0x1+-0x1e71*0x1+0x2323-_0x419e91)*_0x2aae35*SEMANTIC_WEIGHT),'\x6c\x69\x74\x65\x72\x61\x6c':_0x1db461,'\x74\x61\x67':_0x584432,'\x63\x6f\x73':_0x2aae35};}function taskDomainEvidence(_0x1cdf70,_0x1f81cd){const _0x41d080=_0x25b1fb;if(_0x1cdf70['\x73\x74\x61\x74\x75\x73']!==_0x41d080(0x33c,'\x47\x25\x66\x71'))return-0x2*-0xbe1+-0x887*-0x4+0x1cef*-0x2;const _0x58ba50=resolveTaskDomainSignals(_0x1f81cd);return _0x58ba50[_0x41d080(0x41e,'\x5a\x6b\x4b\x5b')]===_0x41d080(0x37d,'\x43\x72\x73\x57')&&_0x58ba50[_0x41d080(0x31f,'\x30\x37\x29\x21')]===_0x1cdf70['\x73\x6c\x75\x67']?TASK_DOMAIN_SIGNAL_EVIDENCE:0x3a3*-0x6+0x5fe+-0x2*-0x7ea;}function scoreCandidate(_0x225a2e,_0x43e6f2,_0x12a0b8,_0x3fdec8){const _0x381cea=_0x25b1fb,_0x25f20b=geneHealthScore(_0x43e6f2[_0x381cea(0x261,'\x42\x73\x5e\x5d')],{'\x72\x65\x75\x73\x65\x43\x6f\x75\x6e\x74':_0x43e6f2[_0x381cea(0x372,'\x5a\x77\x48\x79')+'\x6e\x74'],'\x61\x6e\x74\x69\x50\x61\x74\x74\x65\x72\x6e\x43\x6f\x75\x6e\x74':_0x43e6f2[_0x381cea(0x41c,'\x6b\x5e\x41\x26')+_0x381cea(0x29a,'\x67\x76\x68\x26')]}),_0x27dce7=expandedMatchScore(_0x225a2e,_0x43e6f2,_0x12a0b8),_0x1ac93d=_0x43e6f2[_0x381cea(0x2db,'\x66\x23\x4a\x52')+_0x381cea(0x377,'\x28\x43\x65\x44')+'\x79']??0x2*0xc1b+0x62c*-0x2+-0xbde,_0x5dbcb2=Math['\x6d\x61\x78'](-0x1581+-0x185f+-0x2de*-0x10,Math[_0x381cea(0x3ff,'\x75\x6c\x42\x54')](-0x5c2*0x6+0xe56*-0x1+-0x5*-0x9c7,_0x43e6f2['\x63\x6f\x6e\x66\x69\x64\x65\x6e'+'\x63\x65']??-0x5ee+0x2287+-0x1c99)),_0x355288=Math[_0x381cea(0x2bf,'\x42\x73\x5e\x5d')](-(0x1*0x9ac+-0x146*-0xf+-0x1cc5),Math[_0x381cea(0x2a5,'\x66\x32\x41\x54')](-0x2513*0x1+0x2*0xb0f+0x5*0x2fe,_0x43e6f2[_0x381cea(0x336,'\x29\x50\x61\x53')+_0x381cea(0x24e,'\x4f\x6e\x6a\x4a')]??-0xe2e+-0x11*0xe9+0x1da7)),_0x20524e=Math[_0x381cea(0x234,'\x59\x55\x6b\x38')](-(-0x29*-0x66+0x20*0x81+-0x2075),Math[_0x381cea(0x205,'\x4b\x21\x4d\x33')](-0x1f*-0xde+-0xb98+-0xf49,_0x43e6f2[_0x381cea(0x2f4,'\x4f\x6e\x6a\x4a')+_0x381cea(0x3b1,'\x42\x73\x5e\x5d')]??-0x38*-0xa2+0xb5d*-0x1+-0x1813)),_0x2fdd97=taskDomainEvidence(_0x3fdec8,_0x43e6f2['\x73\x69\x67\x6e\x61\x6c\x73\x4d'+_0x381cea(0x2da,'\x6d\x56\x47\x38')]),_0x28301a=TASK_DOMAIN_WEIGHT*_0x2fdd97,_0x360ef4=(-0x22*-0x3a+-0x220a+0x1a56+0.6)*_0x25f20b[_0x381cea(0x207,'\x33\x66\x41\x43')]+(-0x1bb7+-0x1018*0x1+0x2bcf+0.4)*_0x27dce7['\x73\x63\x6f\x72\x65']-_0x1ac93d+CONFIDENCE_WEIGHT*_0x5dbcb2+MEMORY_GRAPH_WEIGHT*_0x20524e+REUSE_WEIGHT*_0x355288+_0x28301a,_0x2123a4=_0x27dce7['\x74\x61\x67']>-0xb72+0x2*0xc4b+0x1d*-0x74||_0x27dce7['\x63\x6f\x73']>-0x2261*0x1+-0x2*0xc89+-0x3b73*-0x1?_0x381cea(0x292,'\x55\x4f\x37\x28')+'\x3d'+_0x27dce7[_0x381cea(0x2e5,'\x47\x25\x66\x71')][_0x381cea(0x277,'\x4f\x6e\x6a\x4a')](-0xd12+0xb65+0x1af)+_0x381cea(0x2b2,'\x6d\x71\x68\x35')+_0x27dce7[_0x381cea(0x35d,'\x28\x43\x65\x44')][_0x381cea(0x327,'\x30\x6b\x47\x31')](0xd*-0x1a+0x21df+-0x208b)+_0x381cea(0x33d,'\x67\x76\x68\x26')+_0x27dce7[_0x381cea(0x390,'\x4f\x6e\x6a\x4a')][_0x381cea(0x272,'\x63\x56\x79\x69')](-0xeb0+0x21d*-0x4+0xb93*0x2)+'\x29':'',_0x529e1e=[_0x381cea(0x32a,'\x30\x72\x53\x51')+_0x25f20b[_0x381cea(0x3eb,'\x28\x43\x65\x44')][_0x381cea(0x403,'\x6c\x31\x59\x4e')](-0x7*0x514+-0x1e83*-0x1+-0x4c*-0x11)+_0x381cea(0x39e,'\x55\x4f\x37\x28')+_0x25f20b[_0x381cea(0x335,'\x6d\x71\x68\x35')+_0x381cea(0x349,'\x67\x76\x68\x26')][_0x381cea(0x3cf,'\x6d\x56\x47\x38')](0x26cc+-0xfb3+0x101*-0x17)+_0x381cea(0x206,'\x6d\x23\x69\x5e')+_0x25f20b[_0x381cea(0x260,'\x53\x29\x54\x43')+'\x6e\x74']+'\x29','\u4fe1\u53f7\u5339\u914d\x3d'+_0x27dce7[_0x381cea(0x218,'\x66\x32\x41\x54')][_0x381cea(0x39d,'\x5a\x77\x48\x79')](0x2*-0x12ab+0x25d+0x22fb)+_0x2123a4];if(_0x1ac93d>0x241+0x1ea3+0x14*-0x1a5)_0x529e1e['\x70\x75\x73\x68']('\x65\x70\x69\x67\x65\x6e\x65\x74'+_0x381cea(0x2c5,'\x47\x25\x66\x71')+'\x2d'+_0x1ac93d[_0x381cea(0x445,'\x30\x72\x53\x51')](-0x1d0d+-0xd*-0x23b+0x1*0x10));if(_0x5dbcb2>0x137*-0xc+0xd*0x9c+0x6a8)_0x529e1e[_0x381cea(0x411,'\x30\x56\x28\x46')](_0x381cea(0x249,'\x78\x6f\x35\x41')+_0x381cea(0x301,'\x61\x42\x63\x55')+_0x381cea(0x31b,'\x30\x72\x53\x51')+_0x381cea(0x366,'\x71\x30\x78\x24')+(CONFIDENCE_WEIGHT*_0x5dbcb2)[_0x381cea(0x3f2,'\x30\x56\x28\x46')](0x3c0+0x3d2+0x9*-0xd7)+'\x20\x28\x63\x6f\x6e\x66\x3d'+_0x5dbcb2[_0x381cea(0x3f5,'\x53\x29\x54\x43')](-0x1*-0x23eb+-0x14b7*-0x1+-0x970*0x6)+'\x29');if(_0x20524e!==0x224f+0x1*-0x261b+0x3cc)_0x529e1e[_0x381cea(0x23a,'\x65\x75\x7a\x24')]('\x73\x63\x6f\x70\x65\x64\x20\x6d'+_0x381cea(0x40b,'\x50\x36\x4b\x6e')+'\x61\x70\x68\x20\x6f\x75\x74\x63'+_0x381cea(0x392,'\x6c\x31\x59\x4e')+(_0x20524e>=0x1c62+0x712+-0x2374?'\x2b':'')+(MEMORY_GRAPH_WEIGHT*_0x20524e)[_0x381cea(0x2a7,'\x5d\x33\x58\x6f')](-0x6a*0x5b+0x1b3e+-0x6b*-0x19)+_0x381cea(0x20b,'\x6b\x5e\x41\x26')+_0x20524e[_0x381cea(0x3cf,'\x6d\x56\x47\x38')](-0x15ff+0xb27*0x3+-0xb74)+'\x29');if(_0x355288!==0x2180+0x1*-0x1d74+-0x40c)_0x529e1e[_0x381cea(0x436,'\x66\x32\x41\x54')](_0x381cea(0x1f8,'\x6d\x71\x68\x35')+_0x381cea(0x44b,'\x6d\x2a\x79\x57')+_0x381cea(0x357,'\x50\x36\x4b\x6e')+(_0x355288>=0x7fa*-0x1+-0x59b*0x1+0xd95*0x1?'\x2b':'')+(REUSE_WEIGHT*_0x355288)[_0x381cea(0x2fc,'\x6b\x5e\x41\x26')](-0x13ad+-0x52*-0x5e+-0xa6c)+(_0x381cea(0x253,'\x42\x73\x5e\x5d')+_0x381cea(0x298,'\x40\x38\x7a\x5e'))+_0x355288['\x74\x6f\x46\x69\x78\x65\x64'](-0x13fe+0xc4*-0xf+0x1f7c)+'\x29');if(_0x28301a>0x2035+-0x9*-0x33f+0xf5b*-0x4)_0x529e1e[_0x381cea(0x40f,'\x75\x6c\x42\x54')](_0x381cea(0x3b5,'\x4b\x21\x4d\x33')+_0x381cea(0x21b,'\x4b\x21\x4d\x33')+_0x381cea(0x40e,'\x61\x42\x63\x55')+_0x28301a[_0x381cea(0x38b,'\x40\x38\x7a\x5e')](-0x32*0x61+0xa88+0x86d)+('\x20\x28\x65\x76\x69\x64\x65\x6e'+_0x381cea(0x401,'\x53\x29\x54\x43'))+_0x2fdd97[_0x381cea(0x39d,'\x5a\x77\x48\x79')](0x1*0x1f4b+0x213c+-0x4085)+'\x29');return{'\x67\x65\x6e\x65\x49\x64':_0x43e6f2['\x67\x65\x6e\x65\x49\x64'],..._0x43e6f2[_0x381cea(0x36e,'\x78\x6f\x35\x41')]?{'\x61\x73\x73\x65\x74\x49\x64':_0x43e6f2[_0x381cea(0x36c,'\x6c\x31\x59\x4e')]}:{},'\x73\x63\x6f\x72\x65':_0x360ef4,'\x6d\x61\x74\x63\x68\x53\x63\x6f\x72\x65':_0x27dce7[_0x381cea(0x240,'\x46\x44\x40\x6b')],'\x68\x65\x61\x6c\x74\x68':_0x25f20b,'\x72\x65\x61\x73\x6f\x6e\x73':_0x529e1e};}function matchesForcedGeneId(_0x3db055,_0x524a07){const _0x1d606f=_0x25b1fb;return _0x3db055[_0x1d606f(0x1fe,'\x4e\x70\x5e\x70')]===_0x524a07||_0x3db055[_0x1d606f(0x3c9,'\x67\x6f\x53\x79')]===_0x524a07;}function matchesCandidateIdentity(_0x24d598,_0xed6d90){const _0x1c7491=_0x25b1fb;return _0xed6d90['\x61\x73\x73\x65\x74\x49\x64']?_0x24d598[_0x1c7491(0x3e1,'\x5a\x6b\x4b\x5b')]===_0xed6d90[_0x1c7491(0x305,'\x51\x63\x59\x58')]:_0x24d598[_0x1c7491(0x1fe,'\x4e\x70\x5e\x70')]===_0xed6d90['\x67\x65\x6e\x65\x49\x64'];}function matchesScoredIdentity(_0x122b6b,_0xb69ce7){const _0x559e25=_0x25b1fb;return _0xb69ce7[_0x559e25(0x3e9,'\x6f\x40\x29\x38')]?_0x122b6b[_0x559e25(0x24a,'\x63\x56\x79\x69')]===_0xb69ce7[_0x559e25(0x338,'\x40\x38\x7a\x5e')]:_0x122b6b['\x67\x65\x6e\x65\x49\x64']===_0xb69ce7[_0x559e25(0x1f7,'\x61\x42\x63\x55')];}function withoutCandidateIdentity(_0x35d97c,_0x466944){const _0x411d97=_0x25b1fb;return _0x35d97c[_0x411d97(0x297,'\x33\x66\x41\x43')](_0x574a4d=>!matchesCandidateIdentity(_0x574a4d,_0x466944));}function candidateForScore(_0x1997ce,_0x5e5295){const _0x27ef7e=_0x25b1fb;return _0x1997ce[_0x27ef7e(0x413,'\x62\x51\x4b\x65')+'\x65\x73'][_0x27ef7e(0x29c,'\x4e\x44\x66\x4c')](_0x29c959=>_0x29c959[_0x27ef7e(0x3ea,'\x6c\x31\x59\x4e')]===_0x5e5295[_0x27ef7e(0x289,'\x4e\x73\x78\x57')]&&_0x29c959[_0x27ef7e(0x24c,'\x64\x2a\x33\x6e')]===_0x5e5295['\x61\x73\x73\x65\x74\x49\x64']);}function compactMetric(_0x5b01cd){const _0x5cbec8=_0x25b1fb;return Math[_0x5cbec8(0x23c,'\x5d\x33\x58\x6f')](_0x5b01cd*(-0x11571*0xe+-0x157adf+0x33e94d))/(0x29dfd*0x1+-0x1c4e12+0x28f255*0x1);}function compactChoice(_0x35e041){const _0x3b98cb=_0x25b1fb;return{..._0x35e041,'\x61\x72\x6d\x49\x64':_0x35e041[_0x3b98cb(0x1f0,'\x6d\x23\x69\x5e')][_0x3b98cb(0x20d,'\x6d\x56\x47\x38')](0x162*0xb+0x31*0x33+-0x18f9,-0x1a05*-0x1+0x2353+0xf2e*-0x4),'\x6d\x65\x61\x6e\x52\x65\x77\x61\x72\x64':compactMetric(_0x35e041[_0x3b98cb(0x2fd,'\x62\x28\x32\x26')+'\x72\x64']),..._0x35e041[_0x3b98cb(0x287,'\x75\x6c\x42\x54')]!==null?{'\x62\x6f\x6e\x75\x73':compactMetric(_0x35e041[_0x3b98cb(0x264,'\x4f\x6e\x6a\x4a')])}:{'\x62\x6f\x6e\x75\x73':null},..._0x35e041[_0x3b98cb(0x34c,'\x4e\x73\x78\x57')]!==null?{'\x69\x6e\x64\x65\x78':compactMetric(_0x35e041[_0x3b98cb(0x370,'\x55\x4f\x37\x28')])}:{'\x69\x6e\x64\x65\x78':null}};}function isReusableGenerationSource(_0x3ab594){return _0x3ab594==='\x64\x69\x73\x74\x69\x6c\x6c\x65'+'\x64'||_0x3ab594==='\x65\x76\x6f\x6c\x76\x65\x64';}function isReusableFallbackCandidate(_0x4eae16){const _0x455824=_0x25b1fb;if(_0x4eae16['\x67\x65\x6e\x65\x72\x61\x74\x69'+_0x455824(0x312,'\x43\x72\x73\x57')]!==undefined)return isReusableGenerationSource(_0x4eae16[_0x455824(0x43e,'\x46\x44\x40\x6b')+_0x455824(0x2c9,'\x6f\x40\x29\x38')]);return isDistilledGeneId(_0x4eae16[_0x455824(0x3d3,'\x67\x6f\x53\x79')]);}function forcedSelection(_0x30a345,_0x43b605,_0x23e895,_0x1b2a43){const _0x4f9e9d=_0x25b1fb,_0x7292e8=_0x30a345[_0x4f9e9d(0x333,'\x6a\x47\x5a\x63')+_0x4f9e9d(0x310,'\x24\x69\x4c\x21')]?.[_0x4f9e9d(0x229,'\x28\x43\x65\x44')]();if(!_0x7292e8)return{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x43b605};const _0x195d7c=_0x30a345[_0x4f9e9d(0x2c2,'\x47\x25\x66\x71')+'\x65\x73'][_0x4f9e9d(0x278,'\x6d\x71\x68\x35')](_0xbb82ac=>matchesForcedGeneId(_0xbb82ac,_0x7292e8));if(_0x195d7c){const _0x52d16b=_0x43b605[_0x4f9e9d(0x3d0,'\x6b\x5e\x41\x26')](_0xb2b63e=>matchesCandidateIdentity(_0xb2b63e,_0x195d7c));if(!_0x52d16b)return{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x43b605};if((_0x195d7c[_0x4f9e9d(0x3b6,'\x33\x66\x41\x43')+_0x4f9e9d(0x3ab,'\x51\x63\x59\x58')+'\x79']??-0x1ae9*0x1+-0x3*-0x218+0x1*0x14a1)>-0xd3a*-0x2+0x4*-0x25f+0x6*-0x2d4){if(_0x4f9e9d(0x308,'\x67\x76\x68\x26')===_0x4f9e9d(0x31c,'\x46\x44\x40\x6b')){const {candidate:_0x244012,scored:_0x149e49}=_0x1b1dcf;_0x149e49[_0x4f9e9d(0x456,'\x6d\x2a\x79\x57')][_0x4f9e9d(0x254,'\x36\x26\x52\x56')](_0x4f9e9d(0x379,'\x65\x75\x7a\x24')+_0x4f9e9d(0x353,'\x67\x76\x68\x26')+'\x63\x6b\x28\x23\x39\x37\x29\x3a'+_0x4f9e9d(0x2cc,'\x28\x43\x65\x44')+_0x4f9e9d(0x221,'\x71\x30\x78\x24')+_0x4f9e9d(0x2f0,'\x51\x63\x59\x58')),_0x2aa5c5[_0x4f9e9d(0x40f,'\x75\x6c\x42\x54')](_0x149e49),_0x1860bd=_0x244012[_0x4f9e9d(0x444,'\x4e\x44\x66\x4c')],_0x230848=_0x244012[_0x4f9e9d(0x2e0,'\x30\x6b\x47\x31')],_0x308844=!![];}else return _0x52d16b[_0x4f9e9d(0x383,'\x63\x56\x79\x69')][_0x4f9e9d(0x3e5,'\x6a\x47\x5a\x63')]('\x66\x6f\x72\x63\x65\x64\x20\x67'+_0x4f9e9d(0x44e,'\x6f\x40\x29\x38')+_0x4f9e9d(0x3a1,'\x71\x30\x78\x24')+_0x4f9e9d(0x375,'\x67\x6f\x53\x79')+_0x4f9e9d(0x31a,'\x24\x69\x4c\x21')+_0x4f9e9d(0x3bc,'\x6c\x31\x59\x4e')),{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':withoutCandidateIdentity(_0x43b605,_0x195d7c),'\x66\x6f\x72\x63\x65\x52\x65\x6a\x65\x63\x74\x65\x64':!![]};}_0x52d16b[_0x4f9e9d(0x3ef,'\x6b\x5e\x41\x26')][_0x4f9e9d(0x348,'\x62\x28\x32\x26')](_0x4f9e9d(0x293,'\x67\x76\x68\x26')+_0x4f9e9d(0x2b5,'\x4e\x44\x66\x4c')+_0x4f9e9d(0x38e,'\x62\x28\x32\x26')+_0x4f9e9d(0x225,'\x64\x2a\x33\x6e')+_0x4f9e9d(0x324,'\x6d\x71\x68\x35')+_0x4f9e9d(0x43a,'\x40\x38\x7a\x5e')+_0x4f9e9d(0x1f4,'\x2a\x57\x66\x4e')+_0x4f9e9d(0x41d,'\x35\x70\x23\x6b')+_0x4f9e9d(0x2b7,'\x30\x6b\x47\x31')+'\x28'+_0x7292e8+'\x29');if(_0x1b2a43!==undefined&&_0x52d16b[_0x4f9e9d(0x2e1,'\x71\x30\x78\x24')]<=_0x1b2a43)_0x52d16b[_0x4f9e9d(0x435,'\x43\x72\x73\x57')]['\x70\x75\x73\x68'](_0x4f9e9d(0x1f1,'\x47\x25\x66\x71')+_0x4f9e9d(0x211,'\x35\x70\x23\x6b')+_0x4f9e9d(0x3af,'\x67\x6f\x53\x79')+_0x4f9e9d(0x43b,'\x47\x25\x66\x71')+_0x4f9e9d(0x42b,'\x50\x36\x4b\x6e')+_0x1b2a43);return{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x195d7c['\x67\x65\x6e\x65\x49\x64'],..._0x195d7c[_0x4f9e9d(0x24a,'\x63\x56\x79\x69')]?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x195d7c[_0x4f9e9d(0x1f5,'\x6d\x23\x69\x5e')]}:{},'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x43b605};}const _0x5aae25=(_0x30a345[_0x4f9e9d(0x2a2,'\x30\x6b\x47\x31')+'\x64\x46\x61\x6c\x6c\x62\x61\x63'+'\x6b']??[])[_0x4f9e9d(0x414,'\x35\x70\x23\x6b')](_0x2f3787=>matchesForcedGeneId(_0x2f3787,_0x7292e8));if(!_0x5aae25)return{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x43b605};const _0x5518f9=_0x43b605['\x73\x6c\x69\x63\x65'](),_0x50b7c5=_0x23e895(_0x5aae25);_0x43b605[_0x4f9e9d(0x40d,'\x53\x29\x54\x43')](_0x50b7c5);if((_0x5aae25[_0x4f9e9d(0x454,'\x6c\x31\x59\x4e')+_0x4f9e9d(0x3fe,'\x47\x25\x66\x71')+'\x79']??-0x2b9*0x9+-0x1246+0x2ac7)>-0x1*0x231a+-0x35*0xb1+0x47bf){if(_0x4f9e9d(0x303,'\x64\x2a\x33\x6e')!==_0x4f9e9d(0x386,'\x6a\x47\x5a\x63'))_0x46965f[_0x4f9e9d(0x3ee,'\x6d\x56\x47\x38')+_0x4f9e9d(0x2d5,'\x64\x2a\x33\x6e')][_0x4f9e9d(0x319,'\x6d\x71\x68\x35')](_0x2c7d29=>_0x2c7d29['\x72\x65\x61\x73\x6f\x6e\x73'][_0x4f9e9d(0x436,'\x66\x32\x41\x54')](_0x4f9e9d(0x371,'\x66\x23\x4a\x52')+_0x40e1fc+('\x20\u2192\x20\x69\x6e\x6e\x6f\x76'+_0x4f9e9d(0x3c0,'\x4b\x21\x4d\x33'))));else return _0x50b7c5['\x72\x65\x61\x73\x6f\x6e\x73'][_0x4f9e9d(0x246,'\x71\x30\x78\x24')](_0x4f9e9d(0x30c,'\x51\x63\x59\x58')+_0x4f9e9d(0x315,'\x78\x6f\x35\x41')+_0x4f9e9d(0x27f,'\x43\x72\x73\x57')+_0x4f9e9d(0x43d,'\x51\x63\x59\x58')+_0x4f9e9d(0x3d2,'\x4b\x21\x4d\x33')+_0x4f9e9d(0x2b8,'\x62\x51\x4b\x65')),{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x5518f9,'\x66\x6f\x72\x63\x65\x52\x65\x6a\x65\x63\x74\x65\x64':!![]};}if(!isReusableFallbackCandidate(_0x5aae25)){if('\x43\x58\x41\x42\x63'===_0x4f9e9d(0x20e,'\x55\x4f\x37\x28'))return _0x50b7c5[_0x4f9e9d(0x2cb,'\x75\x6c\x42\x54')][_0x4f9e9d(0x2b1,'\x4e\x44\x66\x4c')](_0x4f9e9d(0x291,'\x6b\x5e\x41\x26')+_0x4f9e9d(0x362,'\x40\x38\x7a\x5e')+_0x4f9e9d(0x282,'\x5a\x6b\x4b\x5b')+_0x4f9e9d(0x3c6,'\x30\x37\x29\x21')+_0x4f9e9d(0x442,'\x30\x6b\x47\x31')+'\x6b'),{'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x5518f9,'\x66\x6f\x72\x63\x65\x52\x65\x6a\x65\x63\x74\x65\x64':!![]};else _0x2c60b3[_0x4f9e9d(0x1f6,'\x59\x55\x6b\x38')](_0xa8ae5f=>_0xa8ae5f[_0x4f9e9d(0x44c,'\x53\x29\x54\x43')]===_0x439c31)?.[_0x4f9e9d(0x2de,'\x5d\x33\x58\x6f')][_0x4f9e9d(0x281,'\x62\x51\x4b\x65')](_0x4f9e9d(0x244,'\x5a\x77\x48\x79')+_0xa5b0e1[_0x4f9e9d(0x24d,'\x6a\x47\x5a\x63')+'\x65']+(_0x4f9e9d(0x3f8,'\x4e\x44\x66\x4c')+_0x4f9e9d(0x20a,'\x40\x38\x7a\x5e'))+_0x5d3c7f['\x69\x6e\x74\x65\x6e\x73\x69\x74'+'\x79'][_0x4f9e9d(0x21e,'\x2a\x57\x66\x4e')](-0x1d9a+-0x234a+-0xd5*-0x4e)+'\x29');}_0x50b7c5[_0x4f9e9d(0x219,'\x6f\x40\x29\x38')][_0x4f9e9d(0x2b1,'\x4e\x44\x66\x4c')](_0x4f9e9d(0x288,'\x6f\x40\x29\x38')+_0x4f9e9d(0x341,'\x71\x30\x78\x24')+_0x4f9e9d(0x2aa,'\x33\x66\x41\x43')+_0x4f9e9d(0x344,'\x6d\x71\x68\x35')+'\x6f\x72\x63\x65\x64\x47\x65\x6e'+_0x4f9e9d(0x252,'\x6d\x56\x47\x38')+_0x4f9e9d(0x351,'\x66\x23\x4a\x52')+_0x4f9e9d(0x299,'\x53\x29\x54\x43')+_0x4f9e9d(0x3a5,'\x61\x42\x63\x55')+'\x66\x61\x6c\x6c\x62\x61\x63\x6b'+'\x20\x28'+_0x7292e8+'\x29');if(_0x1b2a43!==undefined&&_0x50b7c5[_0x4f9e9d(0x2e4,'\x43\x72\x73\x57')]<=_0x1b2a43)_0x50b7c5[_0x4f9e9d(0x245,'\x30\x56\x28\x46')][_0x4f9e9d(0x378,'\x30\x72\x53\x51')](_0x4f9e9d(0x2af,'\x5a\x77\x48\x79')+_0x4f9e9d(0x34f,'\x33\x66\x41\x43')+_0x4f9e9d(0x208,'\x28\x43\x65\x44')+_0x4f9e9d(0x3bb,'\x62\x28\x32\x26')+_0x4f9e9d(0x22c,'\x6c\x31\x59\x4e')+_0x1b2a43);return{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x5aae25[_0x4f9e9d(0x382,'\x75\x6c\x42\x54')],..._0x5aae25[_0x4f9e9d(0x242,'\x67\x76\x68\x26')]?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x5aae25[_0x4f9e9d(0x24c,'\x64\x2a\x33\x6e')]}:{},'\x73\x63\x6f\x72\x65\x64\x46\x6f\x72\x43\x68\x6f\x69\x63\x65':_0x5518f9};}export function assessSelectionGuard(_0xef0fb8,_0x381b21){const _0x7e3b75=_0x25b1fb;if(_0xef0fb8['\x6c\x65\x6e\x67\x74\x68']===0x131e+0x2659*-0x1+0x133b)return{'\x77\x6f\x75\x6c\x64\x41\x62\x73\x74\x61\x69\x6e':!![],'\x72\x65\x61\x73\x6f\x6e':'\x6e\x6f\x5f\x6d\x61\x74\x63\x68','\x6d\x61\x78\x4d\x61\x74\x63\x68':0x0,'\x6d\x61\x74\x63\x68\x53\x70\x72\x65\x61\x64':0x0};const _0x5ded68=_0xef0fb8[_0x7e3b75(0x2f5,'\x71\x30\x78\x24')](_0x38b7a7=>_0x38b7a7[_0x7e3b75(0x28f,'\x40\x38\x7a\x5e')+'\x72\x65']??-0x2111*0x1+0x11a7+0xf6a),_0x12d645=Math[_0x7e3b75(0x3b0,'\x65\x75\x7a\x24')](..._0x5ded68),_0x62fe50=Math['\x6d\x69\x6e'](..._0x5ded68),_0x23a70c=_0x12d645-_0x62fe50,_0x37ea0d={'\x6d\x61\x78\x4d\x61\x74\x63\x68':compactMetric(_0x12d645),'\x6d\x61\x74\x63\x68\x53\x70\x72\x65\x61\x64':compactMetric(_0x23a70c)};if(_0x12d645<=SELECTION_GUARD_MATCH_EPS)return{'\x77\x6f\x75\x6c\x64\x41\x62\x73\x74\x61\x69\x6e':!![],'\x72\x65\x61\x73\x6f\x6e':_0x7e3b75(0x354,'\x40\x38\x7a\x5e'),..._0x37ea0d};if(_0x381b21&&_0xef0fb8[_0x7e3b75(0x3ec,'\x4e\x44\x66\x4c')]>0xb35*-0x1+0xee7+0xf*-0x3f&&_0x23a70c<=SELECTION_GUARD_MATCH_EPS)return{'\x77\x6f\x75\x6c\x64\x41\x62\x73\x74\x61\x69\x6e':!![],'\x72\x65\x61\x73\x6f\x6e':_0x7e3b75(0x451,'\x30\x56\x28\x46')+_0x7e3b75(0x337,'\x71\x30\x78\x24')+'\x63\x68',..._0x37ea0d};return{'\x77\x6f\x75\x6c\x64\x41\x62\x73\x74\x61\x69\x6e':![],..._0x37ea0d};}export const engineHealthSelection={'\x6e\x61\x6d\x65':_0x25b1fb(0x294,'\x29\x50\x61\x53')+_0x25b1fb(0x266,'\x50\x36\x4b\x6e'),'\x76\x65\x72\x73\x69\x6f\x6e':'\x31','\x72\x75\x6e'(_0x424a4d,_0xe34df2){const _0x33efce=_0x25b1fb,_0x219d97=_0x424a4d[_0x33efce(0x440,'\x62\x51\x4b\x65')+_0x33efce(0x3b2,'\x4e\x44\x66\x4c')+'\x64\x66']||_0x424a4d[_0x33efce(0x3ba,'\x6d\x23\x69\x5e')+'\x43\x6f\x72\x70\x75\x73']===undefined?undefined:buildSelectionSemanticProfile(_0x424a4d[_0x33efce(0x32f,'\x78\x6f\x35\x41')+'\x43\x6f\x72\x70\x75\x73']),_0x6a8e22=_0x219d97?SELECTION_WEIGHTS_VERSION:LEGACY_SELECTION_WEIGHTS_VERSION,_0x24e598=_0x219d97?{'\x73\x65\x6d\x61\x6e\x74\x69\x63\x50\x72\x6f\x66\x69\x6c\x65\x56\x65\x72\x73\x69\x6f\x6e':_0x219d97['\x76\x65\x72\x73\x69\x6f\x6e'],'\x73\x65\x6d\x61\x6e\x74\x69\x63\x44\x6f\x63\x75\x6d\x65\x6e\x74\x43\x6f\x75\x6e\x74':_0x219d97['\x64\x6f\x63\x75\x6d\x65\x6e\x74'+_0x33efce(0x388,'\x65\x75\x7a\x24')]}:{},_0x570fe4=resolveTaskDomainSignals(_0x424a4d[_0x33efce(0x210,'\x67\x6f\x53\x79')]),_0x5e149d=_0x438833=>scoreCandidate(_0x424a4d[_0x33efce(0x3bd,'\x55\x4f\x37\x28')],_0x438833,_0x219d97,_0x570fe4),_0x47388b=_0x424a4d['\x63\x61\x6e\x64\x69\x64\x61\x74'+'\x65\x73'][_0x33efce(0x2dc,'\x6a\x47\x5a\x63')](_0x5e149d)[_0x33efce(0x2a1,'\x66\x23\x4a\x52')]((_0x215c8a,_0x1bbc4b)=>_0x1bbc4b['\x73\x63\x6f\x72\x65']-_0x215c8a[_0x33efce(0x37e,'\x2a\x57\x66\x4e')]),_0x452fa7=_0x424a4d[_0x33efce(0x21f,'\x28\x43\x65\x44')]??0x21b8+0x7ae+-0x2966,_0x44d14e=forcedSelection(_0x424a4d,_0x47388b,_0x5e149d,_0x452fa7),_0x305209=_0x44d14e[_0x33efce(0x350,'\x4e\x70\x5e\x70')+'\x72\x43\x68\x6f\x69\x63\x65'][_0x33efce(0x3a3,'\x65\x75\x7a\x24')](_0x57ee00=>_0x57ee00[_0x33efce(0x39a,'\x5d\x33\x58\x6f')]>_0x452fa7),_0x3b3294=_0x424a4d[_0x33efce(0x3da,'\x4e\x70\x5e\x70')+_0x33efce(0x41f,'\x30\x37\x29\x21')]??_0x33efce(0x215,'\x61\x42\x63\x55'),_0x2deccc=_0x424a4d[_0x33efce(0x35c,'\x66\x23\x4a\x52')+_0x33efce(0x217,'\x55\x4f\x37\x28')]?.[_0x33efce(0x406,'\x61\x42\x63\x55')]?.[_0x33efce(0x3f6,'\x65\x75\x7a\x24')]===!![];let _0x5e5fc5=assessSelectionGuard(_0x305209,_0x2deccc);if(_0x305209[_0x33efce(0x343,'\x6d\x2a\x79\x57')]===0xddc+-0x21dd+-0x1*-0x1401){const _0x2acbf1=assessSelectionGuard(_0x44d14e[_0x33efce(0x350,'\x4e\x70\x5e\x70')+_0x33efce(0x3cd,'\x2a\x57\x66\x4e')],_0x2deccc);_0x2acbf1[_0x33efce(0x227,'\x24\x69\x4c\x21')]!==_0x33efce(0x257,'\x71\x30\x78\x24')&&(_0x5e5fc5={'\x77\x6f\x75\x6c\x64\x41\x62\x73\x74\x61\x69\x6e':![],..._0x2acbf1[_0x33efce(0x321,'\x64\x2a\x33\x6e')]!==undefined?{'\x6d\x61\x78\x4d\x61\x74\x63\x68':_0x2acbf1[_0x33efce(0x448,'\x43\x72\x73\x57')]}:{},..._0x2acbf1['\x6d\x61\x74\x63\x68\x53\x70\x72'+_0x33efce(0x1fc,'\x75\x6c\x42\x54')]!==undefined?{'\x6d\x61\x74\x63\x68\x53\x70\x72\x65\x61\x64':_0x2acbf1[_0x33efce(0x306,'\x30\x72\x53\x51')+_0x33efce(0x3d1,'\x59\x55\x6b\x38')]}:{}});}const _0x2a33f1=_0x3b3294===_0x33efce(0x2f7,'\x33\x66\x41\x43')&&_0x5e5fc5[_0x33efce(0x33b,'\x47\x25\x66\x71')]===_0x33efce(0x428,'\x30\x6b\x47\x31')?[]:_0x305209,_0x2def70=_0x424a4d[_0x33efce(0x3f0,'\x67\x6f\x53\x79')+_0x33efce(0x313,'\x30\x56\x28\x46')]?.[_0x33efce(0x2ef,'\x5d\x33\x58\x6f')]??_0x33efce(0x2f6,'\x62\x28\x32\x26')+_0x33efce(0x38d,'\x67\x76\x68\x26'),_0x292203=_0x424a4d['\x65\x78\x70\x6c\x6f\x72\x61\x74'+_0x33efce(0x329,'\x4b\x21\x4d\x33')]?.[_0x33efce(0x28a,'\x50\x36\x4b\x6e')]?.[_0x33efce(0x23e,'\x61\x42\x63\x55')]===!![];let _0x256053={'\x64\x72\x69\x66\x74\x4d\x6f\x64\x65':_0x33efce(0x2ab,'\x4e\x73\x78\x57')+'\x69\x73\x74\x69\x63','\x69\x6e\x64\x65\x78':0x0,'\x69\x6e\x74\x65\x6e\x73\x69\x74\x79':0x0},_0x3fd14d,_0x38f3ab;if(_0x44d14e[_0x33efce(0x328,'\x24\x69\x4c\x21')+_0x33efce(0x20f,'\x46\x44\x40\x6b')]===undefined&&_0x292203&&_0x2def70!=='\x65\x6e\x67\x69\x6e\x65\x2d\x68'+_0x33efce(0x3d9,'\x4e\x44\x66\x4c')){const _0x2e70df=[..._0x2a33f1][_0x33efce(0x248,'\x47\x25\x66\x71')]((_0x484b77,_0x421298)=>{const _0x4b63c8=_0x33efce,_0x4a65fc=Number[_0x4b63c8(0x30d,'\x6d\x56\x47\x38')](_0x484b77[_0x4b63c8(0x21a,'\x6d\x23\x69\x5e')])?_0x484b77[_0x4b63c8(0x397,'\x6c\x31\x59\x4e')]:Number[_0x4b63c8(0x2d0,'\x5a\x6b\x4b\x5b')+'\x5f\x49\x4e\x46\x49\x4e\x49\x54'+'\x59'],_0xead96f=Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](_0x421298[_0x4b63c8(0x21a,'\x6d\x23\x69\x5e')])?_0x421298[_0x4b63c8(0x247,'\x6d\x2a\x79\x57')]:Number[_0x4b63c8(0x21d,'\x66\x23\x4a\x52')+'\x5f\x49\x4e\x46\x49\x4e\x49\x54'+'\x59'];return _0xead96f!==_0x4a65fc?_0xead96f-_0x4a65fc:(_0x484b77[_0x4b63c8(0x3e8,'\x55\x4f\x37\x28')]??_0x484b77[_0x4b63c8(0x387,'\x64\x2a\x33\x6e')])[_0x4b63c8(0x3c2,'\x51\x63\x59\x58')+_0x4b63c8(0x2a6,'\x78\x6f\x35\x41')](_0x421298[_0x4b63c8(0x36f,'\x36\x26\x52\x56')]??_0x421298[_0x4b63c8(0x1fe,'\x4e\x70\x5e\x70')]);}),_0x5efc37=_0x2e70df[_0x33efce(0x26e,'\x4e\x73\x78\x57')](-0x982*-0x4+0x1d3e+-0x4346,explorationWindowSize(_0x2e70df[_0x33efce(0x447,'\x61\x42\x63\x55')],_0x424a4d[_0x33efce(0x276,'\x40\x38\x7a\x5e')+_0x33efce(0x326,'\x33\x66\x41\x43')])),_0x4bdcf4=new Map();for(const _0x3c4403 of _0x5efc37){_0x4bdcf4[_0x33efce(0x323,'\x6b\x5e\x41\x26')](_0x3c4403[_0x33efce(0x1f2,'\x4b\x21\x4d\x33')],(_0x4bdcf4[_0x33efce(0x359,'\x53\x29\x54\x43')](_0x3c4403[_0x33efce(0x2ae,'\x6d\x23\x69\x5e')])??0x118b*0x1+0xbe7+-0x1*0x1d72)+(0xb1d+-0x1513+-0x9f7*-0x1));}const _0x1bbd6e=_0x424a4d[_0x33efce(0x322,'\x30\x6b\x47\x31')+_0x33efce(0x35f,'\x43\x72\x73\x57')]?.[_0x33efce(0x300,'\x42\x73\x5e\x5d')+_0x33efce(0x39c,'\x4e\x44\x66\x4c')],_0x179cc3=_0x1bbd6e?chooseUcb1Arm(_0x5efc37[_0x33efce(0x27c,'\x4e\x73\x78\x57')](_0x213489=>{const _0x34fad4=_0x33efce;if(_0x34fad4(0x283,'\x66\x32\x41\x54')!=='\x72\x56\x50\x6b\x52'){const _0x4d26ed=candidateForScore(_0x424a4d,_0x213489),_0x1968ee=_0x213489[_0x34fad4(0x269,'\x62\x51\x4b\x65')]??_0x213489[_0x34fad4(0x1f7,'\x61\x42\x63\x55')];return{'\x61\x72\x6d\x49\x64':_0x1968ee,'\x62\x61\x73\x65\x53\x63\x6f\x72\x65':_0x213489[_0x34fad4(0x3e3,'\x4e\x73\x78\x57')],'\x65\x78\x70\x6c\x6f\x72\x61\x74\x69\x6f\x6e\x45\x6c\x69\x67\x69\x62\x6c\x65':_0x4d26ed?.[_0x34fad4(0x22e,'\x62\x51\x4b\x65')+_0x34fad4(0x42f,'\x36\x26\x52\x56')+_0x34fad4(0x212,'\x67\x76\x68\x26')]===!![],'\x73\x74\x61\x74\x73':_0x4d26ed?ucb1StatsForCandidate(_0x1bbd6e,_0x4d26ed[_0x34fad4(0x3dc,'\x62\x28\x32\x26')],_0x4d26ed[_0x34fad4(0x3e9,'\x6f\x40\x29\x38')],(_0x4bdcf4['\x67\x65\x74'](_0x4d26ed[_0x34fad4(0x3fa,'\x78\x6f\x35\x41')])??0x172f*0x1+-0x10d1+-0xa3*0xa)===-0x13a5*0x1+0x10a*0x19+-0x654):{'\x61\x72\x6d\x49\x64':_0x1968ee,'\x70\x75\x6c\x6c\x73':0x0,'\x63\x6f\x6d\x70\x6c\x65\x74\x65\x64\x50\x75\x6c\x6c\x73':0x0,'\x72\x65\x77\x61\x72\x64\x53\x75\x6d':0x0,'\x6d\x65\x61\x6e\x52\x65\x77\x61\x72\x64':0x0}};}else return[..._0x338b3b(_0x1e4211[_0x34fad4(0x220,'\x6d\x23\x69\x5e')+_0x34fad4(0x302,'\x47\x25\x66\x71')]),_0x1a3ae1[_0x34fad4(0x29b,'\x5a\x77\x48\x79')]??'',_0x54dc55[_0x34fad4(0x202,'\x6f\x40\x29\x38')]??''][_0x34fad4(0x26f,'\x67\x76\x68\x26')]('\x20');}),_0x1bbd6e[_0x33efce(0x2fe,'\x4e\x73\x78\x57')+'\x6c\x73']):{'\x63\x68\x6f\x69\x63\x65':null,'\x66\x61\x6c\x6c\x62\x61\x63\x6b\x52\x65\x61\x73\x6f\x6e':_0x33efce(0x3d4,'\x62\x51\x4b\x65')+'\x68\x69\x73\x74\x6f\x72\x79'},_0x180a11=_0x179cc3[_0x33efce(0x3ed,'\x24\x69\x4c\x21')]?_0x5efc37[_0x33efce(0x259,'\x5a\x77\x48\x79')](_0x254166=>(_0x254166[_0x33efce(0x1f9,'\x6b\x5e\x41\x26')]??_0x254166[_0x33efce(0x209,'\x46\x44\x40\x6b')])===_0x179cc3[_0x33efce(0x443,'\x6b\x5e\x41\x26')][_0x33efce(0x412,'\x63\x56\x79\x69')]):undefined;if(_0x2def70===_0x33efce(0x457,'\x66\x32\x41\x54')&&_0x180a11){_0x3fd14d=_0x180a11;const _0x44450d=compactChoice(_0x179cc3[_0x33efce(0x42e,'\x5d\x33\x58\x6f')]);_0x3fd14d[_0x33efce(0x456,'\x6d\x2a\x79\x57')][_0x33efce(0x411,'\x30\x56\x28\x46')](_0x33efce(0x355,'\x55\x4f\x37\x28')+_0x33efce(0x3e7,'\x6d\x23\x69\x5e')+(_0x44450d[_0x33efce(0x3a6,'\x33\x66\x41\x43')]??_0x33efce(0x265,'\x51\x63\x59\x58'))+_0x33efce(0x3b8,'\x6d\x23\x69\x5e')+_0x44450d[_0x33efce(0x3e4,'\x67\x76\x68\x26')+'\x72\x64']['\x74\x6f\x46\x69\x78\x65\x64'](-0x1*0xb67+-0x1e1f+-0x2989*-0x1)+_0x33efce(0x274,'\x36\x26\x52\x56')+_0x44450d[_0x33efce(0x3f3,'\x62\x28\x32\x26')]+'\x29'),_0x38f3ab={'\x72\x65\x71\x75\x65\x73\x74\x65\x64':_0x2def70,'\x65\x66\x66\x65\x63\x74\x69\x76\x65':_0x33efce(0x2cf,'\x30\x37\x29\x21'),'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x50\x6f\x6c\x69\x63\x79\x56\x65\x72\x73\x69\x6f\x6e':UCB1_SELECTION_POLICY_VERSION,'\x72\x65\x77\x61\x72\x64\x50\x6f\x6c\x69\x63\x79\x56\x65\x72\x73\x69\x6f\x6e':UCB1_REWARD_POLICY_VERSION,'\x61\x72\x6d':_0x44450d};}else{if(_0x33efce(0x29f,'\x55\x4f\x37\x28')!==_0x33efce(0x44a,'\x33\x66\x41\x43'))_0x256053=driftSelect(_0x305209[_0x33efce(0x3b7,'\x50\x36\x4b\x6e')],_0x424a4d[_0x33efce(0x2f9,'\x4e\x73\x78\x57')+_0x33efce(0x3cb,'\x64\x2a\x33\x6e')],_0xe34df2?.[_0x33efce(0x380,'\x71\x30\x78\x24')]??Math['\x72\x61\x6e\x64\x6f\x6d']),_0x3fd14d=_0x305209[_0x256053[_0x33efce(0x458,'\x6d\x56\x47\x38')]]??_0x305209[-0x10ad*0x2+0x1b*-0x11e+0x65a*0xa],_0x38f3ab={'\x72\x65\x71\x75\x65\x73\x74\x65\x64':_0x2def70,'\x65\x66\x66\x65\x63\x74\x69\x76\x65':_0x33efce(0x314,'\x42\x73\x5e\x5d')+_0x33efce(0x2ba,'\x78\x6f\x35\x41'),'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x50\x6f\x6c\x69\x63\x79\x56\x65\x72\x73\x69\x6f\x6e':UCB1_SELECTION_POLICY_VERSION,'\x72\x65\x77\x61\x72\x64\x50\x6f\x6c\x69\x63\x79\x56\x65\x72\x73\x69\x6f\x6e':UCB1_REWARD_POLICY_VERSION,..._0x179cc3[_0x33efce(0x26b,'\x75\x6c\x42\x54')]?{'\x61\x72\x6d':compactChoice(_0x179cc3[_0x33efce(0x325,'\x6d\x71\x68\x35')]),'\x73\x68\x61\x64\x6f\x77\x41\x72\x6d\x49\x64':_0x179cc3[_0x33efce(0x430,'\x6d\x2a\x79\x57')][_0x33efce(0x407,'\x66\x32\x41\x54')][_0x33efce(0x2b3,'\x33\x66\x41\x43')](0x17d4+0x255b+-0x3d2f,0x1*-0x605+-0x6*0xc5+0x1f*0x5d),'\x73\x68\x61\x64\x6f\x77\x44\x69\x73\x61\x67\x72\x65\x65\x73':Boolean(_0x3fd14d&&(_0x3fd14d[_0x33efce(0x36f,'\x36\x26\x52\x56')]??_0x3fd14d[_0x33efce(0x289,'\x4e\x73\x78\x57')])!==_0x179cc3[_0x33efce(0x3dd,'\x62\x51\x4b\x65')]['\x61\x72\x6d\x49\x64'])}:{},..._0x179cc3[_0x33efce(0x347,'\x65\x75\x7a\x24')+'\x52\x65\x61\x73\x6f\x6e']?{'\x66\x61\x6c\x6c\x62\x61\x63\x6b\x52\x65\x61\x73\x6f\x6e':_0x179cc3[_0x33efce(0x2d4,'\x53\x29\x54\x43')+_0x33efce(0x231,'\x30\x37\x29\x21')]}:{}};else{const _0x194022=_0x50b9c0[_0x124c5d];if(typeof _0x194022===_0x33efce(0x1ff,'\x55\x4f\x37\x28'))_0x22b747[_0x33efce(0x433,'\x61\x42\x63\x55')](_0x194022[_0x33efce(0x367,'\x36\x26\x52\x56')](0x1852+0x156f+0x35*-0xdd,_0x5c8a13));}}}else{if(_0x33efce(0x374,'\x5a\x6b\x4b\x5b')===_0x33efce(0x290,'\x65\x75\x7a\x24')){const _0x287d46=_0x5027e6(_0x4052be),_0x15a702=_0x314746(_0x2684cd);if(_0x287d46[_0x33efce(0x26c,'\x5a\x6b\x4b\x5b')]===-0x146*-0x9+0x16*-0x4+0x2*-0x58f||_0x15a702['\x6c\x65\x6e\x67\x74\x68']===0x1259+-0x258f+0x1*0x1336)return-0x30f+-0x12a2+0x15b1;const _0x1719f1=new _0x3523ae(_0x287d46),_0x49e2fe=_0x15a702[_0x33efce(0x20c,'\x64\x2a\x33\x6e')](_0x253b87=>_0x1719f1[_0x33efce(0x23b,'\x46\x44\x40\x6b')](_0x253b87))[_0x33efce(0x2b0,'\x6a\x47\x5a\x63')];return _0x49e2fe/_0x15a702[_0x33efce(0x30f,'\x6d\x23\x69\x5e')];}else _0x256053=driftSelect(_0x305209[_0x33efce(0x271,'\x28\x43\x65\x44')],_0x424a4d[_0x33efce(0x226,'\x28\x43\x65\x44')+'\x69\x6f\x6e'],_0xe34df2?.[_0x33efce(0x3c4,'\x65\x75\x7a\x24')]??Math[_0x33efce(0x262,'\x24\x69\x4c\x21')]),_0x3fd14d=_0x305209[_0x256053[_0x33efce(0x458,'\x6d\x56\x47\x38')]]??_0x305209[0xe9*-0x11+0xe93+0xe6];}const _0x1d2fdd=_0x44d14e[_0x33efce(0x2c3,'\x43\x72\x73\x57')+_0x33efce(0x346,'\x55\x4f\x37\x28')]!==undefined,_0x3fbc32=_0x5e5fc5[_0x33efce(0x408,'\x2a\x57\x66\x4e')]===_0x33efce(0x404,'\x30\x72\x53\x51')+_0x33efce(0x384,'\x51\x63\x59\x58')+'\x63\x68'&&_0x38f3ab?.[_0x33efce(0x3b3,'\x29\x50\x61\x53')+'\x65']==='\x75\x63\x62\x31',_0x425040=_0x3b3294===_0x33efce(0x25b,'\x30\x72\x53\x51')&&!_0x1d2fdd&&_0x5e5fc5[_0x33efce(0x450,'\x5a\x6b\x4b\x5b')+_0x33efce(0x3ad,'\x71\x30\x78\x24')]&&!_0x3fbc32;_0x425040&&(_0x33efce(0x35b,'\x6d\x23\x69\x5e')!==_0x33efce(0x3a7,'\x59\x55\x6b\x38')?_0x3fd14d=undefined:_0x4a4911[_0x33efce(0x214,'\x33\x66\x41\x43')+_0x33efce(0x2d9,'\x78\x6f\x35\x41')]=(_0x33ea81??_0x14059a)!==_0x37df79[_0x33efce(0x2c7,'\x5d\x33\x58\x6f')+'\x6d\x49\x64']);let _0x23f6d1=_0x44d14e[_0x33efce(0x438,'\x36\x26\x52\x56')+_0x33efce(0x3a2,'\x75\x6c\x42\x54')]??(_0x3fd14d?_0x3fd14d[_0x33efce(0x32d,'\x65\x75\x7a\x24')]:null),_0x96cd89=_0x44d14e[_0x33efce(0x415,'\x53\x29\x54\x43')+_0x33efce(0x239,'\x6f\x40\x29\x38')]??_0x3fd14d?.[_0x33efce(0x1f5,'\x6d\x23\x69\x5e')],_0x4bf6c6=![];if(!_0x23f6d1){const _0x4ea9d1=_0x44d14e[_0x33efce(0x3ee,'\x6d\x56\x47\x38')+_0x33efce(0x263,'\x24\x69\x4c\x21')]['\x73\x6f\x6d\x65'](_0x1f79d3=>(_0x1f79d3['\x6d\x61\x74\x63\x68\x53\x63\x6f'+'\x72\x65']??-0x180c+-0x2563+-0x1*-0x3d6f)>SELECTION_GUARD_MATCH_EPS),_0x52df6e=!_0x44d14e[_0x33efce(0x3df,'\x67\x6f\x53\x79')+_0x33efce(0x2e2,'\x67\x76\x68\x26')]&&(_0x425040&&_0x5e5fc5[_0x33efce(0x22f,'\x30\x56\x28\x46')]===_0x33efce(0x34a,'\x47\x25\x66\x71')&&!_0x4ea9d1||_0x44d14e['\x73\x63\x6f\x72\x65\x64\x46\x6f'+_0x33efce(0x285,'\x65\x75\x7a\x24')][_0x33efce(0x3d5,'\x47\x25\x66\x71')](_0x303c20=>_0x303c20[_0x33efce(0x2f1,'\x4f\x6e\x6a\x4a')]<=-0x1f35+0x1526+0xa0f*0x1)),_0x328d90=_0x52df6e?(_0x424a4d[_0x33efce(0x236,'\x6d\x2a\x79\x57')+_0x33efce(0x21c,'\x66\x32\x41\x54')+'\x6b']??[])[_0x33efce(0x273,'\x6f\x40\x29\x38')](_0x192ff7=>isReusableFallbackCandidate(_0x192ff7)&&(_0x192ff7[_0x33efce(0x311,'\x65\x75\x7a\x24')+_0x33efce(0x425,'\x4e\x44\x66\x4c')+'\x79']??-0xd2*-0xe+-0x14ec+-0x1*-0x970)===-0x15c+0x97a+-0x1*0x81e)['\x6d\x61\x70'](_0x26aec0=>({'\x63\x61\x6e\x64\x69\x64\x61\x74\x65':_0x26aec0,'\x73\x63\x6f\x72\x65\x64':_0x5e149d(_0x26aec0)}))[_0x33efce(0x37f,'\x53\x29\x54\x43')]((_0x1177ba,_0x10b0c7)=>_0x10b0c7['\x73\x63\x6f\x72\x65\x64'][_0x33efce(0x32c,'\x30\x72\x53\x51')]-_0x1177ba[_0x33efce(0x3db,'\x59\x55\x6b\x38')][_0x33efce(0x395,'\x6d\x56\x47\x38')]||_0x1177ba[_0x33efce(0x409,'\x46\x44\x40\x6b')+'\x65'][_0x33efce(0x2b9,'\x6d\x56\x47\x38')]['\x6c\x6f\x63\x61\x6c\x65\x43\x6f'+_0x33efce(0x22b,'\x6d\x23\x69\x5e')](_0x10b0c7[_0x33efce(0x369,'\x62\x28\x32\x26')+'\x65']['\x67\x65\x6e\x65\x49\x64']))[-0x2227+-0x76e*0x3+0x3871]:undefined;if(_0x328d90){if(_0x33efce(0x23f,'\x6b\x5e\x41\x26')===_0x33efce(0x1ee,'\x67\x6f\x53\x79')){const {candidate:_0x1e004e,scored:_0x5c50d6}=_0x328d90;_0x5c50d6[_0x33efce(0x24f,'\x51\x63\x59\x58')][_0x33efce(0x2ca,'\x59\x55\x6b\x38')]('\x64\x69\x73\x74\x69\x6c\x6c\x65'+_0x33efce(0x29e,'\x6d\x23\x69\x5e')+_0x33efce(0x296,'\x36\x26\x52\x56')+_0x33efce(0x39b,'\x6d\x23\x69\x5e')+_0x33efce(0x41a,'\x62\x28\x32\x26')+_0x33efce(0x432,'\x47\x25\x66\x71')),_0x47388b[_0x33efce(0x2b1,'\x4e\x44\x66\x4c')](_0x5c50d6),_0x23f6d1=_0x1e004e['\x67\x65\x6e\x65\x49\x64'],_0x96cd89=_0x1e004e[_0x33efce(0x36e,'\x78\x6f\x35\x41')],_0x4bf6c6=!![];}else return _0x222ade[_0x33efce(0x243,'\x4e\x44\x66\x4c')](_0x4dc1a4*(0x1d6d33+0x17a463+-0xa*0x3c7ef))/(0x6f864+0xd63f*-0x7+0x2d451*0x5);}else!_0x425040&&_0x44d14e[_0x33efce(0x34b,'\x42\x73\x5e\x5d')+_0x33efce(0x3d8,'\x5a\x6b\x4b\x5b')][_0x33efce(0x417,'\x24\x69\x4c\x21')](_0x530966=>_0x530966[_0x33efce(0x399,'\x2a\x57\x66\x4e')]['\x70\x75\x73\x68'](_0x33efce(0x279,'\x6d\x56\x47\x38')+_0x452fa7+(_0x33efce(0x33f,'\x6a\x47\x5a\x63')+_0x33efce(0x373,'\x6c\x31\x59\x4e'))));}else _0x44d14e[_0x33efce(0x415,'\x53\x29\x54\x43')+_0x33efce(0x346,'\x55\x4f\x37\x28')]===undefined&&_0x38f3ab?.[_0x33efce(0x2e6,'\x55\x4f\x37\x28')+'\x65']!==_0x33efce(0x352,'\x4f\x6e\x6a\x4a')&&_0x256053['\x64\x72\x69\x66\x74\x4d\x6f\x64'+'\x65']!==_0x33efce(0x32e,'\x4e\x44\x66\x4c')+_0x33efce(0x1ef,'\x30\x72\x53\x51')&&_0x47388b[_0x33efce(0x2ed,'\x6d\x56\x47\x38')](_0x5d5618=>_0x5d5618[_0x33efce(0x25e,'\x59\x55\x6b\x38')]===_0x23f6d1)?.['\x72\x65\x61\x73\x6f\x6e\x73'][_0x33efce(0x365,'\x4f\x6e\x6a\x4a')](_0x33efce(0x268,'\x30\x6b\x47\x31')+_0x256053[_0x33efce(0x26a,'\x4b\x21\x4d\x33')+'\x65']+('\x2c\x69\x6e\x74\x65\x6e\x73\x69'+_0x33efce(0x3f4,'\x59\x55\x6b\x38'))+_0x256053[_0x33efce(0x2a8,'\x4f\x6e\x6a\x4a')+'\x79'][_0x33efce(0x203,'\x30\x37\x29\x21')](0x2312*-0x1+0x568+-0xed6*-0x2)+'\x29');if(_0x38f3ab?.[_0x33efce(0x3f1,'\x67\x76\x68\x26')+'\x64']===_0x33efce(0x3c5,'\x53\x29\x54\x43')+_0x33efce(0x43c,'\x55\x4f\x37\x28')&&_0x38f3ab[_0x33efce(0x2e9,'\x53\x29\x54\x43')+_0x33efce(0x26d,'\x51\x63\x59\x58')]){if(_0x33efce(0x22d,'\x4b\x21\x4d\x33')===_0x33efce(0x3fb,'\x51\x63\x59\x58'))return new _0x42fa5f(_0x33efce(0x267,'\x29\x50\x61\x53')+_0x33efce(0x39f,'\x24\x69\x4c\x21'),_0x2c022e)[_0x33efce(0x391,'\x4e\x44\x66\x4c')](_0x314895);else _0x38f3ab[_0x33efce(0x345,'\x75\x6c\x42\x54')+_0x33efce(0x44f,'\x66\x32\x41\x54')]=(_0x96cd89??_0x23f6d1)!==_0x38f3ab[_0x33efce(0x33e,'\x4f\x6e\x6a\x4a')+_0x33efce(0x237,'\x29\x50\x61\x53')];}const _0x1957e4=_0x3b3294===_0x33efce(0x316,'\x64\x2a\x33\x6e')?undefined:{'\x6d\x6f\x64\x65':_0x3b3294,'\x76\x65\x72\x73\x69\x6f\x6e':SELECTION_GUARD_VERSION,'\x73\x74\x61\x74\x75\x73':_0x1d2fdd?'\x66\x6f\x72\x63\x65\x64':_0x3fbc32?_0x33efce(0x27d,'\x4b\x21\x4d\x33'):_0x4bf6c6?_0x33efce(0x270,'\x2a\x57\x66\x4e'):_0x425040?'\x69\x6e\x6e\x6f\x76\x61\x74\x65':_0x5e5fc5['\x77\x6f\x75\x6c\x64\x41\x62\x73'+_0x33efce(0x36b,'\x29\x50\x61\x53')]?_0x33efce(0x2d2,'\x6a\x47\x5a\x63'):_0x33efce(0x331,'\x75\x6c\x42\x54'),..._0x5e5fc5[_0x33efce(0x340,'\x29\x50\x61\x53')+_0x33efce(0x201,'\x28\x43\x65\x44')]&&_0x5e5fc5[_0x33efce(0x1fa,'\x61\x42\x63\x55')]?{'\x72\x65\x61\x73\x6f\x6e':_0x5e5fc5['\x72\x65\x61\x73\x6f\x6e']}:{},..._0x5e5fc5[_0x33efce(0x361,'\x55\x4f\x37\x28')]!==undefined?{'\x6d\x61\x78\x4d\x61\x74\x63\x68':_0x5e5fc5[_0x33efce(0x2ac,'\x6d\x56\x47\x38')]}:{},..._0x5e5fc5[_0x33efce(0x2e7,'\x55\x4f\x37\x28')+_0x33efce(0x28c,'\x67\x76\x68\x26')]!==undefined?{'\x6d\x61\x74\x63\x68\x53\x70\x72\x65\x61\x64':_0x5e5fc5[_0x33efce(0x37c,'\x2a\x57\x66\x4e')+_0x33efce(0x23d,'\x30\x56\x28\x46')]}:{}};return decisionWithWarnings(_0x424a4d,{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x23f6d1,..._0x96cd89?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x96cd89}:{},'\x63\x61\x6e\x64\x69\x64\x61\x74\x65\x73':_0x47388b,'\x77\x65\x69\x67\x68\x74\x73\x56\x65\x72\x73\x69\x6f\x6e':_0x6a8e22,..._0x24e598,'\x73\x74\x72\x61\x74\x65\x67\x79\x4e\x61\x6d\x65':'\x65\x6e\x67\x69\x6e\x65\x2d\x68'+_0x33efce(0x449,'\x66\x23\x4a\x52'),..._0x38f3ab?{'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x50\x6f\x6c\x69\x63\x79':_0x38f3ab}:{},..._0x1957e4?{'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x47\x75\x61\x72\x64':_0x1957e4}:{}});}};export const signalMatchSelection={'\x6e\x61\x6d\x65':_0x25b1fb(0x2d3,'\x29\x50\x61\x53')+_0x25b1fb(0x238,'\x4b\x21\x4d\x33'),'\x76\x65\x72\x73\x69\x6f\x6e':'\x31','\x72\x75\x6e'(_0x4d7773){const _0x2f680b=_0x25b1fb,_0x1771ed=_0x2af927=>({'\x67\x65\x6e\x65\x49\x64':_0x2af927[_0x2f680b(0x1fe,'\x4e\x70\x5e\x70')],..._0x2af927[_0x2f680b(0x358,'\x6d\x2a\x79\x57')]?{'\x61\x73\x73\x65\x74\x49\x64':_0x2af927[_0x2f680b(0x34d,'\x65\x75\x7a\x24')]}:{},'\x73\x63\x6f\x72\x65':signalMatchScore(_0x4d7773['\x73\x69\x67\x6e\x61\x6c\x73'],_0x2af927['\x73\x69\x67\x6e\x61\x6c\x73\x4d'+_0x2f680b(0x419,'\x2a\x57\x66\x4e')]),'\x72\x65\x61\x73\x6f\x6e\x73':['\u7eaf\u4fe1\u53f7\u5339\u914d\x3d'+signalMatchScore(_0x4d7773[_0x2f680b(0x309,'\x6d\x23\x69\x5e')],_0x2af927['\x73\x69\x67\x6e\x61\x6c\x73\x4d'+_0x2f680b(0x339,'\x24\x69\x4c\x21')])['\x74\x6f\x46\x69\x78\x65\x64'](-0x24c*0x7+-0x94*0x21+-0x2*-0x1195)]}),_0x1407f6=_0x4d7773[_0x2f680b(0x439,'\x30\x37\x29\x21')+'\x65\x73'][_0x2f680b(0x24b,'\x4e\x70\x5e\x70')](_0x35bcd5=>_0x1771ed(_0x35bcd5))[_0x2f680b(0x2ce,'\x5a\x77\x48\x79')]((_0x23f121,_0x31bd91)=>_0x31bd91[_0x2f680b(0x218,'\x66\x32\x41\x54')]-_0x23f121[_0x2f680b(0x2f1,'\x4f\x6e\x6a\x4a')]),_0x34c693=forcedSelection(_0x4d7773,_0x1407f6,_0x1771ed,_0x4d7773[_0x2f680b(0x255,'\x51\x63\x59\x58')]??-0x149a+0x26a7+-0x120d),_0x4cc943=_0x34c693[_0x2f680b(0x2f3,'\x29\x50\x61\x53')+_0x2f680b(0x402,'\x6a\x47\x5a\x63')][-0x9dc*0x3+0x1d15*-0x1+0x3aa9],_0x21065b=_0x34c693[_0x2f680b(0x25f,'\x6b\x5e\x41\x26')+_0x2f680b(0x2ec,'\x6d\x71\x68\x35')]??(_0x4cc943&&_0x4cc943[_0x2f680b(0x207,'\x33\x66\x41\x43')]>(_0x4d7773[_0x2f680b(0x2ff,'\x4e\x44\x66\x4c')]??-0x59f+-0x1*0x4e4+0xa83)?_0x4cc943[_0x2f680b(0x2b4,'\x28\x43\x65\x44')]:null),_0x108f93=_0x34c693[_0x2f680b(0x3d7,'\x47\x25\x66\x71')+_0x2f680b(0x420,'\x67\x76\x68\x26')]??(_0x21065b===_0x4cc943?.[_0x2f680b(0x437,'\x35\x70\x23\x6b')]?_0x4cc943[_0x2f680b(0x1f5,'\x6d\x23\x69\x5e')]:undefined);return decisionWithWarnings(_0x4d7773,{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x21065b,..._0x108f93?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x108f93}:{},'\x63\x61\x6e\x64\x69\x64\x61\x74\x65\x73':_0x1407f6,'\x77\x65\x69\x67\x68\x74\x73\x56\x65\x72\x73\x69\x6f\x6e':_0x2f680b(0x424,'\x67\x76\x68\x26'),'\x73\x74\x72\x61\x74\x65\x67\x79\x4e\x61\x6d\x65':_0x2f680b(0x3c3,'\x65\x75\x7a\x24')+_0x2f680b(0x232,'\x6b\x5e\x41\x26')});}};export function agentLedSelection(_0x55f361){const _0x4ab6c7=_0x25b1fb;return{'\x6e\x61\x6d\x65':_0x4ab6c7(0x416,'\x30\x37\x29\x21')+'\x64','\x76\x65\x72\x73\x69\x6f\x6e':'\x31','\x72\x75\x6e'(_0x10f338,_0x437f83){const _0x6b470a=_0x4ab6c7,_0x18b2e2=engineHealthSelection[_0x6b470a(0x398,'\x4e\x73\x78\x57')](_0x10f338,_0x437f83),_0xb3e224=_0x18b2e2[_0x6b470a(0x1f3,'\x40\x38\x7a\x5e')+'\x65\x73'],_0x5f0da4={'\x77\x65\x69\x67\x68\x74\x73\x56\x65\x72\x73\x69\x6f\x6e':_0x18b2e2[_0x6b470a(0x3f7,'\x67\x6f\x53\x79')+_0x6b470a(0x2c8,'\x30\x37\x29\x21')],..._0x18b2e2[_0x6b470a(0x284,'\x64\x2a\x33\x6e')+_0x6b470a(0x2b6,'\x4e\x70\x5e\x70')+_0x6b470a(0x241,'\x40\x38\x7a\x5e')]?{'\x73\x65\x6d\x61\x6e\x74\x69\x63\x50\x72\x6f\x66\x69\x6c\x65\x56\x65\x72\x73\x69\x6f\x6e':_0x18b2e2[_0x6b470a(0x423,'\x30\x56\x28\x46')+_0x6b470a(0x3e6,'\x6a\x47\x5a\x63')+_0x6b470a(0x2be,'\x78\x6f\x35\x41')]}:{},..._0x18b2e2['\x73\x65\x6d\x61\x6e\x74\x69\x63'+_0x6b470a(0x434,'\x55\x4f\x37\x28')+_0x6b470a(0x34e,'\x35\x70\x23\x6b')]!==undefined?{'\x73\x65\x6d\x61\x6e\x74\x69\x63\x44\x6f\x63\x75\x6d\x65\x6e\x74\x43\x6f\x75\x6e\x74':_0x18b2e2['\x73\x65\x6d\x61\x6e\x74\x69\x63'+_0x6b470a(0x28e,'\x28\x43\x65\x44')+_0x6b470a(0x334,'\x62\x28\x32\x26')]}:{}},_0x4c8af2=_0x10f338[_0x6b470a(0x258,'\x78\x6f\x35\x41')+'\x6e\x65\x49\x64']?_0xb3e224[_0x6b470a(0x41b,'\x66\x23\x4a\x52')](_0x4f54c1=>_0x4f54c1[_0x6b470a(0x219,'\x6f\x40\x29\x38')][_0x6b470a(0x28d,'\x36\x26\x52\x56')](_0x1bdf3c=>_0x1bdf3c[_0x6b470a(0x42a,'\x67\x6f\x53\x79')](_0x6b470a(0x291,'\x6b\x5e\x41\x26')+_0x6b470a(0x3d6,'\x55\x4f\x37\x28')))):undefined;if(_0x4c8af2?.[_0x6b470a(0x224,'\x59\x55\x6b\x38')][_0x6b470a(0x3ac,'\x50\x36\x4b\x6e')](_0x4c55f7=>_0x4c55f7[_0x6b470a(0x418,'\x4b\x21\x4d\x33')]('\x66\x6f\x72\x63\x65\x64\x20\x67'+_0x6b470a(0x36a,'\x6a\x47\x5a\x63')+_0x6b470a(0x43f,'\x2a\x57\x66\x4e')))){if(_0x6b470a(0x32b,'\x6d\x2a\x79\x57')===_0x6b470a(0x228,'\x6a\x47\x5a\x63')){const _0x5dff10=_0x476ec3=>({'\x67\x65\x6e\x65\x49\x64':_0x476ec3[_0x6b470a(0x38a,'\x6d\x71\x68\x35')],..._0x476ec3[_0x6b470a(0x3e9,'\x6f\x40\x29\x38')]?{'\x61\x73\x73\x65\x74\x49\x64':_0x476ec3[_0x6b470a(0x2fa,'\x5a\x77\x48\x79')]}:{},'\x73\x63\x6f\x72\x65':_0x535d82(_0x326565[_0x6b470a(0x3cc,'\x5a\x6b\x4b\x5b')],_0x476ec3[_0x6b470a(0x38c,'\x24\x69\x4c\x21')+'\x61\x74\x63\x68']),'\x72\x65\x61\x73\x6f\x6e\x73':[_0x6b470a(0x204,'\x64\x2a\x33\x6e')+_0x400fcd(_0x44446b[_0x6b470a(0x2bb,'\x29\x50\x61\x53')],_0x476ec3[_0x6b470a(0x233,'\x65\x75\x7a\x24')+_0x6b470a(0x25c,'\x5a\x6b\x4b\x5b')])[_0x6b470a(0x2ee,'\x75\x6c\x42\x54')](0x1d*-0xbd+-0x1cfc+-0x11*-0x2f7)]}),_0x614bd0=_0x2f61d0[_0x6b470a(0x44d,'\x63\x56\x79\x69')+'\x65\x73'][_0x6b470a(0x2eb,'\x6c\x31\x59\x4e')](_0x1f7312=>_0x5dff10(_0x1f7312))[_0x6b470a(0x2c1,'\x24\x69\x4c\x21')]((_0x211b31,_0x11c5f3)=>_0x11c5f3[_0x6b470a(0x2e1,'\x71\x30\x78\x24')]-_0x211b31[_0x6b470a(0x2a4,'\x6d\x71\x68\x35')]),_0x472a10=_0xeb12dc(_0xb10f17,_0x614bd0,_0x5dff10,_0x41770e[_0x6b470a(0x27e,'\x42\x73\x5e\x5d')]??-0x1299+0x161c*-0x1+-0x265*-0x11),_0x182062=_0x472a10[_0x6b470a(0x304,'\x59\x55\x6b\x38')+_0x6b470a(0x2dd,'\x5a\x77\x48\x79')][-0x1*0xbb9+0x119f+-0x2*0x2f3],_0x55b129=_0x472a10[_0x6b470a(0x3c8,'\x30\x72\x53\x51')+'\x47\x65\x6e\x65\x49\x64']??(_0x182062&&_0x182062[_0x6b470a(0x381,'\x35\x70\x23\x6b')]>(_0x331bdb[_0x6b470a(0x3fd,'\x6b\x5e\x41\x26')]??-0x4dc*-0x2+0x1*-0x1439+-0x1*-0xa81)?_0x182062[_0x6b470a(0x1fe,'\x4e\x70\x5e\x70')]:null),_0x1c403e=_0x472a10[_0x6b470a(0x2d1,'\x4e\x44\x66\x4c')+_0x6b470a(0x1fb,'\x6d\x2a\x79\x57')]??(_0x55b129===_0x182062?.[_0x6b470a(0x31e,'\x55\x4f\x37\x28')]?_0x182062[_0x6b470a(0x40c,'\x6d\x71\x68\x35')]:_0x352a79);return _0x328df9(_0x58053e,{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x55b129,..._0x1c403e?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x1c403e}:{},'\x63\x61\x6e\x64\x69\x64\x61\x74\x65\x73':_0x614bd0,'\x77\x65\x69\x67\x68\x74\x73\x56\x65\x72\x73\x69\x6f\x6e':_0x6b470a(0x400,'\x65\x75\x7a\x24'),'\x73\x74\x72\x61\x74\x65\x67\x79\x4e\x61\x6d\x65':_0x6b470a(0x2ea,'\x47\x25\x66\x71')+_0x6b470a(0x3de,'\x4f\x6e\x6a\x4a')});}else return decisionWithWarnings(_0x10f338,{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x4c8af2[_0x6b470a(0x2ae,'\x6d\x23\x69\x5e')],..._0x4c8af2[_0x6b470a(0x216,'\x4b\x21\x4d\x33')]?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x4c8af2[_0x6b470a(0x318,'\x2a\x57\x66\x4e')]}:{},'\x63\x61\x6e\x64\x69\x64\x61\x74\x65\x73':_0xb3e224,..._0x5f0da4,'\x73\x74\x72\x61\x74\x65\x67\x79\x4e\x61\x6d\x65':_0x6b470a(0x2cd,'\x6b\x5e\x41\x26')+'\x64'});}const _0x402b6c=_0x4c8af2?.[_0x6b470a(0x37a,'\x6a\x47\x5a\x63')][_0x6b470a(0x30e,'\x66\x23\x4a\x52')](_0x456777=>_0x456777[_0x6b470a(0x2a3,'\x6c\x31\x59\x4e')](_0x6b470a(0x2df,'\x2a\x57\x66\x4e')+_0x6b470a(0x394,'\x6a\x47\x5a\x63')+_0x6b470a(0x213,'\x42\x73\x5e\x5d')))?_0xb3e224[_0x6b470a(0x27a,'\x46\x44\x40\x6b')](_0x588689=>!matchesScoredIdentity(_0x588689,_0x4c8af2)):_0xb3e224,_0x21a3b3=_0x55f361(_0x402b6c,_0x10f338),_0x3eaed0=_0x402b6c[_0x6b470a(0x2c4,'\x2a\x57\x66\x4e')](_0x30ec2b=>_0x30ec2b[_0x6b470a(0x44c,'\x53\x29\x54\x43')]===_0x21a3b3)??_0xb3e224[_0x6b470a(0x2c4,'\x2a\x57\x66\x4e')](_0x28512a=>_0x28512a[_0x6b470a(0x363,'\x50\x36\x4b\x6e')]===_0x21a3b3);return decisionWithWarnings(_0x10f338,{'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x21a3b3,..._0x3eaed0?.[_0x6b470a(0x40c,'\x6d\x71\x68\x35')]?{'\x73\x65\x6c\x65\x63\x74\x65\x64\x41\x73\x73\x65\x74\x49\x64':_0x3eaed0[_0x6b470a(0x3e1,'\x5a\x6b\x4b\x5b')]}:{},'\x63\x61\x6e\x64\x69\x64\x61\x74\x65\x73':_0xb3e224,..._0x5f0da4,'\x73\x74\x72\x61\x74\x65\x67\x79\x4e\x61\x6d\x65':_0x6b470a(0x2e3,'\x59\x55\x6b\x38')+'\x64'});}};}export function makeGeneSelectionPoint(){const _0x41b699=_0x25b1fb;return new StrategyPoint(_0x41b699(0x275,'\x62\x51\x4b\x65')+_0x41b699(0x1fd,'\x30\x37\x29\x21'),engineHealthSelection)[_0x41b699(0x364,'\x71\x30\x78\x24')](signalMatchSelection);}
|