Skip to content

Commit 6baedf5

Browse files
Copilottoolate28
andcommitted
Rename fibonacciCoherenceBoost to applyFibonacciWeightedBoost
Co-authored-by: toolate28 <105518313+toolate28@users.noreply.github.com>
1 parent e86bae9 commit 6baedf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/quantum-ethics/src/vortex-wavespec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ export function formatVortexReport(result: VortexResult): string {
369369
}
370370

371371
/**
372-
* Calculate Fibonacci-weighted coherence boost
372+
* Apply Fibonacci-weighted boost to coherence score
373373
*/
374-
export function fibonacciCoherenceBoost(
374+
export function applyFibonacciWeightedBoost(
375375
baseCoherence: number,
376376
iteration: number,
377377
): number {

0 commit comments

Comments
 (0)