# 20140407-NOOR

## Experiment design
[<img src='../imgs/icon8-docker-50.png' align='right' width='50px' />](../dockerfiles/wheezy.dkr) [<img src='../imgs/icon8-blue-docker-50.png' align='right' width='50px' />](20140407-NOOR.dkr)
**Context**: This tests the influence of the number of initial correspondences on the results

**Hypothesis**: Increasing the number of initial correspondences improves the performance of agents (because it leaves them more chances to find correct correspondences)

**Experimental setting**: Same as [20140305-NOOR](../20140305-NOOR) with 
* Number of initial correspondences set to 6, 8, 10, 11, 12

## Experiment
**Experimenter**: Jérôme Euzenat (INRIA)

**Date**: 2014-04-07

**Lazy lavender hash**: 89f0656ffc28a6c4560a7a55cf1508d866528a96


**Parameters**: [params.sh](params.sh)

**Command line** ([script.sh](script.sh)):
~~~~
java -Xms500M -Xmx1G -cp lib/lazylav/ll.jar:lib/slf4j/logback-classic-1.0.9.jar:lib/slf4j/logback-core-1.0.9.jar:. fr.inria.exmo.lazylavender.engine.Monitor -DrevisionModality=add -DnbRuns=10 -DnbAgents=4 -DnbIterations=2000 -DnbCorresp=6 > /tmp/20140407-add4-2000-6.txt
~~~~

**Class used**: NOOEnvironment, AlignmentAdjustingAgent, AlignmentRevisionExperiment, ActionLogger, AverageLogger, Monitor.

**Execution environment**:
MacBook Pro 15, C2D 2.66GHz, 8GB - MacOS X 6.8 - Java 1.6.0 HotSpot  

### Raw results

[20140407-NOOR-add4-2000-10.tsv](results/20140407-NOOR-add4-2000-10.tsv) 
[20140407-NOOR-add4-2000-10.txt](results/20140407-NOOR-add4-2000-10.txt) 
[20140407-NOOR-add4-2000-11.tsv](results/20140407-NOOR-add4-2000-11.tsv) 
[20140407-NOOR-add4-2000-11.txt](results/20140407-NOOR-add4-2000-11.txt) 
[20140407-NOOR-add4-2000-12.tsv](results/20140407-NOOR-add4-2000-12.tsv) 
[20140407-NOOR-add4-2000-12.txt](results/20140407-NOOR-add4-2000-12.txt) 
[20140407-NOOR-add4-2000-6.tsv](results/20140407-NOOR-add4-2000-6.tsv) 
[20140407-NOOR-add4-2000-6.txt](results/20140407-NOOR-add4-2000-6.txt) 
[20140407-NOOR-add4-2000-8.tsv](results/20140407-NOOR-add4-2000-8.tsv) 
[20140407-NOOR-add4-2000-8.txt](results/20140407-NOOR-add4-2000-8.txt) 

## Result exploration

<img src='imgs/20140407-NOOR-1.png' align='center'/>
 

<img src='imgs/20140407-NOOR-2.png' align='center'/>
 

<center><table><tr>
</tr><tr>
<th>nbCorresp </th>
<th>size</th>
<th>success</th>
<th>Incoherence degree</th>
<th>F-measure </th>
<th>Alcomo </th>
<th>LogMap </th>
</tr><tr>
<th>6 </th>
<td>42</td>
<td>91%</td>
<td>0.00</td>
<td>0.2 / 11</td>
<td>0.27 / 24</td>
<td>0.26 / 31</td>
</tr><tr>
<th>8</th>
<td>54</td>
<td>89%</td>
<td>0.00</td>
<td>0.23 / 16</td>
<td>0.25 / 29</td>
<td>0.25 / 34</td>
</tr><tr>
<th>10</th>
<td>66</td>
<td>86%</td>
<td>0.00</td>
<td>0.23 / 17</td>
<td>0.24 / 32</td>
<td>0.24 / 43</td>
</tr><tr>
<th>11</th>
<td>72</td>
<td>84%</td>
<td>0.00</td>
<td>0.23 / 17</td>
<td>0.23 / 34</td>
<td>0.23 / 43</td>
</tr><tr>
<th>12</th>
<td>78</td>
<td>83%</td>
<td>0.00</td>
<td>0.25 / 21</td>
<td>0.23 / 35</td>
<td>0.25 / 47</td>
</tr></table></center>

The size of the reference alignment is 70 (globally, which sets it between 10 and 12 initial correspondences. After 12, it is not possible to generate more correspondences without being redundant (this is forbidden by the program). The test performed before (eg [20140305-NOOR](../20140305-NOOR)), are with 54 correspondences, hence nbCorresp=8.

## Analysis


**Key points**:
The increase of the number of correspondences augments the chances to retain a correct correspondences and thus increases the quality of alignments provided by agents.

This is also measured with respect to LogMap and Alcomo which have, on their side, more chances to retain an incorrect correspondence. So their F-measure decreases while that of the agents increases.


----

This file can be retrieved from URL [https://sake.re/20140407-NOOR](https://sake.re/20140407-NOOR)
<!-- A zip of the whole experiment data can be found at [DOI]() -->
It is possible to check out the repository by cloning <span style="color: blue;">https://felapton.inrialpes.fr/cakes/20140407-NOOR.git</span>
This experiment has been transferred from its initial location at https://gforge.inria.fr (not available any more)

