jeanbellynck / Cayley-Graph-Generator

Graphicayley (formerly Cayley Graph Generator) is an Unity Application to convert group presentations into pretty Cayley Graphs.
https://jeanbellynck.github.io/graphicayley.html
MIT License
1 stars 0 forks source link

Save good graph positions #94

Open p4jo opened 6 months ago

p4jo commented 6 months ago

We might want to save the positioned graph in a file, preferably when we reach a low minimum (of the physical potential). This can speed up the generation of often-used groups, e. G. gallery groups and make it less random (for now, still sometimes the toroidal groups are entangled with themselves)

jeanbellynck commented 6 months ago

Since we only need to save an abstract graph and the positions of the vertices this wouldn't be too much data. It's definitely worth thinking about as soon as other projects are finished. It's also a task which could theoretically be automated.