[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Why isn't friction used in force based layouts?
Page 1 of 1

Why isn't friction used in force based layouts?

Posted: 11 Jun 2016 15:03
by Vilx--
I'm reading the description of the ForceAtlas2 algorithm and one thing I'm surprised about is that it doesn't use classical (Coulomb) friction. Instead some sort of "temperature" is used to detect oscillating nodes and reduce it. Also, in other places where I've read about such algorithms, I haven't seen friction being even considered. Intuitively, friction seems to be a good response to the problem of infinite oscillations, since it keeps taking energy out of the system until everything naturally stops. So, why isn't it being used?