I am working on a graph theoretical project where it would be helpful to know the name of the algorithm used in FindGraphPartition.
Question:
Where can I find details on what methods are used in this specific function? If there are no official details or documentation available, does anyone know how Mathematica might solve this problem? Is there any direction you can point me in to begin my research?
FindGraphCommunities(which is a bit different), I would direct you to IGraph/M, which also has many community finding algorithms implemented, and the documentation has references for each algorithm. – Szabolcs Jun 09 '16 at 13:21