@evomap/evolver-core 2.0.0 → 2.0.2

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.
Files changed (91) hide show
  1. package/dist/algo/antiDistill.js +1 -167
  2. package/dist/algo/bans.js +1 -33
  3. package/dist/algo/candidateAssembly.js +1 -273
  4. package/dist/algo/capabilityCandidates.js +1 -146
  5. package/dist/algo/confidence.js +1 -196
  6. package/dist/algo/conversationSniffer.js +1 -149
  7. package/dist/algo/cycleEngine.js +1 -625
  8. package/dist/algo/cycleFailureClassifier.js +1 -112
  9. package/dist/algo/epigenetics.js +1 -41
  10. package/dist/algo/evolutionEvent.js +1 -24
  11. package/dist/algo/exploration.js +1 -68
  12. package/dist/algo/geneHealth.js +1 -17
  13. package/dist/algo/geneIntake.js +1 -128
  14. package/dist/algo/genePromotion.js +1 -53
  15. package/dist/algo/geneSelection.js +1 -546
  16. package/dist/algo/index.js +1 -22
  17. package/dist/algo/memoryGraph.js +1 -86
  18. package/dist/algo/mutation.js +1 -22
  19. package/dist/algo/orchestrator.js +1 -87
  20. package/dist/algo/publishEligibility.js +1 -52
  21. package/dist/algo/solidify.js +1 -63
  22. package/dist/algo/strategyPresets.js +1 -61
  23. package/dist/algo/ucb1.js +1 -156
  24. package/dist/benchmark/antiGeneBenchmark.js +1 -252
  25. package/dist/benchmark/antiGeneImpact.js +1 -34
  26. package/dist/benchmark/antiGeneRollout.js +1 -269
  27. package/dist/benchmark/benchmark.js +1 -26
  28. package/dist/benchmark/evolutionThesisSolver.js +1 -41
  29. package/dist/benchmark/index.js +1 -7
  30. package/dist/benchmark/selectionFlatAbstention.js +1 -481
  31. package/dist/benchmark/thesis.js +1 -150
  32. package/dist/benchmark/triggerShift.js +1 -106
  33. package/dist/cycle/cycleTimeline.js +1 -74
  34. package/dist/cycle/index.js +1 -2
  35. package/dist/cycle/stateMachine.js +1 -25
  36. package/dist/hub/agentDirectory.js +1 -104
  37. package/dist/hub/assetCallLog.js +1 -195
  38. package/dist/hub/bindings.js +1 -121
  39. package/dist/hub/capability.js +1 -1
  40. package/dist/hub/conversationDistiller.js +1 -264
  41. package/dist/hub/fake.js +1 -70
  42. package/dist/hub/hubReview.js +1 -106
  43. package/dist/hub/index.js +1 -11
  44. package/dist/hub/ingest.js +1 -15
  45. package/dist/hub/questionGenerator.js +1 -408
  46. package/dist/hub/reuseDecision.js +1 -127
  47. package/dist/hub/sanitize.js +1 -322
  48. package/dist/material/boundary.js +1 -14
  49. package/dist/material/consumer.js +1 -55
  50. package/dist/material/emit.js +1 -52
  51. package/dist/material/factory.js +1 -25
  52. package/dist/material/index.js +1 -9
  53. package/dist/material/materialArchive.js +1 -466
  54. package/dist/material/materialStore.js +1 -69
  55. package/dist/material/sampling.js +1 -39
  56. package/dist/material/sources.js +1 -33
  57. package/dist/material/watermark.js +1 -76
  58. package/dist/personality/drift.js +1 -106
  59. package/dist/personality/events.js +1 -37
  60. package/dist/personality/evolveOps.js +1 -93
  61. package/dist/personality/index.js +1 -11
  62. package/dist/personality/mutate.js +1 -39
  63. package/dist/personality/pivot.js +1 -22
  64. package/dist/personality/prompt.js +1 -62
  65. package/dist/personality/riskGate.js +1 -80
  66. package/dist/personality/schema.js +1 -119
  67. package/dist/personality/select.js +1 -71
  68. package/dist/personality/stats.js +1 -82
  69. package/dist/personality/store.js +1 -92
  70. package/dist/schema/common.js +1 -17
  71. package/dist/schema/evolutionGraph.js +1 -187
  72. package/dist/schema/index.js +1 -6
  73. package/dist/schema/material.js +1 -50
  74. package/dist/schema/problem.js +1 -45
  75. package/dist/schema/proofOfWork.js +1 -9
  76. package/dist/schema/signal.js +1 -19
  77. package/dist/signals/curriculum.js +1 -202
  78. package/dist/signals/cycleHistoryFromEvents.js +1 -105
  79. package/dist/signals/expand.js +1 -293
  80. package/dist/signals/extractor.js +1 -82
  81. package/dist/signals/index.js +1 -8
  82. package/dist/signals/metaSignals.js +1 -200
  83. package/dist/signals/signalGate.js +1 -40
  84. package/dist/signals/taskDomain.js +1 -43
  85. package/dist/signals/traceSignals.js +1 -123
  86. package/dist/strategy/constraintAblation.js +1 -2820
  87. package/dist/strategy/constraintAblationPredicates.js +1 -339
  88. package/dist/strategy/experiment.js +1 -63
  89. package/dist/strategy/index.js +1 -3
  90. package/dist/strategy/strategyPoint.js +1 -23
  91. package/package.json +1 -1
