From 7c742debdf12e5cc265ea72f587646ec06987d86 Mon Sep 17 00:00:00 2001 From: marwin Date: Sat, 3 May 2025 16:00:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20passe=20die=20Konfigura?= =?UTF-8?q?tion=20des=20neuronalen=20Netzwerks=20an,=20indem=20die=20Knote?= =?UTF-8?q?nanzahl=20auf=2010=20und=20die=20Clusteranzahl=20auf=207=20erh?= =?UTF-8?q?=C3=B6ht=20wird,=20um=20die=20Verteilung=20zu=20optimieren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/neural-network-background-full.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/neural-network-background-full.js b/static/neural-network-background-full.js index 82e21bd..7c7ecab 100644 --- a/static/neural-network-background-full.js +++ b/static/neural-network-background-full.js @@ -18,11 +18,11 @@ class NeuralNetworkBackground { // Standardkonfiguration mit subtileren Werten this.config = { - nodeCount: 30, // Weniger Knoten + nodeCount: 10, // Weniger Knoten nodeSize: 1.2, // Kleinere Knoten connectionDistance: 150, // Reduzierte Verbindungsdistanz connectionOpacity: 0.3, // Sanftere Verbindungslinien - clusterCount: 6, // Weniger Cluster + clusterCount: 7, // Weniger Cluster clusterRadius: 380, // Größerer Cluster-Radius für mehr Verteilung animationSpeed: 0.25, // Langsamere Animation flowDensity: 0.05, // Deutlich weniger Flussanimationen