From 774ec8a33dcc9b560a9df2c943e67d9c3a2f52dd Mon Sep 17 00:00:00 2001 From: Malcolm Mielle Date: Tue, 24 May 2022 09:29:59 +0200 Subject: [PATCH] Remove useless files --- README | 25 ------------------------- To_write_Keep.md | 29 ----------------------------- 2 files changed, 54 deletions(-) delete mode 100644 README delete mode 100644 To_write_Keep.md diff --git a/README b/README deleted file mode 100644 index 099b2c07..00000000 --- a/README +++ /dev/null @@ -1,25 +0,0 @@ -# Auto Complete Graph. - -## Paper - -The auto complete graph method is presented in [this article](https://www.arxiv.org/abs/1702.05087). - -## How to optimize. Short version. - -First we fix a node a the graph - -``` -oacg->getGraph().setFirst(); -``` - -Then the graph is prepare by selecting the nodes and doing the initial optimization - -``` -oacg->prepare(); -``` - -And then the optimization take place - -``` -oacg->optimize(); -``` \ No newline at end of file diff --git a/To_write_Keep.md b/To_write_Keep.md deleted file mode 100644 index 764e0bfb..00000000 --- a/To_write_Keep.md +++ /dev/null @@ -1,29 +0,0 @@ -# Pb - -* If I use the normal optimization 40 times and then DCS then the solution of the ACG is not good. It does work if I send a 10 iteration in one shot - -If I manually do 10 and then DCS it is still good. Something happens if I optimize normally for too long. - -Need to test : -* Does it happens consistently (test with new graphs) -* What conditions prompt this behavior - - -__Results__ : - - - - - -#################### - -It doesn't work for the 6 nodes - -Need to test: -* Why ? - - - -#################### - -Also the inal result looks nice but some corner that should not be fused get fused this way. So it all depend on what is the end goal.