Skip to content

Commit 67f4a42

Browse files
committed
model link
1 parent 19301fa commit 67f4a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/dynamical-systems/firefly-synchronization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const metadata: DemoMetadata = {
239239
title: 'Firefly Synchronization',
240240
category: 'Dynamical Systems',
241241
description: 'Simulation of fireflies that blink and synchronize via distance-weighted coupling',
242-
instructions: "Each firefly has a natural frequency between 0.9hz and 1.1hz, and a random starting phase. Higher K means fireflies try to match frequency more. Nearby flies have more influence on each other."
242+
instructions: "Each firefly has a natural frequency between 0.9hz and 1.1hz, and a random starting phase. Higher K means fireflies try to match frequency more. Nearby flies have more influence on each other. See <a href="https://en.wikipedia.org/wiki/Kuramoto_model">Kuramoto model</a>"
243243
};
244244

245245
export default function initFireflySynchronization(

0 commit comments

Comments
 (0)