diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-04-04 12:01:54 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-04-04 12:01:54 +0200 |
| commit | 313c51b76b750cdbc8d7bc94e209e7cabf515e8d (patch) | |
| tree | fac855a33f96a8d3d94b65bc7cbfeb975a03326b /structure/MyGraph.java | |
| parent | 996c9fc3464cbec9ee8ac7e0d4a5b27879a70ece (diff) | |
test
Diffstat (limited to 'structure/MyGraph.java')
| -rw-r--r-- | structure/MyGraph.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/structure/MyGraph.java b/structure/MyGraph.java index 1c2dc0f..be9e504 100644 --- a/structure/MyGraph.java +++ b/structure/MyGraph.java @@ -147,13 +147,14 @@ public class MyGraph extends SingleGraph{ } + if(this.grid.getBestLinkByProtocol()==this.grid.getBestLinkIndex()){ this.success++; } else{ this.miss++; } - System.out.println("Success = " + this.success + " Miss = " + this.miss + " try number :"+(this.success+this.miss)) ; + //System.out.println("Success = " + this.success + " Miss = " + this.miss + " try number :"+(this.success+this.miss)) ; //Build bestLink this.showBestLink(); |
