Skip to content

Commit 4caf786

Browse files
committed
update note
1 parent 348bbd6 commit 4caf786

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
@@ -233,7 +233,7 @@ export const metadata: DemoMetadata = {
233233
title: 'Firefly Synchronization',
234234
category: 'Dynamical Systems',
235235
description: 'Simulation of fireflies that blink and synchronize via distance-weighted coupling',
236-
instructions: 'Watch the fireflies synchronize. Each firefly starts off with a random frequency near 1hz, and a random phase, and updates its frequency based on how much it differs from the frequencies of other fireflies. Nearby fireflies influence each other more strongly.'
236+
instructions: 'Watch the fireflies synchronize. Each firefly starts off with a random frequency near 1hz, and a random phase, and updates its frequency based on how much it differs from the frequencies of other fireflies. Nearby fireflies influence each other more strongly. This uses the <a href="https://en.wikipedia.org/wiki/Kuramoto_model">Kuramoto model</a> for coupled oscillators. '
237237
};
238238

239239
export default function initFireflySynchronization(

0 commit comments

Comments
 (0)