anvaka / ngraph.native

C++ implementation of force-based layout from ngraph
MIT License
51 stars 28 forks source link

how to use layout++ #11

Closed tamerh closed 6 years ago

tamerh commented 6 years ago

Hello,

i am trying to use the ngraph.native i compiled it and run with links.bin which i generated.

./layout++ links.bin

but it is not producing the position file.

process has started and finished with following log. Should i specify iteration? Can you help?

Loading links from links.bin... Done. Loaded 1631734 bodies; Starting layout from 0 iteration; Step 0 4.64338e+08 move Step 1 4.64154e+08 move Step 2 4.64843e+08 move Step 3 4.65562e+08 move Step 4 4.6633e+08 move Step 5 . . . . 4.53533e+07 move Step 9993 4.94559e+07 move Step 9994 5.13651e+07 move Step 9995 3.97263e+07 move Step 9996 4.48483e+07 move Step 9997 4.28104e+07 move Step 9998 4.06229e+07 move Step 9999 4.17632e+07 move

Thanks Tamer

tamerh commented 6 years ago

Never mind this. I resumed with the ngraph.offline.layout and the files are generated.