問題タブ [d3-force-directed]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - D3 フォース シミュレーションを純粋関数として使用する
衝突検出を行うためにd3-forceを使用しています:
グラフをアニメーション化したくないので、300 ティック後にノードの最終状態を取得します。
nodesWithXY
しかし、(同じ を使用して) シミュレーションを再度実行して、同じ結果が得られるとよいでしょう。これにより、react での使用が容易になります。
これは可能ですか?たとえば、より多くの反復を実行したり、アルパと減衰の値を微調整したりしますか?