@@ -1,269 +1 @@
1
- import { mkdtempSync, rmSync } from 'node:fs';
2
- import { tmpdir } from 'node:os';
3
- import { join } from 'node:path';
4
- import { LocalJsonlProvider } from '../assetstore/localJsonl.js';
5
- import { ReviewLedger } from '../assetstore/reviewLedger.js';
6
- import { Ingestor } from '../events/ingest.js';
7
- import { LineTooLargeError } from '../events/eventStore.js';
8
- import { CycleEngine } from '../algo/cycleEngine.js';
9
- import { runEvolutionCycle } from '../algo/orchestrator.js';
10
- import { makeGeneSelectionPoint } from '../algo/geneSelection.js';
11
- import { parseOverblockedAntiGenes, summarizeOverblockedAntiGenes } from './antiGeneImpact.js';
12
- const ALL_ASSETS_LIMIT = Number.MAX_SAFE_INTEGER;
13
- const ASSET_KINDS = ['Gene', 'Capsule', 'EvolutionEvent', 'AntiGene'];
14
- function buildProblem(task, now) {
15
- return {
16
- id: task.id,
17
- signature: `anti-gene-rollout:${task.id}`,
18
- signatureV: 1,
19
- firstSeenAt: new Date(now - 1000).toISOString(),
20
- lastSeenAt: new Date(now).toISOString(),
21
- occurrences: 3,
22
- linkedSignals: task.signals,
23
- resolvedBy: null,
24
- status: 'open',
25
- value: { severity: 1, reach: 1, strategicFit: 1, novelty: 0, costEst: 0 },
26
- consecutiveFailures: 0,
27
- cooldownUntil: null,
28
- extensions: {},
29
- };
30
- }
31
- async function copyAssets(source, dest, includeApprovedAntiGenes, sourceReview) {
32
- for (const kind of ASSET_KINDS) {
33
- for (const asset of await source.list(kind, ALL_ASSETS_LIMIT)) {
34
- if (kind === 'AntiGene') {
35
- if (!includeApprovedAntiGenes)
36
- continue;
37
- if (sourceReview.get(String(asset.asset_id))?.state !== 'approved')
38
- continue;
39
- }
40
- await dest.put(asset);
41
- }
42
- }
43
- }
44
- function copyReview(source, dest) {
45
- for (const record of source.records()) {
46
- dest.mark({
47
- assetId: record.assetId,
48
- state: record.state,
49
- ...(record.by ? { by: record.by } : {}),
50
- ...(record.reason ? { reason: record.reason } : {}),
51
- at: record.at,
52
- });
53
- }
54
- }
55
- function defaultReviewForStore(store, now) {
56
- const baseDir = store.baseDir;
57
- return typeof baseDir === 'string' ? new ReviewLedger(baseDir, now) : null;
58
- }
59
- function observedWarningIds(decision) {
60
- if (!decision || typeof decision !== 'object')
61
- return [];
62
- const warnings = decision.antiWarnings;
63
- if (!Array.isArray(warnings))
64
- return [];
65
- return warnings
66
- .map((warning) => {
67
- if (!warning || typeof warning !== 'object' || Array.isArray(warning))
68
- return '';
69
- const row = warning;
70
- return String(row.antiGeneId ?? row.assetId ?? '');
71
- })
72
- .filter(Boolean);
73
- }
74
- function missingExpected(expected, observed) {
75
- const seen = new Set(observed);
76
- return (expected ?? []).filter((id) => !seen.has(id));
77
- }
78
- function statusFromResult(result) {
79
- return result.finalStage === 'solidified' ? 'success' : 'failed';
80
- }
81
- function scoreFromResult(result, status) {
82
- const score = result.capsule?.outcome?.score;
83
- return typeof score === 'number' && Number.isFinite(score) ? score : status === 'success' ? 0.9 : 0.2;
84
- }
85
- async function runOneArm(arm, task, source, sourceReview, makeExecute, rootDir, now, disableSemanticIdf) {
86
- const armDir = join(rootDir, arm, task.id);
87
- const store = new LocalJsonlProvider(join(armDir, 'assets'));
88
- const review = new ReviewLedger(join(armDir, 'assets'), now);
89
- await copyAssets(source, store, arm === 'antiGene', sourceReview);
90
- copyReview(sourceReview, review);
91
- const eventPath = join(armDir, 'events.jsonl');
92
- const engine = new CycleEngine({
93
- ingestor: new Ingestor({ path: eventPath, now }),
94
- selection: makeGeneSelectionPoint(),
95
- store,
96
- now,
97
- });
98
- const opts = {
99
- cycleId: `${arm}-${task.id}`,
100
- problem: buildProblem(task, now()),
101
- signals: task.signals,
102
- category: task.category ?? 'repair',
103
- target: task.target ?? 't.ts',
104
- expectedEffect: task.expectedEffect ?? `anti-gene rollout ${task.id}`,
105
- summary: task.summary ?? `anti-gene rollout ${task.id}`,
106
- confidence: task.confidence ?? 0.9,
107
- execute: makeExecute({ arm, task, store, review, armDir }),
108
- review,
109
- consumePendingSignals: false,
110
- ...(disableSemanticIdf ? { disableSemanticIdf: true } : {}),
111
- };
112
- const result = await runEvolutionCycle(engine, store, opts);
113
- const status = statusFromResult(result);
114
- const observed = observedWarningIds(result.decision);
115
- return {
116
- status,
117
- score: scoreFromResult(result, status),
118
- repeatedFailure: status === 'failed' && (task.expectedAntiWarnings?.length ?? 0) > 0,
119
- overblocked: false,
120
- observedAntiWarnings: observed,
121
- missingExpectedWarnings: arm === 'antiGene' ? missingExpected(task.expectedAntiWarnings, observed) : [],
122
- selectedGeneId: result.decision?.selectedGeneId ?? null,
123
- };
124
- }
125
- function armMetrics(arm, results) {
126
- const n = results.length;
127
- const failures = results.filter((r) => r.status === 'failed').length;
128
- return {
129
- arm,
130
- n,
131
- failures,
132
- failureRate: n > 0 ? failures / n : 0,
133
- repeatedFailures: results.filter((r) => r.repeatedFailure).length,
134
- overblocked: results.filter((r) => r.overblocked).length,
135
- observedWarnings: results.reduce((sum, r) => sum + r.observedAntiWarnings.length, 0),
136
- };
137
- }
138
- function verdict(report, minSamples, minFailureDelta) {
139
- if (report.baseline.n < minSamples || report.antiGene.n < minSamples)
140
- return 'insufficient_samples';
141
- if (report.failureDelta >= minFailureDelta && report.antiGene.observedWarnings > 0 && report.missingExpectedWarnings === 0)
142
- return 'anti_gene_better';
143
- if (report.failureDelta < -minFailureDelta || (minFailureDelta === 0 && report.failureDelta < 0))
144
- return 'anti_gene_worse';
145
- return 'no_clear_improvement';
146
- }
147
- function normalizeTaskResults(taskResults) {
148
- return taskResults.map((task) => {
149
- const overblocked = task.baseline.status === 'success' && task.antiGene.status === 'failed';
150
- return {
151
- taskId: task.taskId,
152
- baseline: { ...task.baseline, overblocked: false },
153
- antiGene: { ...task.antiGene, overblocked, repeatedFailure: overblocked ? false : task.antiGene.repeatedFailure },
154
- };
155
- });
156
- }
157
- function buildReport(suite, rawTaskResults, minSamples, minFailureDelta) {
158
- const taskResults = normalizeTaskResults(rawTaskResults);
159
- const baseline = armMetrics('baseline', taskResults.map((r) => r.baseline));
160
- const antiGene = armMetrics('antiGene', taskResults.map((r) => r.antiGene));
161
- const partial = {
162
- suite: suite.name,
163
- tasks: suite.tasks.length,
164
- baseline,
165
- antiGene,
166
- missingExpectedWarnings: taskResults.reduce((sum, r) => sum + r.antiGene.missingExpectedWarnings.length, 0),
167
- overblocked: antiGene.overblocked,
168
- overblockedAntiGenes: summarizeOverblockedAntiGenes(taskResults),
169
- failureDelta: baseline.failureRate - antiGene.failureRate,
170
- taskResults,
171
- };
172
- return { ...partial, verdict: verdict(partial, minSamples, minFailureDelta) };
173
- }
174
- export async function runAntiGeneRollout(suite, deps, options = {}) {
175
- const now = options.now ?? Date.now;
176
- const sourceReview = deps.review ?? defaultReviewForStore(deps.store, now);
177
- if (!sourceReview)
178
- throw new Error('AntiGene rollout requires a ReviewLedger or a LocalJsonlProvider-backed store so review state can be copied');
179
- const minSamples = options.minSamples ?? 30;
180
- const minFailureDelta = options.minFailureDelta ?? 0.05;
181
- const rootDir = mkdtempSync(join(tmpdir(), 'anti-gene-rollout-'));
182
- try {
183
- const taskResults = [];
184
- for (const task of suite.tasks) {
185
- taskResults.push({
186
- taskId: task.id,
187
- baseline: await runOneArm('baseline', task, deps.store, sourceReview, deps.makeExecute, rootDir, now, options.disableSemanticIdf === true),
188
- antiGene: await runOneArm('antiGene', task, deps.store, sourceReview, deps.makeExecute, rootDir, now, options.disableSemanticIdf === true),
189
- });
190
- }
191
- const report = buildReport(suite, taskResults, minSamples, minFailureDelta);
192
- if (options.eventsPath)
193
- await writeAntiGeneRolloutResult(report, options.eventsPath, now);
194
- return report;
195
- }
196
- finally {
197
- rmSync(rootDir, { recursive: true, force: true });
198
- }
199
- }
200
- export async function writeAntiGeneRolloutResult(report, eventsPath, now = Date.now) {
201
- const ingestor = new Ingestor({ path: eventsPath, now });
202
- try {
203
- await ingestReportPayload(ingestor, report);
204
- }
205
- catch (error) {
206
- if (!(error instanceof LineTooLargeError))
207
- throw error;
208
- await ingestReportPayload(ingestor, compactReportPayload(report, 5));
209
- }
210
- }
211
- async function ingestReportPayload(ingestor, payload) {
212
- await ingestor.ingest({
213
- type: 'anti_gene.rollout_result',
214
- human: { title: `anti-gene rollout ${payload.suite}` },
215
- payload: payload,
216
- actor: { kind: 'machine', id: 'anti-gene-rollout' },
217
- });
218
- }
219
- function compactWarnings(items) {
220
- return items.slice(0, 3);
221
- }
222
- function compactRunResult(result) {
223
- return {
224
- ...result,
225
- observedAntiWarnings: compactWarnings(result.observedAntiWarnings),
226
- missingExpectedWarnings: compactWarnings(result.missingExpectedWarnings),
227
- };
228
- }
229
- function compactReportPayload(report, maxTasks) {
230
- return {
231
- ...report,
232
- taskResults: report.taskResults.slice(0, maxTasks).map((task) => ({
233
- taskId: task.taskId,
234
- baseline: compactRunResult(task.baseline),
235
- antiGene: compactRunResult(task.antiGene),
236
- })),
237
- taskResultsTruncated: Math.max(0, report.taskResults.length - maxTasks),
238
- };
239
- }
240
- function isReportPayload(value) {
241
- return !!value && typeof value === 'object'
242
- && typeof value.suite === 'string'
243
- && typeof value.tasks === 'number'
244
- && typeof value.verdict === 'string';
245
- }
246
- function normalizeReportPayload(value) {
247
- const parsed = parseOverblockedAntiGenes(value.overblockedAntiGenes);
248
- const taskResults = normalizeTaskResults(value.taskResults ?? []);
249
- const truncated = typeof value.taskResultsTruncated === 'number' && value.taskResultsTruncated > 0;
250
- return {
251
- ...value,
252
- taskResults,
253
- overblockedAntiGenes: parsed ?? (truncated ? [] : summarizeOverblockedAntiGenes(taskResults)),
254
- };
255
- }
256
- export function antiGeneRolloutReportsFromEvents(events) {
257
- const out = [];
258
- for (const event of events) {
259
- if (event.type !== 'anti_gene.rollout_result')
260
- continue;
261
- if (isReportPayload(event.payload))
262
- out.push(normalizeReportPayload(event.payload));
263
- }
264
- return out;
265
- }
266
- export function latestAntiGeneRolloutReport(events) {
267
- const reports = antiGeneRolloutReportsFromEvents(events);
268
- return reports[reports.length - 1] ?? null;
269
- }
1
+ const _0x13f031=_0x40a5;(function(_0xce149b,_0x1b4b1b){const _0x28f40e=_0x40a5,_0x542a47=_0xce149b();while(!![]){try{const _0xe33df0=-parseInt(_0x28f40e(0x26b,'\x4c\x69\x4c\x78'))/(0x12dc*-0x1+0x949*0x1+0x2*0x4ca)+-parseInt(_0x28f40e(0x2c9,'\x52\x4a\x37\x51'))/(-0xaf1*-0x1+-0x7b*-0x6+-0x189*0x9)*(-parseInt(_0x28f40e(0x299,'\x58\x68\x58\x77'))/(-0x25d1+-0x11*0x149+0x3bad*0x1))+-parseInt(_0x28f40e(0x2b5,'\x50\x39\x55\x41'))/(0x1*0x146+0x1752*-0x1+-0x2c2*-0x8)*(parseInt(_0x28f40e(0x1ef,'\x44\x37\x76\x52'))/(0x1eb6+-0x3*0x8d4+-0x167*0x3))+-parseInt(_0x28f40e(0x2a7,'\x21\x35\x35\x69'))/(0x5*-0x78b+-0x6a3*-0x5+0x48e)*(parseInt(_0x28f40e(0x210,'\x7a\x21\x50\x32'))/(-0x20ae+-0x153c+-0x35f1*-0x1))+parseInt(_0x28f40e(0x222,'\x31\x77\x39\x25'))/(-0x2269+-0x8ef*-0x2+0x1093)+-parseInt(_0x28f40e(0x273,'\x52\x4a\x37\x51'))/(0x9*-0x2ac+-0x128b+-0x1*-0x2aa0)*(-parseInt(_0x28f40e(0x204,'\x71\x61\x63\x36'))/(0x23*0xd4+0x353*0x3+0x1*-0x26eb))+parseInt(_0x28f40e(0x25b,'\x51\x46\x6b\x34'))/(-0x629+0xc1b+0x1*-0x5e7);if(_0xe33df0===_0x1b4b1b)break;else _0x542a47['push'](_0x542a47['shift']());}catch(_0x2557fb){_0x542a47['push'](_0x542a47['shift']());}}}(_0xd4e8,-0xd5d*0x21+0xde7b+0x569df));import{mkdtempSync,rmSync}from'\x6e\x6f\x64\x65\x3a\x66\x73';import{tmpdir}from'\x6e\x6f\x64\x65\x3a\x6f\x73';import{join}from'\x6e\x6f\x64\x65\x3a\x70\x61\x74\x68';import{LocalJsonlProvider}from'\x2e\x2e\x2f\x61\x73\x73\x65\x74\x73\x74\x6f\x72\x65\x2f\x6c\x6f\x63\x61\x6c\x4a\x73\x6f\x6e\x6c\x2e\x6a\x73';import{ReviewLedger}from'\x2e\x2e\x2f\x61\x73\x73\x65\x74\x73\x74\x6f\x72\x65\x2f\x72\x65\x76\x69\x65\x77\x4c\x65\x64\x67\x65\x72\x2e\x6a\x73';import{Ingestor}from'\x2e\x2e\x2f\x65\x76\x65\x6e\x74\x73\x2f\x69\x6e\x67\x65\x73\x74\x2e\x6a\x73';import{LineTooLargeError}from'\x2e\x2e\x2f\x65\x76\x65\x6e\x74\x73\x2f\x65\x76\x65\x6e\x74\x53\x74\x6f\x72\x65\x2e\x6a\x73';import{CycleEngine}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x63\x79\x63\x6c\x65\x45\x6e\x67\x69\x6e\x65\x2e\x6a\x73';import{runEvolutionCycle}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x6f\x72\x63\x68\x65\x73\x74\x72\x61\x74\x6f\x72\x2e\x6a\x73';import{makeGeneSelectionPoint}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x67\x65\x6e\x65\x53\x65\x6c\x65\x63\x74\x69\x6f\x6e\x2e\x6a\x73';import{parseOverblockedAntiGenes,summarizeOverblockedAntiGenes}from'\x2e\x2f\x61\x6e\x74\x69\x47\x65\x6e\x65\x49\x6d\x70\x61\x63\x74\x2e\x6a\x73';const ALL_ASSETS_LIMIT=Number['\x4d\x41\x58\x5f\x53\x41\x46\x45'+_0x13f031(0x25d,'\x36\x6d\x6a\x71')],ASSET_KINDS=[_0x13f031(0x281,'\x5b\x65\x38\x5d'),_0x13f031(0x261,'\x23\x41\x6a\x31'),_0x13f031(0x2b1,'\x4d\x49\x23\x32')+_0x13f031(0x235,'\x49\x70\x49\x5e'),'\x41\x6e\x74\x69\x47\x65\x6e\x65'];function buildProblem(_0xde857e,_0x5ed107){const _0x15f1e8=_0x13f031;return{'\x69\x64':_0xde857e['\x69\x64'],'\x73\x69\x67\x6e\x61\x74\x75\x72\x65':_0x15f1e8(0x277,'\x67\x51\x67\x53')+'\x65\x2d\x72\x6f\x6c\x6c\x6f\x75'+'\x74\x3a'+_0xde857e['\x69\x64'],'\x73\x69\x67\x6e\x61\x74\x75\x72\x65\x56':0x1,'\x66\x69\x72\x73\x74\x53\x65\x65\x6e\x41\x74':new Date(_0x5ed107-(-0x2*-0xdf5+0x1deb+-0xac9*0x5))['\x74\x6f\x49\x53\x4f\x53\x74\x72'+_0x15f1e8(0x225,'\x75\x2a\x5b\x62')](),'\x6c\x61\x73\x74\x53\x65\x65\x6e\x41\x74':new Date(_0x5ed107)[_0x15f1e8(0x2da,'\x50\x39\x55\x41')+_0x15f1e8(0x2a2,'\x5a\x65\x36\x44')](),'\x6f\x63\x63\x75\x72\x72\x65\x6e\x63\x65\x73':0x3,'\x6c\x69\x6e\x6b\x65\x64\x53\x69\x67\x6e\x61\x6c\x73':_0xde857e['\x73\x69\x67\x6e\x61\x6c\x73'],'\x72\x65\x73\x6f\x6c\x76\x65\x64\x42\x79':null,'\x73\x74\x61\x74\x75\x73':_0x15f1e8(0x264,'\x44\x37\x76\x52'),'\x76\x61\x6c\x75\x65':{'\x73\x65\x76\x65\x72\x69\x74\x79':0x1,'\x72\x65\x61\x63\x68':0x1,'\x73\x74\x72\x61\x74\x65\x67\x69\x63\x46\x69\x74':0x1,'\x6e\x6f\x76\x65\x6c\x74\x79':0x0,'\x63\x6f\x73\x74\x45\x73\x74':0x0},'\x63\x6f\x6e\x73\x65\x63\x75\x74\x69\x76\x65\x46\x61\x69\x6c\x75\x72\x65\x73':0x0,'\x63\x6f\x6f\x6c\x64\x6f\x77\x6e\x55\x6e\x74\x69\x6c':null,'\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x73':{}};}function _0x40a5(_0x3c65b7,_0x5680f6){_0x3c65b7=_0x3c65b7-(0xef5+-0xa99*-0x2+-0x223e);const _0xfb5b59=_0xd4e8();let _0x39056d=_0xfb5b59[_0x3c65b7];if(_0x40a5['\x53\x68\x44\x55\x42\x58']===undefined){var _0x4966a9=function(_0x6bd6f7){const _0x382070='\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 _0x35200a='',_0x5855ba='';for(let _0x340640=-0x86*0x30+0x77d+0x15*0xd7,_0x3c609c,_0x22c707,_0x118907=-0x1a1f+-0xd81*-0x1+0xc9e;_0x22c707=_0x6bd6f7['\x63\x68\x61\x72\x41\x74'](_0x118907++);~_0x22c707&&(_0x3c609c=_0x340640%(-0xb*-0x277+-0x1*-0x1cc5+-0x37de)?_0x3c609c*(0x94f*0x3+0xec8+-0x2a75)+_0x22c707:_0x22c707,_0x340640++%(0xb8b*-0x1+0x68c*-0x3+0xa3*0x31))?_0x35200a+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x97f+0x1f3*0x5+0x123f*-0x1&_0x3c609c>>(-(-0x9f9*0x1+-0x28d*-0xc+-0x14a1)*_0x340640&0xe96*0x2+0x115*0x7+-0x24b9)):-0x4fe+-0x2bd+0x7bb*0x1){_0x22c707=_0x382070['\x69\x6e\x64\x65\x78\x4f\x66'](_0x22c707);}for(let _0x259199=-0x1d54+0xa*0x3ac+-0x764,_0x61716a=_0x35200a['\x6c\x65\x6e\x67\x74\x68'];_0x259199<_0x61716a;_0x259199++){_0x5855ba+='\x25'+('\x30\x30'+_0x35200a['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x259199)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x24ad*-0x1+-0x13f0+-0x38ad*-0x1))['\x73\x6c\x69\x63\x65'](-(-0x12d0+0x355*-0x9+-0x5*-0x9c3));}return decodeURIComponent(_0x5855ba);};const _0x1e13f6=function(_0x5bbe4f,_0xe60130){let _0x3808c4=[],_0x3f06e0=-0x61f+0x6e1*-0x2+0x13e1,_0x5b9c89,_0x5d36e2='';_0x5bbe4f=_0x4966a9(_0x5bbe4f);let _0x4f0f6d;for(_0x4f0f6d=-0xa*-0x60+0x10c6+0x2*-0xa43;_0x4f0f6d<-0x1489+-0x1be0+0x3169;_0x4f0f6d++){_0x3808c4[_0x4f0f6d]=_0x4f0f6d;}for(_0x4f0f6d=0x787+-0x2cf*-0x3+0x7fa*-0x2;_0x4f0f6d<0xf*-0x1e2+0x828+0x1*0x1516;_0x4f0f6d++){_0x3f06e0=(_0x3f06e0+_0x3808c4[_0x4f0f6d]+_0xe60130['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x4f0f6d%_0xe60130['\x6c\x65\x6e\x67\x74\x68']))%(-0x1006+0x1d*0xe5+-0x2f9*0x3),_0x5b9c89=_0x3808c4[_0x4f0f6d],_0x3808c4[_0x4f0f6d]=_0x3808c4[_0x3f06e0],_0x3808c4[_0x3f06e0]=_0x5b9c89;}_0x4f0f6d=-0x12e*0x1b+0x1145*-0x1+-0x1f7*-0x19,_0x3f06e0=-0x1*0x174b+-0x24+-0x359*-0x7;for(let _0x214cb8=-0x4*0x399+0x726+-0x3*-0x26a;_0x214cb8<_0x5bbe4f['\x6c\x65\x6e\x67\x74\x68'];_0x214cb8++){_0x4f0f6d=(_0x4f0f6d+(-0x587*0x2+-0x12f7+-0x7e*-0x3d))%(0x1d84*-0x1+0x23a7+0x523*-0x1),_0x3f06e0=(_0x3f06e0+_0x3808c4[_0x4f0f6d])%(0x51c*0x6+-0x8a7+-0x1501),_0x5b9c89=_0x3808c4[_0x4f0f6d],_0x3808c4[_0x4f0f6d]=_0x3808c4[_0x3f06e0],_0x3808c4[_0x3f06e0]=_0x5b9c89,_0x5d36e2+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x5bbe4f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x214cb8)^_0x3808c4[(_0x3808c4[_0x4f0f6d]+_0x3808c4[_0x3f06e0])%(-0x15f3+-0x1d66+0x3459)]);}return _0x5d36e2;};_0x40a5['\x45\x52\x6d\x56\x58\x46']=_0x1e13f6,_0x40a5['\x5a\x73\x6d\x68\x55\x53']={},_0x40a5['\x53\x68\x44\x55\x42\x58']=!![];}const _0x5a0deb=_0xfb5b59[-0x1a6*-0x13+0x95f*-0x2+-0xc94],_0x5cb76e=_0x3c65b7+_0x5a0deb,_0x2f52cb=_0x40a5['\x5a\x73\x6d\x68\x55\x53'][_0x5cb76e];return!_0x2f52cb?(_0x40a5['\x58\x43\x73\x63\x75\x46']===undefined&&(_0x40a5['\x58\x43\x73\x63\x75\x46']=!![]),_0x39056d=_0x40a5['\x45\x52\x6d\x56\x58\x46'](_0x39056d,_0x5680f6),_0x40a5['\x5a\x73\x6d\x68\x55\x53'][_0x5cb76e]=_0x39056d):_0x39056d=_0x2f52cb,_0x39056d;}async function copyAssets(_0x18a0b9,_0x53b613,_0x5e16c7,_0x51e66c){const _0x243eeb=_0x13f031;for(const _0x4bc999 of ASSET_KINDS){if(_0x243eeb(0x2a9,'\x41\x23\x72\x43')==='\x54\x70\x50\x4b\x71')for(const _0x5e370d of await _0x18a0b9[_0x243eeb(0x2a1,'\x64\x38\x39\x68')](_0x4bc999,ALL_ASSETS_LIMIT)){if(_0x4bc999===_0x243eeb(0x2cf,'\x58\x4d\x32\x35')){if(_0x243eeb(0x27b,'\x30\x39\x66\x77')!=='\x6a\x7a\x64\x43\x50'){if(!_0x5e16c7)continue;if(_0x51e66c[_0x243eeb(0x296,'\x57\x6e\x25\x4d')](String(_0x5e370d[_0x243eeb(0x265,'\x29\x45\x33\x47')]))?.[_0x243eeb(0x297,'\x4d\x49\x23\x32')]!=='\x61\x70\x70\x72\x6f\x76\x65\x64')continue;}else{const _0x226472=new _0x53eb3a(_0x56ee67);return(_0x2e7e3d??[])[_0x243eeb(0x27a,'\x65\x5b\x4b\x78')](_0x4ad89b=>!_0x226472[_0x243eeb(0x24b,'\x62\x69\x5b\x61')](_0x4ad89b));}}await _0x53b613['\x70\x75\x74'](_0x5e370d);}else return _0x259199[_0x243eeb(0x2d0,'\x6c\x36\x26\x61')](-0x1*-0x998+-0x1480+0xae8,0x237*-0x7+-0x226c+-0xc7c*-0x4);}}function copyReview(_0x573fce,_0x27208d){const _0x300f74=_0x13f031;for(const _0x18ac2f of _0x573fce['\x72\x65\x63\x6f\x72\x64\x73']()){if(_0x300f74(0x1fb,'\x54\x4e\x4d\x6b')===_0x300f74(0x28f,'\x30\x39\x66\x77')){if(!_0x2c58b6||typeof _0x6db565!==_0x300f74(0x2b8,'\x73\x5b\x34\x34'))return[];const _0x900058=_0x266bd6[_0x300f74(0x284,'\x5a\x65\x36\x44')+_0x300f74(0x29a,'\x5e\x21\x56\x66')];if(!_0x587f3c[_0x300f74(0x26a,'\x62\x79\x68\x44')](_0x900058))return[];return _0x900058[_0x300f74(0x279,'\x73\x5b\x34\x34')](_0x4dc2dc=>{const _0x160ab2=_0x300f74;if(!_0x4dc2dc||typeof _0x4dc2dc!==_0x160ab2(0x263,'\x54\x4e\x4d\x6b')||_0x53a1d1[_0x160ab2(0x26f,'\x77\x44\x4d\x21')](_0x4dc2dc))return'';const _0x4f06fc=_0x4dc2dc;return _0x3fcd18(_0x4f06fc['\x61\x6e\x74\x69\x47\x65\x6e\x65'+'\x49\x64']??_0x4f06fc[_0x160ab2(0x232,'\x50\x55\x4e\x53')]??'');})[_0x300f74(0x2c6,'\x23\x5a\x6a\x4b')](_0x5c8152);}else _0x27208d[_0x300f74(0x242,'\x79\x31\x4e\x32')]({'\x61\x73\x73\x65\x74\x49\x64':_0x18ac2f[_0x300f74(0x21f,'\x31\x77\x39\x25')],'\x73\x74\x61\x74\x65':_0x18ac2f['\x73\x74\x61\x74\x65'],..._0x18ac2f['\x62\x79']?{'\x62\x79':_0x18ac2f['\x62\x79']}:{},..._0x18ac2f[_0x300f74(0x219,'\x28\x62\x73\x4d')]?{'\x72\x65\x61\x73\x6f\x6e':_0x18ac2f[_0x300f74(0x23f,'\x51\x46\x35\x5e')]}:{},'\x61\x74':_0x18ac2f['\x61\x74']});}}function defaultReviewForStore(_0x110af6,_0x57f6b6){const _0x1b44a0=_0x13f031,_0x2224a3=_0x110af6[_0x1b44a0(0x2d3,'\x21\x35\x35\x69')];return typeof _0x2224a3===_0x1b44a0(0x1f7,'\x21\x35\x35\x69')?new ReviewLedger(_0x2224a3,_0x57f6b6):null;}function observedWarningIds(_0x3e8c2a){const _0x116789=_0x13f031;if(!_0x3e8c2a||typeof _0x3e8c2a!==_0x116789(0x2a6,'\x57\x28\x26\x35'))return[];const _0x54bff6=_0x3e8c2a['\x61\x6e\x74\x69\x57\x61\x72\x6e'+'\x69\x6e\x67\x73'];if(!Array[_0x116789(0x2dc,'\x41\x23\x72\x43')](_0x54bff6))return[];return _0x54bff6['\x6d\x61\x70'](_0x3072ad=>{const _0x33ed7e=_0x116789;if(_0x33ed7e(0x205,'\x31\x77\x39\x25')!==_0x33ed7e(0x205,'\x31\x77\x39\x25')){if(!_0x18babb||typeof _0xb15eaf!=='\x6f\x62\x6a\x65\x63\x74'||_0x63ec9a[_0x33ed7e(0x29e,'\x6c\x5a\x39\x37')](_0x4aa410))return'';const _0x542fdb=_0x48569a;return _0x365802(_0x542fdb[_0x33ed7e(0x293,'\x29\x45\x33\x47')+'\x49\x64']??_0x542fdb[_0x33ed7e(0x283,'\x49\x70\x49\x5e')]??'');}else{if(!_0x3072ad||typeof _0x3072ad!==_0x33ed7e(0x2c1,'\x36\x6d\x6a\x71')||Array['\x69\x73\x41\x72\x72\x61\x79'](_0x3072ad))return'';const _0x115c5d=_0x3072ad;return String(_0x115c5d[_0x33ed7e(0x236,'\x23\x5a\x6a\x4b')+'\x49\x64']??_0x115c5d[_0x33ed7e(0x2dd,'\x54\x4e\x4d\x6b')]??'');}})['\x66\x69\x6c\x74\x65\x72'](Boolean);}function missingExpected(_0x5543ee,_0x125345){const _0x344787=_0x13f031,_0x5e3bdf=new Set(_0x125345);return(_0x5543ee??[])[_0x344787(0x1f8,'\x23\x63\x48\x79')](_0x1e796d=>!_0x5e3bdf[_0x344787(0x2a5,'\x46\x69\x65\x4c')](_0x1e796d));}function statusFromResult(_0x5d7c86){const _0x29cae7=_0x13f031;return _0x5d7c86[_0x29cae7(0x2de,'\x56\x24\x59\x29')+'\x67\x65']===_0x29cae7(0x252,'\x6c\x36\x26\x61')+'\x65\x64'?_0x29cae7(0x223,'\x5e\x21\x56\x66'):'\x66\x61\x69\x6c\x65\x64';}function scoreFromResult(_0x165c78,_0x1b9307){const _0x48bd2b=_0x13f031,_0x155b7b=_0x165c78[_0x48bd2b(0x2df,'\x62\x69\x5b\x61')]?.[_0x48bd2b(0x230,'\x58\x68\x58\x77')]?.[_0x48bd2b(0x249,'\x21\x35\x35\x69')];return typeof _0x155b7b===_0x48bd2b(0x1f3,'\x54\x4e\x4d\x6b')&&Number[_0x48bd2b(0x285,'\x65\x5b\x4b\x78')](_0x155b7b)?_0x155b7b:_0x1b9307===_0x48bd2b(0x215,'\x79\x31\x4e\x32')?-0x3*0x745+-0x90a*-0x4+-0xe59*0x1+0.9:-0x11b2*-0x2+0x23ba+-0x1*0x471e+0.2;}async function runOneArm(_0x39e685,_0x19b522,_0x5d1f01,_0x1c2d0c,_0x5f55e4,_0x18daf8,_0x2ec620,_0x305646){const _0x26df2e=_0x13f031,_0x4b2b09=join(_0x18daf8,_0x39e685,_0x19b522['\x69\x64']),_0x3be916=new LocalJsonlProvider(join(_0x4b2b09,_0x26df2e(0x27e,'\x6c\x5a\x39\x37'))),_0x5066f6=new ReviewLedger(join(_0x4b2b09,_0x26df2e(0x26e,'\x51\x46\x35\x5e')),_0x2ec620);await copyAssets(_0x5d1f01,_0x3be916,_0x39e685===_0x26df2e(0x1f0,'\x4c\x6e\x44\x36'),_0x1c2d0c),copyReview(_0x1c2d0c,_0x5066f6);const _0x36772c=join(_0x4b2b09,'\x65\x76\x65\x6e\x74\x73\x2e\x6a'+_0x26df2e(0x268,'\x58\x4d\x32\x35')),_0x3549a6=new CycleEngine({'\x69\x6e\x67\x65\x73\x74\x6f\x72':new Ingestor({'\x70\x61\x74\x68':_0x36772c,'\x6e\x6f\x77':_0x2ec620}),'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e':makeGeneSelectionPoint(),'\x73\x74\x6f\x72\x65':_0x3be916,'\x6e\x6f\x77':_0x2ec620}),_0x5161d4={'\x63\x79\x63\x6c\x65\x49\x64':_0x39e685+'\x2d'+_0x19b522['\x69\x64'],'\x70\x72\x6f\x62\x6c\x65\x6d':buildProblem(_0x19b522,_0x2ec620()),'\x73\x69\x67\x6e\x61\x6c\x73':_0x19b522[_0x26df2e(0x28c,'\x21\x35\x35\x69')],'\x63\x61\x74\x65\x67\x6f\x72\x79':_0x19b522[_0x26df2e(0x2ad,'\x5a\x65\x36\x44')]??_0x26df2e(0x1fa,'\x64\x38\x39\x68'),'\x74\x61\x72\x67\x65\x74':_0x19b522['\x74\x61\x72\x67\x65\x74']??_0x26df2e(0x2c0,'\x6c\x36\x26\x61'),'\x65\x78\x70\x65\x63\x74\x65\x64\x45\x66\x66\x65\x63\x74':_0x19b522[_0x26df2e(0x2b4,'\x36\x6d\x6a\x71')+_0x26df2e(0x1f1,'\x79\x31\x4e\x32')]??_0x26df2e(0x233,'\x58\x4d\x32\x35')+_0x26df2e(0x291,'\x28\x62\x73\x4d')+'\x74\x20'+_0x19b522['\x69\x64'],'\x73\x75\x6d\x6d\x61\x72\x79':_0x19b522['\x73\x75\x6d\x6d\x61\x72\x79']??_0x26df2e(0x2c7,'\x77\x44\x4d\x21')+_0x26df2e(0x27d,'\x49\x70\x49\x5e')+'\x74\x20'+_0x19b522['\x69\x64'],'\x63\x6f\x6e\x66\x69\x64\x65\x6e\x63\x65':_0x19b522[_0x26df2e(0x237,'\x5e\x21\x56\x66')+'\x63\x65']??-0x18b1+0x7eb+0x10c6+0.9,'\x65\x78\x65\x63\x75\x74\x65':_0x5f55e4({'\x61\x72\x6d':_0x39e685,'\x74\x61\x73\x6b':_0x19b522,'\x73\x74\x6f\x72\x65':_0x3be916,'\x72\x65\x76\x69\x65\x77':_0x5066f6,'\x61\x72\x6d\x44\x69\x72':_0x4b2b09}),'\x72\x65\x76\x69\x65\x77':_0x5066f6,'\x63\x6f\x6e\x73\x75\x6d\x65\x50\x65\x6e\x64\x69\x6e\x67\x53\x69\x67\x6e\x61\x6c\x73':![],..._0x305646?{'\x64\x69\x73\x61\x62\x6c\x65\x53\x65\x6d\x61\x6e\x74\x69\x63\x49\x64\x66':!![]}:{}},_0x24834d=await runEvolutionCycle(_0x3549a6,_0x3be916,_0x5161d4),_0x40a85e=statusFromResult(_0x24834d),_0x48bcab=observedWarningIds(_0x24834d[_0x26df2e(0x259,'\x28\x62\x73\x4d')]);return{'\x73\x74\x61\x74\x75\x73':_0x40a85e,'\x73\x63\x6f\x72\x65':scoreFromResult(_0x24834d,_0x40a85e),'\x72\x65\x70\x65\x61\x74\x65\x64\x46\x61\x69\x6c\x75\x72\x65':_0x40a85e===_0x26df2e(0x203,'\x6f\x57\x51\x72')&&(_0x19b522[_0x26df2e(0x25e,'\x73\x5b\x34\x34')+_0x26df2e(0x258,'\x58\x4d\x32\x35')+_0x26df2e(0x250,'\x46\x69\x65\x4c')]?.[_0x26df2e(0x20f,'\x77\x44\x4d\x21')]??-0x100*0x8+-0x8da+-0x86d*-0x2)>-0x11*0x221+-0x200f+0x4440,'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':![],'\x6f\x62\x73\x65\x72\x76\x65\x64\x41\x6e\x74\x69\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x48bcab,'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x39e685===_0x26df2e(0x214,'\x64\x38\x39\x68')?missingExpected(_0x19b522[_0x26df2e(0x295,'\x62\x69\x5b\x61')+_0x26df2e(0x256,'\x4f\x46\x55\x4b')+_0x26df2e(0x262,'\x49\x70\x49\x5e')],_0x48bcab):[],'\x73\x65\x6c\x65\x63\x74\x65\x64\x47\x65\x6e\x65\x49\x64':_0x24834d[_0x26df2e(0x23e,'\x7a\x21\x50\x32')]?.[_0x26df2e(0x2a8,'\x23\x5a\x6a\x4b')+_0x26df2e(0x2ba,'\x56\x24\x59\x29')]??null};}function armMetrics(_0x238112,_0x335645){const _0x340e0c=_0x13f031,_0xa34f92=_0x335645[_0x340e0c(0x211,'\x23\x5a\x6a\x4b')],_0xbbfc4b=_0x335645[_0x340e0c(0x2d6,'\x52\x4a\x37\x51')](_0x58b85f=>_0x58b85f['\x73\x74\x61\x74\x75\x73']===_0x340e0c(0x1f2,'\x4c\x6e\x44\x36'))[_0x340e0c(0x2d8,'\x75\x2a\x5b\x62')];return{'\x61\x72\x6d':_0x238112,'\x6e':_0xa34f92,'\x66\x61\x69\x6c\x75\x72\x65\x73':_0xbbfc4b,'\x66\x61\x69\x6c\x75\x72\x65\x52\x61\x74\x65':_0xa34f92>0x1955*0x1+-0xbb5+-0x4*0x368?_0xbbfc4b/_0xa34f92:-0x1*-0x1593+0x13*-0xb9+-0x4*0x1f6,'\x72\x65\x70\x65\x61\x74\x65\x64\x46\x61\x69\x6c\x75\x72\x65\x73':_0x335645[_0x340e0c(0x28e,'\x62\x79\x68\x44')](_0x272fbb=>_0x272fbb[_0x340e0c(0x257,'\x62\x79\x68\x44')+_0x340e0c(0x226,'\x57\x28\x26\x35')])[_0x340e0c(0x2c5,'\x58\x68\x58\x77')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x335645[_0x340e0c(0x247,'\x55\x34\x4d\x50')](_0x514e58=>_0x514e58[_0x340e0c(0x23d,'\x29\x45\x33\x47')+_0x340e0c(0x240,'\x4f\x46\x55\x4b')])[_0x340e0c(0x253,'\x42\x70\x53\x43')],'\x6f\x62\x73\x65\x72\x76\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x335645[_0x340e0c(0x2db,'\x49\x70\x49\x5e')]((_0x446b85,_0x45eca7)=>_0x446b85+_0x45eca7[_0x340e0c(0x216,'\x4c\x6e\x44\x36')+_0x340e0c(0x217,'\x44\x37\x76\x52')+_0x340e0c(0x2bf,'\x62\x79\x68\x44')]['\x6c\x65\x6e\x67\x74\x68'],0x4e*-0x67+0x140+0x1e22)};}function verdict(_0x1343a3,_0x1253ef,_0x17a1fe){const _0x55951b=_0x13f031;if(_0x1343a3[_0x55951b(0x1ea,'\x6f\x65\x4f\x5a')]['\x6e']<_0x1253ef||_0x1343a3[_0x55951b(0x2b2,'\x46\x69\x65\x4c')]['\x6e']<_0x1253ef)return'\x69\x6e\x73\x75\x66\x66\x69\x63'+_0x55951b(0x24d,'\x73\x5b\x34\x34')+_0x55951b(0x209,'\x51\x46\x35\x5e');if(_0x1343a3[_0x55951b(0x2ce,'\x23\x5a\x6a\x4b')+_0x55951b(0x2a3,'\x58\x4d\x32\x35')]>=_0x17a1fe&&_0x1343a3[_0x55951b(0x289,'\x31\x77\x39\x25')][_0x55951b(0x216,'\x4c\x6e\x44\x36')+_0x55951b(0x292,'\x36\x6d\x6a\x71')]>-0x3*0x1e6+-0x3a2*0x3+0x162*0xc&&_0x1343a3['\x6d\x69\x73\x73\x69\x6e\x67\x45'+_0x55951b(0x244,'\x77\x44\x4d\x21')+'\x61\x72\x6e\x69\x6e\x67\x73']===0x5d*0x1+0x1233+-0x1290)return _0x55951b(0x218,'\x54\x4e\x4d\x6b')+_0x55951b(0x2c2,'\x29\x45\x33\x47');if(_0x1343a3[_0x55951b(0x2aa,'\x76\x4e\x44\x33')+_0x55951b(0x248,'\x23\x41\x6a\x31')]<-_0x17a1fe||_0x17a1fe===0x189d*0x1+-0x1*0x3e5+-0x11*0x138&&_0x1343a3[_0x55951b(0x2d1,'\x4c\x69\x4c\x78')+_0x55951b(0x1f9,'\x77\x44\x4d\x21')]<-0x2635+0x5a1+0x3*0xadc)return _0x55951b(0x2cc,'\x79\x31\x4e\x32')+_0x55951b(0x282,'\x79\x31\x4e\x32');return _0x55951b(0x2cd,'\x6c\x5a\x39\x37')+_0x55951b(0x2bc,'\x6c\x36\x26\x61')+_0x55951b(0x29b,'\x50\x55\x4e\x53');}function normalizeTaskResults(_0x41f9d5){const _0x4af7c5=_0x13f031;return _0x41f9d5[_0x4af7c5(0x255,'\x31\x77\x39\x25')](_0x57983c=>{const _0x5b2b45=_0x4af7c5;if(_0x5b2b45(0x25a,'\x50\x55\x4e\x53')!==_0x5b2b45(0x2ab,'\x51\x46\x6b\x34')){const _0x3d9fbd=_0x57983c[_0x5b2b45(0x2e3,'\x52\x4a\x37\x51')][_0x5b2b45(0x280,'\x55\x34\x4d\x50')]===_0x5b2b45(0x2cb,'\x55\x34\x4d\x50')&&_0x57983c[_0x5b2b45(0x28d,'\x5e\x21\x56\x66')][_0x5b2b45(0x2d9,'\x23\x5a\x6a\x4b')]===_0x5b2b45(0x2e5,'\x41\x23\x72\x43');return{'\x74\x61\x73\x6b\x49\x64':_0x57983c[_0x5b2b45(0x20e,'\x23\x5a\x6a\x4b')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':{..._0x57983c[_0x5b2b45(0x25c,'\x41\x23\x72\x43')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':![]},'\x61\x6e\x74\x69\x47\x65\x6e\x65':{..._0x57983c[_0x5b2b45(0x2e0,'\x49\x70\x49\x5e')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x3d9fbd,'\x72\x65\x70\x65\x61\x74\x65\x64\x46\x61\x69\x6c\x75\x72\x65':_0x3d9fbd?![]:_0x57983c[_0x5b2b45(0x1eb,'\x77\x44\x4d\x21')][_0x5b2b45(0x1f6,'\x44\x37\x76\x52')+_0x5b2b45(0x220,'\x41\x23\x72\x43')]}};}else{const _0x4caa26=_0x169fb0[_0x5b2b45(0x298,'\x49\x70\x49\x5e')]?.[_0x5b2b45(0x29f,'\x28\x62\x73\x4d')]?.[_0x5b2b45(0x238,'\x30\x39\x66\x77')];return typeof _0x4caa26===_0x5b2b45(0x1f3,'\x54\x4e\x4d\x6b')&&_0xdaa3fa[_0x5b2b45(0x29d,'\x28\x62\x73\x4d')](_0x4caa26)?_0x4caa26:_0x1ecd6d===_0x5b2b45(0x231,'\x6c\x36\x26\x61')?0x1*0x856+-0xc9b*-0x1+-0x14f1+0.9:-0x94e+0x1*-0x1732+0x10*0x208+0.2;}});}function buildReport(_0x33c0ab,_0x78e653,_0x2c0386,_0x11b729){const _0x3b58cb=_0x13f031,_0x20a10f=normalizeTaskResults(_0x78e653),_0x49c1af=armMetrics(_0x3b58cb(0x206,'\x4d\x49\x23\x32'),_0x20a10f[_0x3b58cb(0x26d,'\x6f\x65\x4f\x5a')](_0x362ece=>_0x362ece['\x62\x61\x73\x65\x6c\x69\x6e\x65'])),_0x5e8533=armMetrics(_0x3b58cb(0x21b,'\x6c\x5a\x39\x37'),_0x20a10f[_0x3b58cb(0x290,'\x6c\x36\x26\x61')](_0x1ec890=>_0x1ec890[_0x3b58cb(0x236,'\x23\x5a\x6a\x4b')])),_0x13cb22={'\x73\x75\x69\x74\x65':_0x33c0ab[_0x3b58cb(0x1ed,'\x6f\x57\x51\x72')],'\x74\x61\x73\x6b\x73':_0x33c0ab[_0x3b58cb(0x267,'\x35\x45\x23\x65')][_0x3b58cb(0x246,'\x55\x34\x4d\x50')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':_0x49c1af,'\x61\x6e\x74\x69\x47\x65\x6e\x65':_0x5e8533,'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':_0x20a10f[_0x3b58cb(0x276,'\x7a\x21\x50\x32')]((_0x4edd50,_0x24ef7d)=>_0x4edd50+_0x24ef7d['\x61\x6e\x74\x69\x47\x65\x6e\x65']['\x6d\x69\x73\x73\x69\x6e\x67\x45'+_0x3b58cb(0x2d2,'\x23\x41\x6a\x31')+_0x3b58cb(0x2e2,'\x76\x4e\x44\x33')]['\x6c\x65\x6e\x67\x74\x68'],-0x2*0xfb+0x946*0x1+0xc*-0x9c),'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64':_0x5e8533[_0x3b58cb(0x294,'\x6c\x36\x26\x61')+_0x3b58cb(0x2d5,'\x50\x55\x4e\x53')],'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':summarizeOverblockedAntiGenes(_0x20a10f),'\x66\x61\x69\x6c\x75\x72\x65\x44\x65\x6c\x74\x61':_0x49c1af[_0x3b58cb(0x21c,'\x71\x61\x63\x36')+'\x61\x74\x65']-_0x5e8533[_0x3b58cb(0x2e1,'\x7a\x21\x50\x32')+_0x3b58cb(0x2c3,'\x76\x4e\x44\x33')],'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x20a10f};return{..._0x13cb22,'\x76\x65\x72\x64\x69\x63\x74':verdict(_0x13cb22,_0x2c0386,_0x11b729)};}export async function runAntiGeneRollout(_0x592b96,_0x104042,_0xf4bb6={}){const _0x19e587=_0x13f031,_0x2235d1=_0xf4bb6[_0x19e587(0x21e,'\x7a\x21\x50\x32')]??Date[_0x19e587(0x286,'\x58\x4d\x32\x35')],_0x45d8ee=_0x104042[_0x19e587(0x1ec,'\x6f\x65\x4f\x5a')]??defaultReviewForStore(_0x104042[_0x19e587(0x2ae,'\x44\x37\x76\x52')],_0x2235d1);if(!_0x45d8ee)throw new Error(_0x19e587(0x234,'\x79\x31\x4e\x32')+_0x19e587(0x24f,'\x46\x69\x65\x4c')+_0x19e587(0x212,'\x23\x41\x6a\x31')+'\x73\x20\x61\x20\x52\x65\x76\x69'+_0x19e587(0x2a4,'\x36\x6d\x6a\x71')+_0x19e587(0x201,'\x6f\x65\x4f\x5a')+_0x19e587(0x1f4,'\x75\x2a\x5b\x62')+_0x19e587(0x241,'\x23\x41\x6a\x31')+_0x19e587(0x213,'\x51\x46\x35\x5e')+_0x19e587(0x228,'\x23\x41\x6a\x31')+_0x19e587(0x2b9,'\x7a\x21\x50\x32')+_0x19e587(0x20d,'\x5e\x21\x56\x66')+_0x19e587(0x2d4,'\x62\x69\x5b\x61')+_0x19e587(0x271,'\x5e\x21\x56\x66'));const _0x59ecc0=_0xf4bb6[_0x19e587(0x272,'\x23\x41\x6a\x31')+'\x65\x73']??0x1bc2+0x228b*0x1+-0x3e2f,_0x47033d=_0xf4bb6[_0x19e587(0x22c,'\x56\x24\x59\x29')+'\x72\x65\x44\x65\x6c\x74\x61']??-0x1b2b+-0x6*-0x4d0+-0x1b5+0.05,_0x1c6a40=mkdtempSync(join(tmpdir(),_0x19e587(0x22d,'\x6f\x57\x51\x72')+_0x19e587(0x24c,'\x49\x70\x49\x5e')+'\x74\x2d'));try{const _0x4bfefa=[];for(const _0x2ad558 of _0x592b96[_0x19e587(0x1fe,'\x31\x77\x39\x25')]){_0x4bfefa['\x70\x75\x73\x68']({'\x74\x61\x73\x6b\x49\x64':_0x2ad558['\x69\x64'],'\x62\x61\x73\x65\x6c\x69\x6e\x65':await runOneArm('\x62\x61\x73\x65\x6c\x69\x6e\x65',_0x2ad558,_0x104042[_0x19e587(0x1ee,'\x51\x46\x6b\x34')],_0x45d8ee,_0x104042[_0x19e587(0x2b0,'\x23\x41\x6a\x31')+_0x19e587(0x23b,'\x67\x51\x67\x53')],_0x1c6a40,_0x2235d1,_0xf4bb6[_0x19e587(0x2e6,'\x23\x63\x48\x79')+_0x19e587(0x24e,'\x6f\x65\x4f\x5a')+'\x64\x66']===!![]),'\x61\x6e\x74\x69\x47\x65\x6e\x65':await runOneArm('\x61\x6e\x74\x69\x47\x65\x6e\x65',_0x2ad558,_0x104042[_0x19e587(0x2e4,'\x42\x70\x53\x43')],_0x45d8ee,_0x104042['\x6d\x61\x6b\x65\x45\x78\x65\x63'+_0x19e587(0x1fc,'\x75\x2a\x5b\x62')],_0x1c6a40,_0x2235d1,_0xf4bb6[_0x19e587(0x229,'\x58\x68\x58\x77')+_0x19e587(0x23c,'\x73\x5b\x34\x34')+'\x64\x66']===!![])});}const _0x54b356=buildReport(_0x592b96,_0x4bfefa,_0x59ecc0,_0x47033d);if(_0xf4bb6[_0x19e587(0x2a0,'\x44\x37\x76\x52')+'\x74\x68'])await writeAntiGeneRolloutResult(_0x54b356,_0xf4bb6[_0x19e587(0x23a,'\x23\x5a\x6a\x4b')+'\x74\x68'],_0x2235d1);return _0x54b356;}finally{rmSync(_0x1c6a40,{'\x72\x65\x63\x75\x72\x73\x69\x76\x65':!![],'\x66\x6f\x72\x63\x65':!![]});}}export async function writeAntiGeneRolloutResult(_0x39725f,_0x3a4851,_0x12e5ac=Date[_0x13f031(0x2c8,'\x58\x68\x58\x77')]){const _0x2f4a91=new Ingestor({'\x70\x61\x74\x68':_0x3a4851,'\x6e\x6f\x77':_0x12e5ac});try{await ingestReportPayload(_0x2f4a91,_0x39725f);}catch(_0x3cb782){if(!(_0x3cb782 instanceof LineTooLargeError))throw _0x3cb782;await ingestReportPayload(_0x2f4a91,compactReportPayload(_0x39725f,-0x205*-0x4+0x35c+-0xb6b*0x1));}}async function ingestReportPayload(_0x3dd063,_0x3e4758){const _0x9e3ac2=_0x13f031;await _0x3dd063[_0x9e3ac2(0x266,'\x49\x70\x49\x5e')]({'\x74\x79\x70\x65':_0x9e3ac2(0x260,'\x64\x38\x39\x68')+_0x9e3ac2(0x1ff,'\x4d\x49\x23\x32')+_0x9e3ac2(0x21a,'\x75\x2a\x5b\x62'),'\x68\x75\x6d\x61\x6e':{'\x74\x69\x74\x6c\x65':_0x9e3ac2(0x207,'\x28\x62\x73\x4d')+_0x9e3ac2(0x1f5,'\x4c\x6e\x44\x36')+'\x74\x20'+_0x3e4758[_0x9e3ac2(0x275,'\x6c\x36\x26\x61')]},'\x70\x61\x79\x6c\x6f\x61\x64':_0x3e4758,'\x61\x63\x74\x6f\x72':{'\x6b\x69\x6e\x64':_0x9e3ac2(0x22e,'\x4f\x46\x55\x4b'),'\x69\x64':_0x9e3ac2(0x2be,'\x62\x79\x68\x44')+_0x9e3ac2(0x224,'\x54\x4e\x4d\x6b')+'\x74'}});}function compactWarnings(_0x4a3b9f){const _0x326525=_0x13f031;return _0x4a3b9f[_0x326525(0x251,'\x4f\x46\x55\x4b')](-0x1*0x1141+-0x24bb*-0x1+-0x137a,0x1*0x1c4e+0x24d2+-0x411d);}function compactRunResult(_0x41f0a1){const _0x3b0455=_0x13f031;return{..._0x41f0a1,'\x6f\x62\x73\x65\x72\x76\x65\x64\x41\x6e\x74\x69\x57\x61\x72\x6e\x69\x6e\x67\x73':compactWarnings(_0x41f0a1[_0x3b0455(0x243,'\x42\x70\x53\x43')+_0x3b0455(0x22b,'\x65\x5b\x4b\x78')+_0x3b0455(0x24a,'\x23\x5a\x6a\x4b')]),'\x6d\x69\x73\x73\x69\x6e\x67\x45\x78\x70\x65\x63\x74\x65\x64\x57\x61\x72\x6e\x69\x6e\x67\x73':compactWarnings(_0x41f0a1['\x6d\x69\x73\x73\x69\x6e\x67\x45'+_0x3b0455(0x208,'\x46\x69\x65\x4c')+'\x61\x72\x6e\x69\x6e\x67\x73'])};}function compactReportPayload(_0x5d3fe5,_0x438838){const _0x417595=_0x13f031;return{..._0x5d3fe5,'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x5d3fe5[_0x417595(0x2b6,'\x65\x5b\x4b\x78')+_0x417595(0x200,'\x65\x5b\x4b\x78')][_0x417595(0x27f,'\x71\x61\x63\x36')](0xe3a+-0x1*0x12df+0x4a5,_0x438838)[_0x417595(0x1e9,'\x35\x45\x23\x65')](_0x2ff225=>({'\x74\x61\x73\x6b\x49\x64':_0x2ff225[_0x417595(0x270,'\x5a\x65\x36\x44')],'\x62\x61\x73\x65\x6c\x69\x6e\x65':compactRunResult(_0x2ff225[_0x417595(0x2b3,'\x5e\x21\x56\x66')]),'\x61\x6e\x74\x69\x47\x65\x6e\x65':compactRunResult(_0x2ff225['\x61\x6e\x74\x69\x47\x65\x6e\x65'])})),'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73\x54\x72\x75\x6e\x63\x61\x74\x65\x64':Math[_0x417595(0x2b7,'\x57\x6e\x25\x4d')](-0x7*-0x2b+0x1*-0x86b+0x73e,_0x5d3fe5['\x74\x61\x73\x6b\x52\x65\x73\x75'+'\x6c\x74\x73'][_0x417595(0x27c,'\x4c\x6e\x44\x36')]-_0x438838)};}function isReportPayload(_0xc3d362){const _0x1f0ab2=_0x13f031;return!!_0xc3d362&&typeof _0xc3d362===_0x1f0ab2(0x2c1,'\x36\x6d\x6a\x71')&&typeof _0xc3d362[_0x1f0ab2(0x2ca,'\x57\x28\x26\x35')]===_0x1f0ab2(0x2af,'\x73\x5b\x34\x34')&&typeof _0xc3d362[_0x1f0ab2(0x29c,'\x58\x4d\x32\x35')]===_0x1f0ab2(0x2d7,'\x73\x5b\x34\x34')&&typeof _0xc3d362[_0x1f0ab2(0x2bb,'\x46\x69\x65\x4c')]==='\x73\x74\x72\x69\x6e\x67';}function normalizeReportPayload(_0x45ed68){const _0x4f58af=_0x13f031,_0x136a99=parseOverblockedAntiGenes(_0x45ed68['\x6f\x76\x65\x72\x62\x6c\x6f\x63'+_0x4f58af(0x2ac,'\x50\x39\x55\x41')+_0x4f58af(0x202,'\x44\x37\x76\x52')]),_0x45a4c6=normalizeTaskResults(_0x45ed68[_0x4f58af(0x25f,'\x46\x69\x65\x4c')+'\x6c\x74\x73']??[]),_0x5261bf=typeof _0x45ed68[_0x4f58af(0x20b,'\x42\x70\x53\x43')+_0x4f58af(0x28b,'\x56\x24\x59\x29')+_0x4f58af(0x20c,'\x71\x61\x63\x36')]==='\x6e\x75\x6d\x62\x65\x72'&&_0x45ed68[_0x4f58af(0x239,'\x41\x23\x72\x43')+_0x4f58af(0x2c4,'\x28\x62\x73\x4d')+_0x4f58af(0x245,'\x6c\x36\x26\x61')]>-0x254b*-0x1+0x31*0xa7+0x22a1*-0x2;return{..._0x45ed68,'\x74\x61\x73\x6b\x52\x65\x73\x75\x6c\x74\x73':_0x45a4c6,'\x6f\x76\x65\x72\x62\x6c\x6f\x63\x6b\x65\x64\x41\x6e\x74\x69\x47\x65\x6e\x65\x73':_0x136a99??(_0x5261bf?[]:summarizeOverblockedAntiGenes(_0x45a4c6))};}export function antiGeneRolloutReportsFromEvents(_0xdb8773){const _0x547bd6=_0x13f031,_0x140c0a=[];for(const _0x548729 of _0xdb8773){if(_0x548729[_0x547bd6(0x227,'\x76\x4e\x44\x33')]!==_0x547bd6(0x269,'\x36\x6d\x6a\x71')+_0x547bd6(0x278,'\x4f\x46\x55\x4b')+'\x74\x5f\x72\x65\x73\x75\x6c\x74')continue;if(isReportPayload(_0x548729[_0x547bd6(0x1fd,'\x7a\x21\x50\x32')]))_0x140c0a[_0x547bd6(0x22f,'\x4c\x6e\x44\x36')](normalizeReportPayload(_0x548729[_0x547bd6(0x287,'\x44\x37\x76\x52')]));}return _0x140c0a;}export function latestAntiGeneRolloutReport(_0xb528ff){const _0x2ef3a6=_0x13f031,_0x2f557e=antiGeneRolloutReportsFromEvents(_0xb528ff);return _0x2f557e[_0x2f557e[_0x2ef3a6(0x21d,'\x6c\x36\x26\x61')]-(-0x1*-0x1910+-0x1205+0x385*-0x2)]??null;}function _0xd4e8(){const _0x287e48=['\x57\x50\x79\x53\x57\x4f\x69\x6c','\x72\x43\x6f\x77\x57\x52\x66\x30\x57\x4f\x74\x63\x4b\x71','\x6e\x43\x6f\x4c\x57\x51\x66\x39','\x57\x37\x34\x2f\x57\x35\x5a\x63\x56\x43\x6f\x58\x71\x72\x33\x64\x56\x61','\x57\x50\x79\x53\x57\x4f\x69\x44\x6f\x43\x6f\x77','\x6e\x59\x62\x75\x57\x34\x53\x6c','\x43\x4a\x65\x75\x6a\x47','\x43\x71\x35\x45\x57\x35\x52\x63\x55\x76\x2f\x63\x4e\x6d\x6b\x64','\x57\x36\x54\x57\x57\x4f\x4a\x63\x54\x77\x58\x44\x64\x61','\x57\x35\x79\x69\x77\x43\x6f\x61\x57\x34\x5a\x63\x4f\x6d\x6b\x51\x57\x34\x64\x64\x47\x43\x6b\x52\x57\x4f\x70\x64\x56\x71','\x57\x37\x78\x64\x54\x53\x6b\x69\x75\x38\x6b\x45\x6d\x78\x57\x33\x67\x53\x6b\x75\x78\x53\x6f\x6f\x57\x34\x75','\x57\x51\x37\x64\x55\x49\x47','\x42\x38\x6f\x79\x46\x5a\x6d\x61\x7a\x71','\x61\x73\x68\x64\x55\x65\x33\x64\x51\x4d\x50\x42','\x65\x66\x53\x54\x61\x33\x4a\x63\x4f\x47','\x78\x32\x6c\x64\x4d\x57','\x57\x50\x68\x63\x4e\x53\x6f\x30\x74\x4e\x2f\x64\x52\x38\x6b\x65\x41\x47','\x57\x37\x33\x63\x4c\x53\x6f\x51\x6c\x43\x6f\x47\x79\x62\x4b','\x57\x52\x72\x4d\x57\x51\x70\x63\x47\x4e\x72\x7a\x6c\x71','\x71\x61\x6c\x64\x50\x4c\x35\x41','\x70\x4b\x70\x64\x53\x32\x52\x64\x56\x76\x4f','\x57\x4f\x58\x55\x6e\x5a\x6c\x64\x55\x4e\x31\x33\x57\x36\x71','\x57\x51\x6e\x4c\x78\x5a\x39\x6b\x6f\x53\x6f\x67\x57\x4f\x4f','\x57\x52\x56\x63\x4a\x48\x71','\x64\x68\x74\x64\x48\x6d\x6b\x59\x44\x38\x6f\x2b','\x6f\x76\x4f\x2b\x57\x36\x6c\x63\x4d\x61','\x57\x50\x6a\x57\x42\x66\x42\x63\x4e\x67\x79','\x57\x50\x50\x49\x57\x50\x43\x78\x6a\x53\x6f\x6f\x57\x52\x74\x64\x51\x61','\x62\x62\x5a\x64\x4b\x65\x52\x64\x52\x47\x43','\x57\x35\x68\x63\x55\x43\x6b\x74\x77\x6d\x6b\x4c','\x66\x75\x68\x64\x4a\x38\x6b\x71\x70\x71\x71','\x65\x43\x6f\x41\x70\x47\x38','\x72\x49\x47\x75\x46\x43\x6b\x41\x61\x38\x6b\x2b','\x57\x50\x34\x58\x57\x50\x79\x44\x70\x53\x6f\x52\x57\x52\x38','\x62\x76\x71\x51\x61\x77\x42\x63\x50\x57\x43\x6a','\x61\x32\x37\x64\x52\x53\x6b\x56\x46\x6d\x6f\x4c\x57\x4f\x47\x71','\x42\x5a\x65\x6e','\x6b\x53\x6f\x30\x57\x52\x31\x2f\x57\x51\x75\x6c\x57\x51\x75','\x57\x35\x42\x63\x4f\x43\x6f\x37\x79\x4a\x68\x63\x4f\x33\x78\x63\x56\x43\x6f\x64\x57\x52\x47\x65\x68\x53\x6f\x53','\x57\x37\x58\x66\x62\x6d\x6f\x53\x71\x38\x6b\x39\x75\x48\x69','\x72\x49\x66\x78\x63\x38\x6b\x33\x57\x4f\x31\x45\x57\x34\x71','\x57\x36\x48\x58\x63\x32\x79\x55\x57\x50\x31\x42\x57\x52\x69','\x76\x53\x6f\x4c\x57\x35\x65\x43\x6d\x32\x35\x62','\x76\x32\x4e\x64\x49\x38\x6b\x48\x57\x34\x58\x49\x78\x62\x30','\x57\x36\x72\x51\x57\x51\x78\x63\x53\x33\x54\x6f','\x6f\x65\x61\x52\x57\x37\x5a\x63\x4d\x57','\x78\x48\x42\x64\x56\x57','\x57\x4f\x75\x4f\x57\x35\x34\x76\x57\x52\x39\x69\x68\x53\x6f\x66','\x72\x57\x66\x79\x57\x35\x33\x63\x4a\x31\x42\x63\x4e\x53\x6b\x45','\x57\x37\x34\x49\x57\x35\x56\x63\x53\x43\x6f\x63\x45\x58\x52\x64\x56\x71','\x78\x61\x68\x64\x51\x4c\x48\x44\x43\x6d\x6b\x4c\x45\x71','\x79\x38\x6b\x2f\x57\x4f\x64\x64\x4c\x38\x6f\x43\x57\x51\x4a\x63\x47\x43\x6f\x6e','\x43\x6d\x6f\x6a\x57\x37\x79','\x62\x67\x76\x2f\x68\x43\x6b\x7a','\x57\x50\x57\x4a\x57\x50\x75\x6c\x70\x38\x6f\x6f\x57\x52\x34','\x57\x36\x69\x4c\x57\x37\x66\x4d\x46\x43\x6f\x73\x57\x37\x7a\x35\x57\x36\x47\x4c\x72\x77\x53','\x78\x32\x4e\x64\x4d\x6d\x6b\x37','\x6c\x38\x6b\x7a\x46\x53\x6f\x54','\x44\x74\x38\x6a\x69\x43\x6f\x71','\x57\x4f\x4c\x37\x57\x36\x4f\x74\x57\x52\x31\x6e\x62\x43\x6f\x76','\x64\x62\x5a\x64\x4f\x4c\x33\x64\x51\x62\x78\x64\x56\x61','\x57\x4f\x39\x39\x57\x35\x47\x7a\x57\x52\x58\x6a\x66\x61','\x70\x38\x6f\x4a\x57\x51\x66\x39\x57\x52\x34\x7a\x57\x50\x65\x4c','\x57\x36\x33\x63\x48\x6d\x6f\x56\x57\x35\x38','\x64\x76\x71\x35','\x7a\x64\x69\x6f\x6b\x57','\x44\x72\x44\x4d\x57\x35\x42\x63\x47\x4c\x2f\x63\x4e\x6d\x6b\x46','\x78\x43\x6f\x64\x75\x47','\x57\x51\x4b\x4e\x6b\x76\x62\x34\x68\x71','\x66\x38\x6b\x30\x57\x4f\x76\x61\x79\x74\x69\x65\x57\x50\x74\x63\x4b\x58\x39\x67\x57\x52\x72\x4c','\x57\x4f\x44\x36\x78\x38\x6f\x6f\x44\x6d\x6b\x70\x71\x61\x6d','\x57\x36\x44\x7a\x57\x52\x30\x48\x57\x35\x79','\x57\x4f\x6c\x64\x55\x6d\x6b\x48\x70\x68\x46\x64\x4f\x73\x42\x63\x4e\x47','\x44\x71\x46\x64\x47\x48\x4b\x57','\x57\x34\x66\x6c\x6d\x53\x6f\x31\x72\x59\x72\x55\x73\x57','\x62\x31\x53\x51\x64\x76\x42\x63\x51\x71\x43\x45','\x6b\x43\x6f\x48\x57\x51\x54\x48\x57\x51\x38','\x57\x51\x78\x63\x4d\x58\x42\x64\x4a\x32\x4a\x63\x4f\x47','\x57\x50\x68\x63\x4c\x53\x6f\x58\x45\x66\x56\x64\x55\x53\x6b\x72\x7a\x71','\x6d\x4d\x44\x58\x62\x43\x6b\x6a\x57\x50\x6e\x47\x57\x35\x6d','\x76\x6d\x6f\x6d\x76\x43\x6b\x49\x57\x35\x69\x79\x57\x37\x72\x6c','\x76\x67\x42\x64\x4a\x6d\x6b\x54\x57\x36\x44\x55\x78\x62\x30','\x44\x72\x48\x41\x57\x35\x42\x63\x48\x75\x5a\x63\x4e\x6d\x6b\x6a','\x57\x50\x53\x46\x79\x43\x6b\x6e\x67\x77\x4b\x31\x77\x38\x6f\x47\x6c\x4c\x78\x63\x54\x68\x71','\x68\x4e\x5a\x64\x4d\x38\x6b\x54\x71\x6d\x6f\x50\x57\x4f\x38\x61','\x45\x53\x6f\x6e\x57\x37\x4f','\x57\x52\x4e\x63\x4a\x71\x37\x64\x47\x32\x78\x63\x53\x71','\x42\x66\x74\x64\x53\x4d\x4e\x64\x54\x31\x52\x64\x54\x61\x75','\x57\x34\x6e\x47\x66\x4c\x43\x76\x57\x4f\x57','\x71\x38\x6f\x68\x75\x38\x6b\x56\x57\x37\x57\x45\x57\x36\x34','\x42\x62\x37\x64\x4f\x4c\x50\x6e\x43\x38\x6b\x38\x46\x57','\x78\x64\x37\x64\x54\x4d\x4a\x64\x4c\x62\x5a\x64\x4b\x47','\x57\x36\x6e\x54\x57\x52\x33\x63\x52\x4a\x6e\x42\x65\x6d\x6f\x5a','\x57\x36\x54\x54\x57\x51\x37\x63\x54\x61','\x72\x31\x4e\x64\x55\x31\x4b','\x46\x57\x6a\x61\x57\x35\x42\x63\x48\x75\x57','\x57\x37\x4f\x74\x57\x34\x33\x63\x56\x43\x6f\x58\x41\x48\x68\x64\x51\x47','\x57\x4f\x78\x64\x52\x43\x6b\x54','\x57\x4f\x58\x38\x57\x35\x38\x55\x57\x51\x66\x72\x68\x38\x6f\x74','\x57\x52\x58\x58\x57\x51\x43\x35\x6f\x6d\x6b\x6f','\x57\x50\x6a\x32\x78\x38\x6f\x46\x43\x53\x6b\x6a','\x63\x74\x5a\x64\x4a\x76\x42\x63\x54\x77\x58\x68\x57\x50\x38','\x57\x52\x35\x37\x57\x52\x34','\x57\x37\x6c\x63\x4f\x53\x6f\x76\x6c\x38\x6f\x65\x42\x72\x79','\x57\x52\x75\x57\x6b\x4b\x66\x2b','\x66\x75\x64\x64\x4a\x43\x6b\x68\x6c\x71\x74\x63\x48\x71','\x71\x48\x4b\x78\x45\x38\x6b\x33\x66\x38\x6b\x2b\x57\x51\x71','\x63\x57\x64\x64\x56\x65\x5a\x64\x54\x48\x68\x64\x50\x67\x57','\x57\x50\x6a\x2b\x77\x53\x6f\x68\x79\x53\x6b\x6a\x71\x63\x6d','\x71\x64\x61\x6f\x69\x38\x6f\x4b\x66\x66\x56\x64\x49\x71','\x71\x62\x56\x64\x50\x4b\x4c\x41','\x57\x4f\x66\x79\x62\x53\x6b\x76\x57\x4f\x52\x64\x4f\x43\x6b\x2b\x57\x36\x57','\x57\x4f\x74\x63\x48\x38\x6f\x2f\x46\x4d\x52\x64\x50\x38\x6b\x71\x75\x71','\x72\x38\x6f\x54\x57\x34\x75\x78\x66\x4d\x54\x61','\x41\x6d\x6f\x4e\x57\x50\x6c\x64\x4c\x38\x6b\x46\x57\x52\x2f\x63\x49\x38\x6f\x7a','\x6b\x43\x6b\x7a\x44\x61','\x57\x51\x6c\x63\x52\x53\x6f\x74\x68\x53\x6f\x6c\x45\x47','\x57\x52\x4a\x63\x4d\x47\x4e\x64\x48\x67\x70\x63\x54\x57','\x57\x37\x6c\x63\x4c\x4e\x71\x70\x57\x4f\x74\x64\x48\x61','\x57\x4f\x44\x52\x75\x53\x6f\x46\x79\x53\x6b\x69','\x57\x35\x35\x62\x68\x38\x6f\x4e\x7a\x47\x6e\x5a\x46\x47','\x57\x4f\x30\x4e\x57\x4f\x65\x6e\x6b\x43\x6f\x68','\x57\x35\x50\x41\x57\x51\x57\x79\x57\x35\x75\x62\x57\x50\x53','\x73\x38\x6f\x68\x57\x51\x48\x30\x57\x50\x70\x63\x52\x61\x75','\x57\x36\x6a\x53\x66\x4c\x6d\x57\x57\x52\x54\x62\x57\x52\x61','\x7a\x43\x6b\x4d\x57\x4f\x64\x64\x47\x43\x6f\x6b\x57\x52\x64\x63\x47\x71','\x57\x50\x34\x53\x57\x50\x65\x72\x64\x43\x6f\x68\x57\x52\x78\x64\x55\x61','\x6b\x4b\x46\x64\x56\x4e\x70\x64\x51\x30\x33\x64\x50\x4e\x43','\x57\x4f\x78\x64\x51\x38\x6b\x4d\x6f\x77\x5a\x64\x54\x64\x61','\x57\x51\x42\x63\x50\x53\x6f\x6d\x64\x38\x6f\x63\x79\x73\x61\x66','\x7a\x38\x6f\x4c\x57\x36\x68\x64\x50\x62\x79','\x57\x35\x76\x69\x57\x4f\x71\x67\x57\x34\x69\x65','\x57\x50\x68\x63\x4b\x38\x6b\x52\x57\x34\x72\x4e\x62\x6d\x6f\x65\x65\x61','\x6c\x49\x62\x78','\x57\x51\x68\x64\x55\x49\x53\x2b\x57\x50\x52\x63\x49\x53\x6b\x2b\x42\x71','\x63\x74\x5a\x64\x4a\x76\x42\x64\x4e\x32\x35\x6d\x57\x50\x71','\x57\x52\x68\x64\x56\x49\x34\x59\x57\x50\x70\x63\x4c\x61','\x57\x36\x6d\x62\x44\x53\x6f\x75','\x43\x62\x37\x64\x55\x47\x38\x43','\x41\x38\x6b\x4c\x57\x4f\x31\x58\x57\x4f\x65\x61\x57\x50\x79\x38','\x57\x50\x39\x37\x44\x4c\x4a\x63\x52\x32\x54\x47\x57\x4f\x47','\x7a\x48\x65\x66\x44\x38\x6b\x6c\x62\x61','\x57\x50\x48\x30\x41\x31\x33\x63\x4a\x77\x4f','\x72\x6d\x6f\x62\x57\x52\x7a\x5a\x57\x4f\x6c\x63\x4c\x57','\x57\x37\x33\x63\x4b\x4e\x79\x49\x57\x4f\x70\x64\x47\x30\x50\x61','\x57\x50\x53\x31\x43\x66\x37\x63\x48\x67\x6a\x48\x57\x50\x47','\x6b\x6d\x6f\x57\x57\x52\x72\x32\x57\x51\x53\x45\x57\x51\x71\x47','\x76\x53\x6f\x34\x57\x34\x71\x42\x70\x67\x75','\x57\x50\x70\x63\x4b\x38\x6b\x30\x57\x35\x66\x47\x67\x47','\x64\x74\x37\x64\x4a\x76\x34','\x57\x37\x70\x63\x49\x6d\x6f\x53\x57\x34\x52\x63\x4e\x53\x6b\x64','\x73\x38\x6f\x5a\x57\x50\x7a\x2b\x57\x52\x38','\x57\x36\x56\x63\x48\x33\x38','\x70\x65\x46\x64\x52\x4e\x70\x64\x53\x76\x37\x64\x50\x57','\x57\x36\x4c\x6b\x61\x38\x6f\x55\x44\x57','\x65\x4a\x39\x53\x62\x53\x6b\x71\x57\x4f\x54\x4d\x57\x34\x4b','\x62\x4d\x4e\x64\x4d\x57','\x57\x36\x70\x64\x54\x63\x50\x37\x57\x50\x46\x64\x47\x38\x6b\x43\x7a\x57','\x70\x38\x6f\x37\x57\x51\x66\x47','\x57\x36\x53\x62\x43\x53\x6f\x44\x57\x50\x44\x6c','\x57\x50\x52\x64\x4f\x43\x6f\x64\x61\x53\x6f\x58\x57\x36\x6a\x64\x57\x52\x61\x65\x57\x50\x64\x64\x50\x72\x69','\x57\x35\x44\x41\x68\x6d\x6f\x5a\x42\x47','\x66\x78\x62\x54\x64\x6d\x6b\x71\x57\x4f\x35\x4e\x57\x35\x4b','\x57\x4f\x66\x4d\x57\x35\x47\x74\x57\x37\x35\x64\x66\x6d\x6f\x45','\x74\x43\x6f\x73\x72\x6d\x6b\x4f\x57\x36\x65\x79\x57\x37\x35\x35','\x46\x53\x6f\x68\x41\x73\x75','\x57\x34\x74\x64\x49\x38\x6f\x55\x57\x50\x57\x32\x77\x38\x6f\x71\x6b\x38\x6f\x42\x46\x53\x6b\x30\x68\x61','\x79\x6d\x6f\x57\x57\x37\x33\x64\x56\x73\x65\x72\x74\x53\x6f\x4e','\x57\x34\x70\x63\x4f\x43\x6b\x46\x78\x57','\x72\x78\x70\x64\x4e\x53\x6b\x38\x57\x36\x34\x4e\x75\x72\x4b','\x57\x4f\x62\x2b\x71\x6d\x6f\x61\x78\x53\x6b\x46','\x62\x64\x46\x64\x4c\x31\x4a\x64\x52\x67\x6d','\x45\x32\x52\x64\x47\x4c\x4a\x64\x54\x31\x78\x64\x4a\x57','\x57\x50\x48\x36\x78\x43\x6f\x6d\x79\x38\x6b\x74','\x57\x35\x5a\x63\x48\x43\x6f\x2f\x42\x67\x56\x64\x51\x38\x6b\x67\x79\x57','\x69\x38\x6f\x6a\x42\x74\x75\x46\x43\x38\x6f\x5a\x57\x37\x65','\x57\x36\x64\x63\x47\x38\x6f\x4f\x57\x34\x6c\x63\x53\x6d\x6b\x75\x6a\x4b\x43','\x75\x61\x69\x61\x43\x43\x6b\x6e\x61\x38\x6b\x4f','\x57\x50\x66\x33\x43\x76\x74\x63\x4d\x4e\x48\x52\x57\x4f\x4b','\x67\x38\x6f\x37\x57\x52\x62\x36\x57\x50\x30\x6c\x57\x52\x6d\x51','\x73\x38\x6f\x41\x57\x51\x39\x34\x57\x52\x4a\x63\x47\x47\x74\x64\x4e\x61','\x57\x50\x6a\x54\x57\x34\x30\x6a\x57\x52\x58\x6b','\x57\x36\x52\x63\x52\x67\x47\x6e\x57\x4f\x70\x64\x4d\x75\x48\x79','\x62\x61\x68\x64\x4c\x30\x42\x64\x4e\x72\x68\x64\x51\x33\x53','\x57\x34\x74\x63\x54\x6d\x6b\x74\x76\x38\x6b\x31\x57\x51\x62\x72\x57\x50\x61','\x78\x58\x6c\x64\x4f\x75\x31\x6c\x44\x61','\x69\x4b\x4e\x64\x4f\x61','\x57\x37\x58\x79\x61\x38\x6f\x47\x43\x6d\x6b\x72\x77\x61','\x57\x37\x76\x69\x57\x4f\x71\x67\x57\x35\x69\x73\x57\x4f\x43','\x75\x31\x4a\x63\x4c\x58\x4e\x63\x52\x30\x42\x63\x54\x75\x56\x64\x4c\x6d\x6b\x78\x57\x37\x37\x64\x51\x64\x4b','\x57\x51\x4b\x46\x73\x6d\x6b\x33\x6e\x6d\x6f\x4f\x64\x61\x37\x63\x4c\x5a\x68\x64\x55\x6d\x6f\x6f\x57\x4f\x79','\x72\x78\x6c\x64\x4e\x6d\x6b\x52\x57\x36\x35\x30\x71\x71','\x74\x38\x6b\x7a\x57\x51\x4c\x2b\x57\x4f\x56\x63\x49\x71\x37\x64\x48\x57','\x57\x37\x46\x63\x4e\x78\x30','\x57\x4f\x61\x4b\x6b\x4c\x4c\x55\x67\x38\x6b\x2f','\x57\x50\x64\x64\x4f\x6d\x6b\x34\x6e\x71','\x57\x4f\x2f\x63\x47\x38\x6f\x31\x42\x33\x56\x63\x4f\x53\x6b\x68\x41\x71','\x57\x52\x72\x39\x57\x52\x4f\x2f\x6c\x53\x6b\x6b\x57\x34\x7a\x45','\x57\x34\x74\x64\x47\x38\x6b\x4a\x6a\x63\x2f\x63\x53\x53\x6b\x64\x44\x68\x76\x7a\x64\x38\x6b\x78','\x6b\x33\x70\x64\x4e\x6d\x6b\x56\x72\x43\x6f\x54\x57\x4f\x34\x42','\x57\x36\x4c\x53\x66\x4e\x71\x39\x57\x4f\x66\x7a\x57\x51\x71','\x57\x36\x57\x6f\x42\x38\x6f\x79\x57\x35\x39\x69\x68\x4b\x4b','\x57\x51\x53\x51\x74\x4a\x48\x70\x6f\x6d\x6f\x6d','\x57\x4f\x35\x47\x43\x76\x4b','\x57\x52\x39\x48\x57\x52\x30\x39\x69\x38\x6b\x6c\x57\x34\x79','\x71\x61\x6c\x64\x52\x65\x4c\x41\x42\x38\x6b\x35','\x69\x38\x6b\x70\x79\x38\x6f\x38\x57\x34\x65\x47\x57\x51\x38','\x79\x64\x61\x6f\x69\x38\x6b\x6f\x66\x4c\x64\x64\x47\x47','\x79\x48\x4b\x78\x45\x38\x6b\x56\x66\x43\x6b\x31\x57\x51\x38','\x57\x50\x65\x68\x57\x50\x6d\x44\x6a\x6d\x6f\x77','\x57\x50\x76\x58\x72\x38\x6f\x63\x75\x6d\x6b\x45\x73\x57\x69','\x76\x77\x4a\x64\x4b\x43\x6b\x55\x57\x36\x6a\x4a\x76\x58\x79','\x6c\x32\x34\x50\x57\x34\x74\x63\x4b\x57','\x57\x34\x44\x69\x57\x50\x34\x62\x57\x37\x75\x66\x57\x50\x66\x6f','\x57\x50\x66\x50\x76\x53\x6f\x66\x79\x38\x6b\x69\x44\x71\x79','\x57\x50\x48\x30\x6a\x47','\x57\x52\x70\x63\x47\x47\x78\x64\x49\x68\x6c\x63\x52\x62\x44\x70','\x57\x37\x61\x36\x57\x34\x52\x63\x51\x53\x6f\x4e\x43\x48\x56\x64\x55\x57','\x6b\x65\x70\x64\x54\x68\x42\x64\x52\x76\x42\x64\x52\x65\x53','\x46\x6d\x6f\x6f\x42\x73\x75\x42\x45\x61','\x57\x51\x30\x55\x73\x71','\x57\x51\x5a\x63\x48\x43\x6f\x31\x41\x33\x46\x64\x50\x53\x6b\x72\x44\x61','\x74\x48\x79\x72\x45\x71','\x45\x38\x6f\x5a\x57\x37\x33\x64\x53\x57\x65\x63\x77\x6d\x6f\x32','\x65\x63\x6c\x64\x4e\x66\x5a\x64\x52\x67\x35\x67\x57\x51\x79','\x75\x47\x70\x64\x51\x4b\x34','\x63\x4c\x64\x64\x47\x6d\x6b\x64\x70\x62\x38','\x61\x66\x5a\x64\x47\x53\x6b\x71\x6c\x71\x75','\x57\x50\x4e\x63\x4d\x38\x6f\x55\x46\x61','\x76\x53\x6f\x56\x57\x35\x4b\x61\x6e\x57','\x57\x50\x31\x58\x76\x6d\x6f\x79','\x42\x53\x6b\x4d\x57\x4f\x6d','\x57\x50\x50\x56\x57\x50\x43\x78\x6a\x53\x6f\x6f\x57\x52\x74\x64\x51\x61','\x57\x52\x2f\x63\x49\x47\x52\x64\x4b\x4c\x4e\x63\x54\x48\x76\x52','\x57\x51\x42\x64\x54\x4a\x4b\x31\x57\x4f\x6c\x63\x49\x53\x6b\x5a\x71\x71','\x66\x43\x6f\x71\x74\x53\x6b\x4e\x57\x37\x4b\x73\x57\x36\x39\x41','\x78\x6d\x6f\x6d\x72\x53\x6b\x34','\x57\x52\x75\x4e\x72\x64\x6e\x64','\x71\x62\x4a\x64\x4f\x30\x6e\x42\x44\x43\x6b\x53\x43\x57','\x45\x6d\x6f\x30\x57\x36\x64\x64\x53\x71\x43\x43','\x75\x61\x35\x4d\x77\x47\x68\x64\x54\x4b\x75\x45\x68\x6d\x6f\x59\x67\x75\x74\x63\x4c\x47','\x57\x37\x62\x6b\x61\x61','\x57\x4f\x43\x4c\x77\x74\x4c\x58\x6e\x38\x6f\x42\x57\x50\x65','\x57\x37\x62\x4d\x57\x52\x4e\x63\x4f\x4e\x39\x69\x65\x6d\x6f\x35','\x71\x64\x61\x6f\x69\x38\x6f\x30\x65\x65\x46\x64\x47\x47','\x57\x4f\x72\x54\x57\x34\x38\x74\x57\x51\x62\x6e\x68\x53\x6f\x45','\x6f\x38\x6b\x58\x41\x53\x6f\x34\x57\x35\x4b','\x6e\x76\x33\x63\x4f\x75\x54\x6d\x57\x36\x46\x64\x54\x38\x6f\x78\x57\x51\x42\x64\x50\x58\x75\x6d\x57\x37\x53','\x57\x35\x66\x69\x57\x50\x34\x70\x57\x34\x53\x6a\x57\x4f\x58\x45','\x74\x59\x4c\x4b\x57\x36\x46\x63\x4f\x33\x2f\x63\x56\x6d\x6b\x2f','\x57\x52\x70\x63\x4c\x58\x74\x64\x47\x32\x78\x63\x53\x72\x66\x49','\x71\x43\x6f\x64\x75\x53\x6b\x47\x57\x34\x43\x79\x57\x36\x4c\x42','\x57\x36\x64\x63\x47\x38\x6f\x4f\x57\x34\x6c\x63\x51\x6d\x6b\x77\x6c\x75\x57','\x57\x52\x2f\x63\x4c\x53\x6f\x51\x42\x4d\x56\x64\x52\x53\x6b\x72'];_0xd4e8=function(){return _0x287e48;};return _0xd4e8();}
@@ -1,26 +1 @@
1
- import { offlineReplay, computeFitness, DEFAULT_WEIGHTS } from '../strategy/experiment.js';
2
- /**
3
- * Benchmark 框架(M4-BM, D9). 对比进化算法各策略在同一题集上的 fitness, 排名选优.
4
- * EverOS/SkillOpt 作**对照基线**(原创为主, 非复刻); 算法自进化时拿它当锚.
5
- */
6
- export async function runBenchmark(suite, strategies, weights = DEFAULT_WEIGHTS) {
7
- const inputs = suite.cases.map((c) => c.input);
8
- const ctxOf = (i) => ({ now: 0, cycleId: `bm-${suite.cases[i]?.id ?? i}` });
9
- const results = [];
10
- for (const s of strategies) {
11
- const fitness = await offlineReplay(s, inputs, (input, output) => suite.score(input, output, ''), ctxOf, weights);
12
- results.push({ strategy: s.name, version: s.version, fitness });
13
- }
14
- results.sort((a, b) => b.fitness.score - a.fitness.score);
15
- return { suite: suite.name, results, winner: results[0]?.strategy ?? '' };
16
- }
17
- /* ── 对照基线(标注为 control, 不是真实现, D9) ── */
18
- /** EverOS 风格对照: 倾向复用既有 skill(reuse-first). 仅作比较锚, 非复刻. */
19
- export function everosControl(run) {
20
- return { name: 'everos-control', version: 'baseline', run: (input) => run(input) };
21
- }
22
- /** SkillOpt 风格对照: 倾向优化单一最优 skill. 仅作比较锚, 非复刻. */
23
- export function skillOptControl(run) {
24
- return { name: 'skillopt-control', version: 'baseline', run: (input) => run(input) };
25
- }
26
- export { computeFitness };
1
+ (function(_0x43f70a,_0x19d0df){const _0x1556a4=_0x2585,_0x13bcbf=_0x43f70a();while(!![]){try{const _0x1b1205=parseInt(_0x1556a4(0x77,'\x79\x73\x4d\x54'))/(-0x3bc+-0x6*-0x544+-0x1bdb)*(parseInt(_0x1556a4(0x7f,'\x47\x21\x21\x72'))/(0x1*-0x14ce+0x2127+-0xc57))+parseInt(_0x1556a4(0x93,'\x6c\x73\x31\x6c'))/(-0x1e+0x14c3+-0x26*0x8b)+parseInt(_0x1556a4(0x79,'\x2a\x5a\x59\x48'))/(0x13*-0xb9+0x1*0x120d+-0x13*0x3a)*(-parseInt(_0x1556a4(0x8b,'\x32\x45\x51\x63'))/(0x1*-0xe3c+0x1*0x22+0xe1f))+-parseInt(_0x1556a4(0x90,'\x2a\x69\x4d\x5d'))/(-0x22*-0x73+0x10d2*-0x1+0x192)*(parseInt(_0x1556a4(0x76,'\x6c\x73\x31\x6c'))/(0x2*0x443+0xf36+-0x17b5))+parseInt(_0x1556a4(0x8f,'\x24\x6e\x77\x29'))/(-0xca4+-0x2*-0x1087+-0x1462)*(parseInt(_0x1556a4(0x80,'\x70\x45\x47\x51'))/(0x18d7*0x1+-0x4*0x3ab+-0xa22))+parseInt(_0x1556a4(0x9c,'\x24\x73\x51\x4e'))/(0x221d+0x1d86+-0x3f99)*(-parseInt(_0x1556a4(0x9a,'\x38\x54\x4c\x35'))/(-0x1fb2+-0x1*0x19db+0x3998))+parseInt(_0x1556a4(0x92,'\x70\x45\x47\x51'))/(0x1d7*-0x15+-0xd+0x26bc)*(-parseInt(_0x1556a4(0x91,'\x4a\x59\x65\x5a'))/(0x1c9*-0xd+0x664+0x10de));if(_0x1b1205===_0x19d0df)break;else _0x13bcbf['push'](_0x13bcbf['shift']());}catch(_0xc01603){_0x13bcbf['push'](_0x13bcbf['shift']());}}}(_0x5d59,-0x47f16+0xac299+-0x3*0x34c9));import{offlineReplay,computeFitness,DEFAULT_WEIGHTS}from'\x2e\x2e\x2f\x73\x74\x72\x61\x74\x65\x67\x79\x2f\x65\x78\x70\x65\x72\x69\x6d\x65\x6e\x74\x2e\x6a\x73';function _0x2585(_0x42549a,_0x1b281f){_0x42549a=_0x42549a-(-0x3*0x8ec+-0x13d5*-0x1+0x763);const _0x5823de=_0x5d59();let _0x1b8761=_0x5823de[_0x42549a];if(_0x2585['\x52\x51\x61\x57\x57\x79']===undefined){var _0x4e894f=function(_0x4d6a62){const _0x3bd6e0='\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 _0x2f5c83='',_0x19d5a1='';for(let _0x204326=-0x1*-0x263f+-0x1088+-0x15b7,_0x5807d0,_0x27fa75,_0x4e4b17=0x3*-0x21+-0x1*0x1a95+0x1af8;_0x27fa75=_0x4d6a62['\x63\x68\x61\x72\x41\x74'](_0x4e4b17++);~_0x27fa75&&(_0x5807d0=_0x204326%(-0x5cb*0x1+0x4f9*-0x3+-0x14ba*-0x1)?_0x5807d0*(-0x2168+0x1721+0xa87)+_0x27fa75:_0x27fa75,_0x204326++%(-0x19*0x59+0x3c7+0x4ee))?_0x2f5c83+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0xbfd+0x7ce+0x297*0x2&_0x5807d0>>(-(-0x1*0x1+0x28*-0x19+0x3eb)*_0x204326&-0x1*-0x26bf+0x1f*0x137+0x6*-0xcbb)):0x1*0xc43+0xd8+-0xd1b){_0x27fa75=_0x3bd6e0['\x69\x6e\x64\x65\x78\x4f\x66'](_0x27fa75);}for(let _0x226e4f=-0xbeb+-0x7cb+0x13b6,_0x15bae5=_0x2f5c83['\x6c\x65\x6e\x67\x74\x68'];_0x226e4f<_0x15bae5;_0x226e4f++){_0x19d5a1+='\x25'+('\x30\x30'+_0x2f5c83['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x226e4f)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x109d*-0x2+-0xb97+0x3*-0x731))['\x73\x6c\x69\x63\x65'](-(0xe98+0x1454+-0x22ea));}return decodeURIComponent(_0x19d5a1);};const _0x4240c7=function(_0x4e01a7,_0x1dc836){let _0x400775=[],_0x4e6f49=0x2*0xef0+0x1*-0x1be1+-0x1ff,_0x399bc4,_0x1fef43='';_0x4e01a7=_0x4e894f(_0x4e01a7);let _0x2e5592;for(_0x2e5592=0x1*-0x155b+-0x4b*0x31+0x23b6;_0x2e5592<-0x1*0x1e2b+-0x1203+0x312e;_0x2e5592++){_0x400775[_0x2e5592]=_0x2e5592;}for(_0x2e5592=0x99a+-0x4f0+-0x1*0x4aa;_0x2e5592<-0x1*0x3ef+-0x365+0x854;_0x2e5592++){_0x4e6f49=(_0x4e6f49+_0x400775[_0x2e5592]+_0x1dc836['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2e5592%_0x1dc836['\x6c\x65\x6e\x67\x74\x68']))%(-0x135+0x3be*0xa+-0xbbd*0x3),_0x399bc4=_0x400775[_0x2e5592],_0x400775[_0x2e5592]=_0x400775[_0x4e6f49],_0x400775[_0x4e6f49]=_0x399bc4;}_0x2e5592=-0x108a*-0x1+0x1742+-0x27cc,_0x4e6f49=0x1953+0x25d9+-0x3f2c;for(let _0x5952a9=-0x601+0x1ed6+-0x1e9*0xd;_0x5952a9<_0x4e01a7['\x6c\x65\x6e\x67\x74\x68'];_0x5952a9++){_0x2e5592=(_0x2e5592+(-0x349*0x1+-0x2*0x1de+0x706))%(0x1*-0x14ce+0x2127+-0xb59),_0x4e6f49=(_0x4e6f49+_0x400775[_0x2e5592])%(-0x1e+0x14c3+-0x2f*0x6b),_0x399bc4=_0x400775[_0x2e5592],_0x400775[_0x2e5592]=_0x400775[_0x4e6f49],_0x400775[_0x4e6f49]=_0x399bc4,_0x1fef43+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x4e01a7['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5952a9)^_0x400775[(_0x400775[_0x2e5592]+_0x400775[_0x4e6f49])%(0x13*-0xb9+0x1*0x120d+-0xa*0x55)]);}return _0x1fef43;};_0x2585['\x46\x6f\x55\x73\x67\x64']=_0x4240c7,_0x2585['\x49\x4a\x76\x76\x44\x41']={},_0x2585['\x52\x51\x61\x57\x57\x79']=!![];}const _0x554cff=_0x5823de[0x1*-0xe3c+0x1*0x22+0xe1a],_0x204acb=_0x42549a+_0x554cff,_0x3a1792=_0x2585['\x49\x4a\x76\x76\x44\x41'][_0x204acb];return!_0x3a1792?(_0x2585['\x4c\x49\x4b\x7a\x4b\x75']===undefined&&(_0x2585['\x4c\x49\x4b\x7a\x4b\x75']=!![]),_0x1b8761=_0x2585['\x46\x6f\x55\x73\x67\x64'](_0x1b8761,_0x1b281f),_0x2585['\x49\x4a\x76\x76\x44\x41'][_0x204acb]=_0x1b8761):_0x1b8761=_0x3a1792,_0x1b8761;}export async function runBenchmark(_0x596eca,_0x544e15,_0x5a0d4b=DEFAULT_WEIGHTS){const _0x34abec=_0x2585,_0x5ba367=_0x596eca[_0x34abec(0x99,'\x4e\x59\x66\x31')][_0x34abec(0x7d,'\x2a\x69\x4d\x5d')](_0x2cd736=>_0x2cd736[_0x34abec(0x87,'\x56\x6e\x78\x43')]),_0x6e9e2e=_0x2ef08f=>({'\x6e\x6f\x77':0x0,'\x63\x79\x63\x6c\x65\x49\x64':_0x34abec(0x94,'\x25\x4f\x5e\x40')+(_0x596eca[_0x34abec(0x74,'\x4c\x61\x26\x63')][_0x2ef08f]?.['\x69\x64']??_0x2ef08f)}),_0x4beb00=[];for(const _0x329f08 of _0x544e15){const _0x251405=await offlineReplay(_0x329f08,_0x5ba367,(_0x344cc3,_0x4d5a1d)=>_0x596eca['\x73\x63\x6f\x72\x65'](_0x344cc3,_0x4d5a1d,''),_0x6e9e2e,_0x5a0d4b);_0x4beb00[_0x34abec(0x83,'\x6b\x58\x66\x56')]({'\x73\x74\x72\x61\x74\x65\x67\x79':_0x329f08[_0x34abec(0x89,'\x24\x6e\x77\x29')],'\x76\x65\x72\x73\x69\x6f\x6e':_0x329f08[_0x34abec(0x98,'\x79\x73\x4d\x54')],'\x66\x69\x74\x6e\x65\x73\x73':_0x251405});}return _0x4beb00[_0x34abec(0x7a,'\x76\x35\x6a\x76')]((_0x18dd9e,_0xc054f5)=>_0xc054f5['\x66\x69\x74\x6e\x65\x73\x73'][_0x34abec(0x7e,'\x6b\x58\x66\x56')]-_0x18dd9e[_0x34abec(0x96,'\x4a\x59\x65\x5a')][_0x34abec(0x85,'\x4e\x56\x5d\x43')]),{'\x73\x75\x69\x74\x65':_0x596eca[_0x34abec(0x9b,'\x65\x68\x4e\x25')],'\x72\x65\x73\x75\x6c\x74\x73':_0x4beb00,'\x77\x69\x6e\x6e\x65\x72':_0x4beb00[0x0+-0x1aca+-0x2fa*-0x9]?.[_0x34abec(0x86,'\x64\x58\x45\x4c')]??''};}export function everosControl(_0x2efdc5){const _0x27afe9=_0x2585;return{'\x6e\x61\x6d\x65':_0x27afe9(0x78,'\x32\x45\x51\x63')+_0x27afe9(0x81,'\x25\x4f\x5e\x40'),'\x76\x65\x72\x73\x69\x6f\x6e':_0x27afe9(0x82,'\x2a\x69\x4d\x5d'),'\x72\x75\x6e':_0x210e58=>_0x2efdc5(_0x210e58)};}function _0x5d59(){const _0x1ec116=['\x57\x50\x38\x70\x6d\x47\x39\x46\x57\x36\x42\x63\x48\x38\x6b\x5a','\x72\x48\x4e\x64\x49\x43\x6b\x51\x57\x4f\x75\x36\x57\x50\x58\x51\x61\x66\x4b\x72\x57\x36\x4b','\x57\x51\x69\x5a\x62\x6d\x6f\x64\x57\x52\x46\x63\x4f\x53\x6f\x4b\x6e\x4a\x76\x6e\x68\x57','\x57\x34\x34\x2b\x57\x52\x50\x39\x57\x36\x33\x63\x4c\x61\x30\x6a','\x57\x4f\x57\x6e\x57\x37\x4e\x64\x49\x53\x6f\x47\x57\x50\x54\x67\x57\x51\x78\x64\x4e\x47','\x57\x52\x44\x48\x64\x43\x6b\x73','\x57\x35\x66\x58\x71\x43\x6b\x54\x65\x4c\x50\x75\x70\x71','\x57\x4f\x37\x64\x47\x57\x6c\x63\x4c\x75\x69\x68\x74\x43\x6b\x71','\x74\x38\x6b\x49\x78\x47','\x57\x37\x56\x63\x49\x61\x75\x61\x6b\x61','\x57\x50\x52\x64\x4d\x61\x62\x4c\x57\x34\x33\x64\x54\x38\x6b\x38\x57\x36\x30','\x57\x37\x39\x2f\x61\x43\x6b\x6d\x71\x73\x53\x44\x57\x50\x6c\x63\x54\x4e\x66\x36\x57\x37\x65','\x57\x52\x76\x75\x57\x37\x68\x64\x54\x68\x4a\x63\x54\x47','\x71\x6d\x6b\x49\x78\x78\x54\x6b\x57\x52\x37\x63\x54\x6d\x6f\x76','\x57\x37\x4a\x63\x4e\x48\x4b\x41','\x57\x36\x58\x37\x57\x34\x46\x64\x4c\x33\x52\x63\x52\x38\x6b\x4e','\x45\x38\x6b\x71\x57\x35\x5a\x64\x52\x53\x6f\x49','\x57\x50\x39\x70\x76\x5a\x6e\x43\x70\x72\x70\x64\x48\x71','\x77\x38\x6f\x67\x57\x51\x74\x63\x49\x4b\x69','\x43\x4c\x4e\x64\x56\x61\x35\x70\x57\x51\x30\x4c\x57\x34\x38\x4f','\x57\x37\x78\x64\x55\x53\x6b\x68\x57\x37\x53','\x57\x50\x42\x64\x4d\x66\x6d\x48\x57\x50\x5a\x63\x4b\x38\x6f\x39\x57\x37\x56\x64\x49\x43\x6f\x74\x57\x34\x7a\x4d\x57\x4f\x43','\x57\x50\x34\x6c\x57\x4f\x76\x6f\x57\x36\x56\x63\x49\x31\x65','\x62\x53\x6b\x44\x57\x36\x74\x63\x50\x4c\x58\x77\x6a\x64\x5a\x64\x4e\x71','\x57\x50\x39\x57\x57\x52\x48\x39\x57\x36\x70\x63\x53\x66\x6d\x50','\x72\x38\x6b\x7a\x76\x6d\x6f\x61\x62\x59\x74\x63\x53\x43\x6f\x45\x6b\x53\x6b\x32\x57\x34\x43','\x57\x51\x52\x63\x51\x6d\x6f\x43\x57\x36\x4b\x63\x57\x50\x50\x5a\x41\x5a\x57','\x66\x6d\x6b\x63\x42\x65\x39\x6c\x57\x51\x6c\x63\x56\x61','\x65\x53\x6b\x55\x57\x36\x35\x49\x71\x6d\x6f\x52\x6c\x4a\x2f\x63\x50\x53\x6f\x73\x6b\x32\x31\x55','\x57\x37\x39\x31\x79\x6d\x6f\x55\x68\x67\x30\x44\x57\x52\x65','\x71\x48\x68\x64\x49\x43\x6b\x56\x57\x4f\x71\x2b\x57\x34\x66\x6f\x61\x4e\x6d\x39\x57\x36\x72\x52','\x57\x52\x48\x78\x57\x51\x47','\x57\x37\x75\x38\x6c\x53\x6b\x38\x44\x47\x34\x55\x42\x47','\x74\x6d\x6f\x2f\x57\x51\x34\x36\x66\x43\x6b\x52\x42\x57','\x57\x51\x66\x56\x57\x35\x42\x64\x4e\x53\x6b\x46\x57\x37\x33\x64\x56\x47','\x57\x36\x7a\x4d\x72\x38\x6b\x68\x57\x36\x33\x63\x4c\x43\x6f\x6c','\x57\x50\x48\x6b\x44\x59\x42\x64\x55\x47','\x6c\x6d\x6f\x63\x44\x43\x6b\x4f\x7a\x31\x4b\x6f\x6c\x6d\x6b\x56\x57\x50\x74\x64\x47\x57','\x67\x43\x6f\x41\x57\x34\x48\x5a','\x78\x78\x4a\x64\x4d\x61\x64\x64\x54\x6d\x6f\x54\x57\x4f\x4e\x64\x4f\x67\x79','\x57\x50\x70\x64\x47\x78\x42\x63\x54\x63\x30'];_0x5d59=function(){return _0x1ec116;};return _0x5d59();}export function skillOptControl(_0x39371a){const _0x1ebd5f=_0x2585;return{'\x6e\x61\x6d\x65':_0x1ebd5f(0x7c,'\x75\x76\x44\x37')+_0x1ebd5f(0x7b,'\x4e\x36\x70\x79'),'\x76\x65\x72\x73\x69\x6f\x6e':_0x1ebd5f(0x75,'\x68\x74\x7a\x34'),'\x72\x75\x6e':_0x15f30b=>_0x39371a(_0x15f30b)};}export{computeFitness};
@@ -1,41 +1 @@
1
- // Wire the honest thesis A/B harness to the REAL evolution loop. The evolver arm runs runEvolutionCycle
2
- // against the learned-gene pool (so selection can reuse a gene); the baseline arm runs against an empty
3
- // store (so it always innovates). Both use the same injected `execute` (a fake in tests; makeSafeExecute
4
- // in prod) and the same task. Objective outcome = the cycle reached 'solidified' (success, as decided by
5
- // the execute/validation hook); reuse = a gene was selected. Nothing about reuse feeds the pass/fail.
6
- import { mkdtempSync } from 'node:fs';
7
- import { tmpdir } from 'node:os';
8
- import { join } from 'node:path';
9
- import { Ingestor } from '../events/ingest.js';
10
- import { CycleEngine } from '../algo/cycleEngine.js';
11
- import { runEvolutionCycle } from '../algo/orchestrator.js';
12
- import { makeGeneSelectionPoint } from '../algo/geneSelection.js';
13
- /**
14
- * Build a ThesisSolver that drives the real CycleEngine + orchestrator. Feed the resulting solver to
15
- * runThesis(). In production: pool = the gene pool, baseline = a fresh empty store, execute =
16
- * makeSafeExecute(repo, store, safety, { validate }) so `passed` reflects an objective validation.
17
- */
18
- export function makeEvolutionThesisSolver(deps) {
19
- const now = deps.now ?? (() => Date.now());
20
- const eventsPath = deps.eventsPath
21
- ?? ((arm, taskId) => join(mkdtempSync(join(tmpdir(), 'thesis-')), `${arm}-${taskId}.jsonl`));
22
- return async (task, arm) => {
23
- const store = arm === 'evolver' ? deps.pool : deps.baseline;
24
- const engine = new CycleEngine({
25
- ingestor: new Ingestor({ path: eventsPath(arm, task.id), now }),
26
- selection: makeGeneSelectionPoint(),
27
- store,
28
- now,
29
- });
30
- const r = await runEvolutionCycle(engine, store, {
31
- cycleId: `${arm}-${task.id}`,
32
- ...deps.toCycleOpts(task),
33
- execute: deps.execute,
34
- });
35
- return {
36
- passed: r.finalStage === 'solidified', // success is decided by the execute/validation hook, not self-report
37
- reusedGene: !!r.decision?.selectedGeneId,
38
- cost: deps.cost ? deps.cost(r) : 1,
39
- };
40
- };
41
- }
1
+ (function(_0xef2604,_0xa3207f){const _0x26e81e=_0x2bda,_0x2a981e=_0xef2604();while(!![]){try{const _0x332e21=parseInt(_0x26e81e(0xba,'\x69\x32\x4a\x51'))/(-0x3b*0x86+0x2f8*-0x4+0x2ac3)*(parseInt(_0x26e81e(0xa1,'\x34\x69\x5e\x5a'))/(0x601+-0x207+-0x3f8*0x1))+-parseInt(_0x26e81e(0x9f,'\x41\x6f\x64\x47'))/(0x56*0x26+0x1*0x1a17+0x58*-0x71)+-parseInt(_0x26e81e(0xac,'\x67\x4f\x4e\x29'))/(0x3*0x74f+-0x226a+0xc81)+parseInt(_0x26e81e(0xb1,'\x2a\x4d\x4f\x23'))/(-0x2230+0x1*-0x15b1+-0x10e*-0x35)+parseInt(_0x26e81e(0xa4,'\x65\x38\x4c\x36'))/(-0x3d*0x89+-0x1879+0x3924)*(parseInt(_0x26e81e(0xb8,'\x38\x39\x41\x5a'))/(-0x19ca+0x859+0x1178))+-parseInt(_0x26e81e(0xa6,'\x21\x56\x5b\x29'))/(-0x165f+-0x21d8+0x77*0x79)+parseInt(_0x26e81e(0xad,'\x4f\x4b\x43\x44'))/(0xd*0x1fd+0x1356+-0x2d26)*(parseInt(_0x26e81e(0xaf,'\x2a\x5a\x5b\x75'))/(0x2*-0xaf6+0x3*0x4d4+0x2*0x3bd));if(_0x332e21===_0xa3207f)break;else _0x2a981e['push'](_0x2a981e['shift']());}catch(_0x311ce8){_0x2a981e['push'](_0x2a981e['shift']());}}}(_0x4f02,0x19ae9*0x3+-0x40f*-0x1+-0x2422c));import{mkdtempSync}from'\x6e\x6f\x64\x65\x3a\x66\x73';import{tmpdir}from'\x6e\x6f\x64\x65\x3a\x6f\x73';import{join}from'\x6e\x6f\x64\x65\x3a\x70\x61\x74\x68';import{Ingestor}from'\x2e\x2e\x2f\x65\x76\x65\x6e\x74\x73\x2f\x69\x6e\x67\x65\x73\x74\x2e\x6a\x73';import{CycleEngine}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x63\x79\x63\x6c\x65\x45\x6e\x67\x69\x6e\x65\x2e\x6a\x73';function _0x4f02(){const _0x2c68d9=['\x57\x50\x35\x31\x57\x35\x69\x37\x57\x50\x54\x63\x57\x51\x50\x7a','\x57\x50\x38\x44\x57\x4f\x39\x68\x57\x50\x52\x63\x47\x53\x6f\x68','\x42\x38\x6b\x64\x57\x36\x68\x64\x54\x4b\x37\x63\x51\x32\x42\x63\x54\x38\x6f\x31\x57\x4f\x6d\x73\x42\x71','\x67\x4e\x6e\x65\x57\x35\x4e\x63\x56\x6d\x6f\x56\x57\x37\x79','\x57\x35\x52\x64\x4c\x48\x4b\x63\x57\x34\x56\x64\x52\x53\x6f\x47\x57\x36\x4b','\x63\x65\x43\x62\x57\x35\x43\x6a\x57\x51\x38\x67\x6d\x78\x37\x64\x4e\x5a\x30\x68\x57\x37\x30','\x63\x68\x33\x64\x4a\x6d\x6b\x65\x57\x52\x6c\x64\x4c\x31\x65\x79','\x6b\x64\x6a\x46\x57\x4f\x6a\x37\x41\x43\x6b\x63','\x57\x37\x78\x64\x48\x43\x6b\x70\x57\x51\x68\x64\x4f\x6d\x6b\x37\x68\x38\x6f\x4f\x57\x37\x4e\x63\x4f\x32\x65','\x74\x53\x6f\x78\x62\x47','\x57\x34\x35\x63\x7a\x77\x7a\x6c\x67\x4d\x47','\x61\x6d\x6b\x43\x69\x6d\x6b\x5a\x57\x37\x6c\x63\x55\x6d\x6b\x71\x57\x4f\x5a\x63\x4b\x30\x4e\x64\x4b\x43\x6f\x72','\x57\x37\x64\x63\x47\x67\x6c\x63\x4d\x6d\x6f\x33\x57\x34\x2f\x64\x4a\x53\x6f\x63\x57\x4f\x4f\x49\x57\x36\x79','\x6c\x38\x6f\x44\x57\x50\x74\x63\x55\x72\x74\x64\x53\x4e\x56\x63\x47\x71','\x68\x53\x6b\x4a\x77\x53\x6b\x37\x6b\x63\x6e\x62\x57\x34\x65','\x57\x50\x58\x76\x46\x32\x35\x46\x69\x76\x6a\x78','\x57\x52\x2f\x63\x4d\x65\x4c\x57\x6c\x53\x6f\x57\x57\x51\x46\x63\x4e\x53\x6b\x77\x57\x37\x61\x77\x57\x52\x38','\x57\x37\x6d\x6f\x74\x53\x6f\x55\x62\x53\x6b\x57','\x44\x53\x6b\x69\x57\x36\x62\x67\x72\x38\x6f\x47\x57\x51\x4e\x64\x4e\x57','\x57\x37\x52\x63\x56\x68\x35\x2f\x57\x34\x4e\x64\x4c\x38\x6b\x4f\x6f\x53\x6b\x61\x57\x50\x4c\x55\x57\x36\x78\x64\x53\x47','\x57\x37\x5a\x63\x56\x4e\x31\x2f\x57\x34\x37\x64\x4e\x43\x6f\x50\x70\x38\x6b\x4b\x57\x4f\x66\x68\x57\x36\x71','\x75\x53\x6f\x43\x57\x4f\x33\x64\x52\x38\x6f\x63\x64\x64\x61\x49','\x70\x72\x43\x2f\x62\x53\x6f\x4e\x45\x5a\x35\x2b\x61\x58\x4a\x64\x53\x73\x6d','\x6c\x38\x6f\x59\x57\x37\x46\x63\x4e\x47\x33\x63\x51\x66\x5a\x64\x4a\x53\x6f\x75\x57\x35\x44\x4f\x57\x4f\x69','\x44\x6d\x6f\x34\x6c\x57','\x67\x66\x66\x2f\x78\x78\x68\x63\x52\x6d\x6f\x6f\x57\x51\x2f\x64\x4b\x38\x6f\x4a\x72\x57','\x69\x63\x58\x46','\x78\x38\x6b\x39\x67\x6d\x6f\x31','\x57\x36\x33\x64\x47\x62\x65\x4e\x45\x38\x6b\x77\x57\x51\x56\x63\x48\x47','\x64\x43\x6b\x52\x57\x52\x64\x64\x4c\x71\x46\x63\x47\x32\x47','\x6e\x71\x2f\x64\x54\x6d\x6f\x54\x57\x36\x76\x64\x57\x51\x66\x6a\x6a\x33\x68\x64\x4b\x47','\x6b\x43\x6f\x38\x57\x35\x4e\x63\x54\x48\x33\x64\x48\x63\x56\x64\x49\x47'];_0x4f02=function(){return _0x2c68d9;};return _0x4f02();}function _0x2bda(_0xa428c9,_0xef2604){_0xa428c9=_0xa428c9-(-0x1*-0x1ef1+0x140e+-0x3264);const _0xa3207f=_0x4f02();let _0x2a981e=_0xa3207f[_0xa428c9];if(_0x2bda['\x68\x4d\x66\x4e\x79\x55']===undefined){var _0x332e21=function(_0x245aff){const _0xcfdad6='\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 _0xe73961='',_0x4e89d8='';for(let _0x4e0363=-0xf36+-0xa6*-0x2e+0xe9e*-0x1,_0x21389b,_0x5835ec,_0x134658=0x25*-0x6c+-0x1a58+0x29f4*0x1;_0x5835ec=_0x245aff['\x63\x68\x61\x72\x41\x74'](_0x134658++);~_0x5835ec&&(_0x21389b=_0x4e0363%(0x20b8+0x1*-0xedd+0x11d7*-0x1)?_0x21389b*(-0x211c+0x24a7+0x3*-0x119)+_0x5835ec:_0x5835ec,_0x4e0363++%(-0x1*0x15cb+0x259e+-0xfcf))?_0xe73961+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x212e+0xb*0x2+0x2045*-0x1&_0x21389b>>(-(-0x5a*-0xa+-0x20f3+-0x1*-0x1d71)*_0x4e0363&0x1f39+-0x1cf*0x15+0x6c8)):-0xd*-0xce+0x1259*-0x1+0x7e3){_0x5835ec=_0xcfdad6['\x69\x6e\x64\x65\x78\x4f\x66'](_0x5835ec);}for(let _0x3f96d7=0x158b+0x1afa+-0x1*0x3085,_0x1f8cbd=_0xe73961['\x6c\x65\x6e\x67\x74\x68'];_0x3f96d7<_0x1f8cbd;_0x3f96d7++){_0x4e89d8+='\x25'+('\x30\x30'+_0xe73961['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3f96d7)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x215b+0x1a64+0x707))['\x73\x6c\x69\x63\x65'](-(-0xe9*0x20+0x1ac1+0x261));}return decodeURIComponent(_0x4e89d8);};const _0x5e48fd=function(_0x443030,_0x17e10f){let _0x4e2501=[],_0x1d2e5d=0x5cf*-0x1+0x170a+-0x113b,_0x54dd09,_0x2fd016='';_0x443030=_0x332e21(_0x443030);let _0xf5af6f;for(_0xf5af6f=-0x1f7c+0x1bc7+-0xd*-0x49;_0xf5af6f<-0x5*0x89+0xe4*0x9+-0x1*0x457;_0xf5af6f++){_0x4e2501[_0xf5af6f]=_0xf5af6f;}for(_0xf5af6f=0x136b+-0x3b*0x86+0xb77*0x1;_0xf5af6f<-0x22dd+0x601+0x1ddc;_0xf5af6f++){_0x1d2e5d=(_0x1d2e5d+_0x4e2501[_0xf5af6f]+_0x17e10f['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xf5af6f%_0x17e10f['\x6c\x65\x6e\x67\x74\x68']))%(0x266*0xb+0x2e3*-0xd+0x1*0xc25),_0x54dd09=_0x4e2501[_0xf5af6f],_0x4e2501[_0xf5af6f]=_0x4e2501[_0x1d2e5d],_0x4e2501[_0x1d2e5d]=_0x54dd09;}_0xf5af6f=-0x1c36*-0x1+0x11*0x119+-0x2edf,_0x1d2e5d=-0x1cd5+-0x2230+0x1*0x3f05;for(let _0x143c9c=0x19de+-0x17e7+-0x1*0x1f7;_0x143c9c<_0x443030['\x6c\x65\x6e\x67\x74\x68'];_0x143c9c++){_0xf5af6f=(_0xf5af6f+(-0x25b1+-0x2*0xe71+0x4294))%(-0x814+-0x165f+0x1f73),_0x1d2e5d=(_0x1d2e5d+_0x4e2501[_0xf5af6f])%(0x35*0x7f+0x9*0x1e7+-0x2a6a),_0x54dd09=_0x4e2501[_0xf5af6f],_0x4e2501[_0xf5af6f]=_0x4e2501[_0x1d2e5d],_0x4e2501[_0x1d2e5d]=_0x54dd09,_0x2fd016+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x443030['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x143c9c)^_0x4e2501[(_0x4e2501[_0xf5af6f]+_0x4e2501[_0x1d2e5d])%(0x5*-0x75e+0x4*-0x57b+0x1*0x3bc2)]);}return _0x2fd016;};_0x2bda['\x51\x45\x6d\x5a\x50\x64']=_0x5e48fd,_0x2bda['\x6f\x43\x45\x4c\x72\x62']={},_0x2bda['\x68\x4d\x66\x4e\x79\x55']=!![];}const _0x311ce8=_0xa3207f[0x5*0xc7+0x539*0x7+-0x2872],_0x5dbff9=_0xa428c9+_0x311ce8,_0x56a9ed=_0x2bda['\x6f\x43\x45\x4c\x72\x62'][_0x5dbff9];return!_0x56a9ed?(_0x2bda['\x68\x6c\x4d\x44\x62\x6d']===undefined&&(_0x2bda['\x68\x6c\x4d\x44\x62\x6d']=!![]),_0x2a981e=_0x2bda['\x51\x45\x6d\x5a\x50\x64'](_0x2a981e,_0xef2604),_0x2bda['\x6f\x43\x45\x4c\x72\x62'][_0x5dbff9]=_0x2a981e):_0x2a981e=_0x56a9ed,_0x2a981e;}import{runEvolutionCycle}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x6f\x72\x63\x68\x65\x73\x74\x72\x61\x74\x6f\x72\x2e\x6a\x73';import{makeGeneSelectionPoint}from'\x2e\x2e\x2f\x61\x6c\x67\x6f\x2f\x67\x65\x6e\x65\x53\x65\x6c\x65\x63\x74\x69\x6f\x6e\x2e\x6a\x73';export function makeEvolutionThesisSolver(_0x23dc78){const _0x48080b=_0x2bda,_0x31a78d=_0x23dc78[_0x48080b(0xaa,'\x4d\x39\x7a\x4d')]??(()=>Date[_0x48080b(0xb9,'\x7a\x37\x40\x79')]()),_0x5e821d=_0x23dc78[_0x48080b(0xa0,'\x36\x6e\x25\x4e')+'\x74\x68']??((_0x579fdc,_0x1d8c36)=>join(mkdtempSync(join(tmpdir(),_0x48080b(0x9e,'\x25\x61\x59\x48'))),_0x579fdc+'\x2d'+_0x1d8c36+'\x2e\x6a\x73\x6f\x6e\x6c'));return async(_0x144d86,_0x336132)=>{const _0x15fef0=_0x48080b,_0x371b22=_0x336132===_0x15fef0(0xa2,'\x66\x26\x61\x54')?_0x23dc78['\x70\x6f\x6f\x6c']:_0x23dc78[_0x15fef0(0xa7,'\x39\x71\x39\x71')],_0x3c9e0a=new CycleEngine({'\x69\x6e\x67\x65\x73\x74\x6f\x72':new Ingestor({'\x70\x61\x74\x68':_0x5e821d(_0x336132,_0x144d86['\x69\x64']),'\x6e\x6f\x77':_0x31a78d}),'\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e':makeGeneSelectionPoint(),'\x73\x74\x6f\x72\x65':_0x371b22,'\x6e\x6f\x77':_0x31a78d}),_0x54ff2c=await runEvolutionCycle(_0x3c9e0a,_0x371b22,{'\x63\x79\x63\x6c\x65\x49\x64':_0x336132+'\x2d'+_0x144d86['\x69\x64'],..._0x23dc78[_0x15fef0(0xae,'\x35\x68\x36\x5e')+_0x15fef0(0x9b,'\x6a\x6c\x76\x46')](_0x144d86),'\x65\x78\x65\x63\x75\x74\x65':_0x23dc78[_0x15fef0(0xa8,'\x77\x34\x5a\x34')]});return{'\x70\x61\x73\x73\x65\x64':_0x54ff2c[_0x15fef0(0x9d,'\x2a\x4d\x4f\x23')+'\x67\x65']===_0x15fef0(0xa5,'\x61\x51\x33\x6f')+'\x65\x64','\x72\x65\x75\x73\x65\x64\x47\x65\x6e\x65':!!_0x54ff2c[_0x15fef0(0xb0,'\x50\x63\x75\x21')]?.[_0x15fef0(0xb6,'\x5d\x43\x58\x45')+_0x15fef0(0xb2,'\x71\x6a\x26\x76')],'\x63\x6f\x73\x74':_0x23dc78['\x63\x6f\x73\x74']?_0x23dc78[_0x15fef0(0x9c,'\x6a\x4e\x6c\x38')](_0x54ff2c):-0x2*0xb7b+0x10f3+0x1c*0x37};};}
@@ -1,7 +1 @@
1
- export * from './benchmark.js';
2
- export * from './thesis.js';
3
- export * from './evolutionThesisSolver.js';
4
- export * from './antiGeneBenchmark.js';
5
- export * from './antiGeneRollout.js';
6
- export * from './triggerShift.js';
7
- export * from './selectionFlatAbstention.js';
1
+ function _0x3ebf(){var _0x42bcc0=['\x57\x50\x74\x63\x51\x73\x64\x64\x56\x43\x6f\x78\x76\x4e\x64\x63\x4a\x38\x6b\x2b\x66\x61','\x71\x38\x6b\x72\x64\x66\x6d\x43\x57\x52\x39\x52\x57\x34\x62\x41\x70\x78\x46\x64\x47\x6d\x6f\x65','\x57\x34\x42\x64\x55\x38\x6f\x76\x57\x34\x79\x49\x68\x65\x78\x64\x4d\x53\x6b\x4c\x7a\x4e\x46\x64\x4b\x57','\x57\x34\x35\x54\x57\x35\x38\x39\x57\x51\x57\x6a\x78\x59\x42\x63\x56\x53\x6b\x53\x57\x34\x65','\x6e\x43\x6b\x34\x57\x4f\x68\x64\x52\x38\x6b\x37\x65\x6d\x6b\x70\x57\x4f\x50\x58\x57\x52\x79','\x41\x71\x64\x64\x51\x53\x6b\x43\x7a\x59\x6e\x65\x57\x4f\x44\x4a\x67\x65\x6a\x58\x45\x71','\x61\x53\x6f\x4f\x65\x53\x6f\x6d\x61\x53\x6b\x76\x46\x53\x6b\x55\x57\x51\x34\x51\x57\x35\x5a\x63\x56\x5a\x61','\x74\x43\x6b\x78\x57\x34\x43\x48\x61\x47\x57\x4d\x67\x53\x6f\x41\x57\x52\x64\x64\x53\x53\x6f\x36','\x57\x51\x5a\x63\x52\x62\x6c\x64\x49\x38\x6f\x59\x57\x36\x35\x59\x6d\x57','\x73\x67\x33\x63\x53\x61\x42\x63\x4b\x78\x2f\x63\x56\x6d\x6b\x6a\x66\x67\x4e\x63\x47\x6d\x6f\x4e\x74\x61','\x43\x77\x56\x63\x4b\x6d\x6b\x39\x57\x36\x54\x74\x57\x35\x46\x63\x48\x6d\x6b\x38\x57\x4f\x70\x64\x49\x49\x4e\x63\x55\x47','\x57\x4f\x4a\x64\x4c\x4e\x53\x6e\x57\x51\x4e\x64\x55\x30\x37\x63\x47\x4c\x56\x64\x4d\x38\x6b\x47\x57\x51\x39\x37','\x57\x51\x5a\x63\x54\x53\x6b\x63\x57\x51\x62\x75\x6f\x6d\x6b\x46\x57\x52\x54\x2f\x57\x36\x65\x61','\x6d\x53\x6b\x58\x57\x4f\x56\x64\x4f\x38\x6f\x34\x73\x6d\x6f\x54\x57\x51\x6a\x47\x57\x52\x6c\x64\x49\x6d\x6b\x35\x57\x51\x61','\x57\x51\x4a\x63\x51\x4e\x42\x63\x49\x43\x6b\x2f\x57\x52\x4c\x41\x66\x30\x38\x31\x57\x51\x74\x63\x4c\x57','\x57\x36\x6c\x64\x54\x6d\x6b\x59\x57\x4f\x46\x64\x47\x75\x54\x2b\x75\x71'];_0x3ebf=function(){return _0x42bcc0;};return _0x3ebf();}(function(_0xb413dd,_0x5dd433){var _0x54410a=_0x3f58,_0x4108b5=_0xb413dd();while(!![]){try{var _0xdb5708=parseInt(_0x54410a(0x116,'\x55\x73\x45\x50'))/(-0x251b+-0x2*-0x745+0x1692)+parseInt(_0x54410a(0x117,'\x25\x73\x52\x77'))/(0x1*0x49d+0x210a+-0x25a5)*(parseInt(_0x54410a(0x111,'\x62\x2a\x50\x4a'))/(-0x5e5+0x14e2+-0xefa))+parseInt(_0x54410a(0x118,'\x4d\x75\x4d\x6a'))/(0x2e7*0x5+-0x918+0x3*-0x1cd)+-parseInt(_0x54410a(0x11c,'\x62\x41\x42\x2a'))/(0x21e6+0x6ad+-0x166*0x1d)+-parseInt(_0x54410a(0x120,'\x49\x37\x53\x56'))/(0x33*0x5+0xab8+-0xbb1)+-parseInt(_0x54410a(0x119,'\x48\x4b\x4d\x4a'))/(-0x1*-0x2557+-0x517+0x1*-0x2039)+-parseInt(_0x54410a(0x113,'\x62\x41\x42\x2a'))/(-0x65*-0x42+0x2*-0x9a2+0x6be*-0x1)*(-parseInt(_0x54410a(0x11b,'\x26\x62\x65\x35'))/(-0xd01*0x1+0x2d*0x54+-0x1ba));if(_0xdb5708===_0x5dd433)break;else _0x4108b5['push'](_0x4108b5['shift']());}catch(_0x466002){_0x4108b5['push'](_0x4108b5['shift']());}}}(_0x3ebf,-0x3f96e*-0x2+0x1*0x7e043+0x641*-0x13d));export*from'\x2e\x2f\x62\x65\x6e\x63\x68\x6d\x61\x72\x6b\x2e\x6a\x73';export*from'\x2e\x2f\x74\x68\x65\x73\x69\x73\x2e\x6a\x73';export*from'\x2e\x2f\x65\x76\x6f\x6c\x75\x74\x69\x6f\x6e\x54\x68\x65\x73\x69\x73\x53\x6f\x6c\x76\x65\x72\x2e\x6a\x73';function _0x3f58(_0x543b44,_0x1282f8){_0x543b44=_0x543b44-(0x1d*-0xa5+0x172+0x1250);var _0x56d736=_0x3ebf();var _0x5ac4c9=_0x56d736[_0x543b44];if(_0x3f58['\x52\x69\x55\x49\x63\x65']===undefined){var _0x23239f=function(_0x215f58){var _0x1afd61='\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';var _0x150ecd='',_0x575176='';for(var _0x3f6f33=0x1*0x733+0x49d+0x70*-0x1b,_0x16242b,_0x316527,_0x308359=0x25b8+-0x1ee6+-0x6d2;_0x316527=_0x215f58['\x63\x68\x61\x72\x41\x74'](_0x308359++);~_0x316527&&(_0x16242b=_0x3f6f33%(0xb2f+0x659+-0x1184)?_0x16242b*(-0x1c28+0x857+0x1d3*0xb)+_0x316527:_0x316527,_0x3f6f33++%(0xc9*0x1c+-0x1ed2+0x8da))?_0x150ecd+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](-0x1ca7+-0x2b*-0x17+-0x29*-0xa1&_0x16242b>>(-(-0x7d4+0x1*-0x2573+-0x2d49*-0x1)*_0x3f6f33&-0x11*-0x5b+-0x12*0x1f+-0x3d7)):-0xbd3+0x1dc2+-0x11ef){_0x316527=_0x1afd61['\x69\x6e\x64\x65\x78\x4f\x66'](_0x316527);}for(var _0x8c652f=0x2433+0x1d*0x107+-0x41fe,_0x49e8c1=_0x150ecd['\x6c\x65\x6e\x67\x74\x68'];_0x8c652f<_0x49e8c1;_0x8c652f++){_0x575176+='\x25'+('\x30\x30'+_0x150ecd['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x8c652f)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x264f+0x3c7*-0x2+-0xf4f*-0x3))['\x73\x6c\x69\x63\x65'](-(0x1f1+0x25f8+-0x46f*0x9));}return decodeURIComponent(_0x575176);};var _0x2fb6d5=function(_0x4955a3,_0x2c9810){var _0xa544c1=[],_0x1c7d15=-0x251b+-0x2*-0x745+0x1691,_0x5e8a99,_0x157c59='';_0x4955a3=_0x23239f(_0x4955a3);var _0x2f5995;for(_0x2f5995=0x1*0x49d+0x210a+-0x25a7;_0x2f5995<-0x5e5+0x14e2+-0xdfd;_0x2f5995++){_0xa544c1[_0x2f5995]=_0x2f5995;}for(_0x2f5995=0x2e7*0x5+-0x918+0x13*-0x49;_0x2f5995<0x21e6+0x6ad+-0x399*0xb;_0x2f5995++){_0x1c7d15=(_0x1c7d15+_0xa544c1[_0x2f5995]+_0x2c9810['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x2f5995%_0x2c9810['\x6c\x65\x6e\x67\x74\x68']))%(0x33*0x5+0xab8+-0xab7),_0x5e8a99=_0xa544c1[_0x2f5995],_0xa544c1[_0x2f5995]=_0xa544c1[_0x1c7d15],_0xa544c1[_0x1c7d15]=_0x5e8a99;}_0x2f5995=-0x1*-0x2557+-0x517+0x6*-0x560,_0x1c7d15=-0x65*-0x42+0x2*-0x9a2+0x6c6*-0x1;for(var _0x115077=-0xd01*0x1+0x2d*0x54+-0x1c3;_0x115077<_0x4955a3['\x6c\x65\x6e\x67\x74\x68'];_0x115077++){_0x2f5995=(_0x2f5995+(-0x1337*-0x1+0x2*0x985+0x90*-0x44))%(-0xeed*0x2+0x6*0x64d+-0x6f4),_0x1c7d15=(_0x1c7d15+_0xa544c1[_0x2f5995])%(-0x2*0x1181+-0x168d+0x3a8f),_0x5e8a99=_0xa544c1[_0x2f5995],_0xa544c1[_0x2f5995]=_0xa544c1[_0x1c7d15],_0xa544c1[_0x1c7d15]=_0x5e8a99,_0x157c59+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x4955a3['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x115077)^_0xa544c1[(_0xa544c1[_0x2f5995]+_0xa544c1[_0x1c7d15])%(0x2*-0x99d+0x257e*0x1+-0x1144)]);}return _0x157c59;};_0x3f58['\x6d\x76\x78\x52\x52\x43']=_0x2fb6d5,_0x3f58['\x4b\x68\x4c\x6d\x56\x63']={},_0x3f58['\x52\x69\x55\x49\x63\x65']=!![];}var _0xa1949d=_0x56d736[-0x1*0xc92+-0x5*0x4b6+0x2420],_0x318750=_0x543b44+_0xa1949d,_0x26bdd4=_0x3f58['\x4b\x68\x4c\x6d\x56\x63'][_0x318750];return!_0x26bdd4?(_0x3f58['\x78\x44\x42\x44\x6a\x64']===undefined&&(_0x3f58['\x78\x44\x42\x44\x6a\x64']=!![]),_0x5ac4c9=_0x3f58['\x6d\x76\x78\x52\x52\x43'](_0x5ac4c9,_0x1282f8),_0x3f58['\x4b\x68\x4c\x6d\x56\x63'][_0x318750]=_0x5ac4c9):_0x5ac4c9=_0x26bdd4,_0x5ac4c9;}export*from'\x2e\x2f\x61\x6e\x74\x69\x47\x65\x6e\x65\x42\x65\x6e\x63\x68\x6d\x61\x72\x6b\x2e\x6a\x73';export*from'\x2e\x2f\x61\x6e\x74\x69\x47\x65\x6e\x65\x52\x6f\x6c\x6c\x6f\x75\x74\x2e\x6a\x73';export*from'\x2e\x2f\x74\x72\x69\x67\x67\x65\x72\x53\x68\x69\x66\x74\x2e\x6a\x73';export*from'\x2e\x2f\x73\x65\x6c\x65\x63\x74\x69\x6f\x6e\x46\x6c\x61\x74\x41\x62\x73\x74\x65\x6e\x74\x69\x6f\x6e\x2e\x6a\x73';