#!/bin/bash
# Parameters describing a LazyLav execution
# Please preserve the order

# Environment parameters
OSVERS=stretch
LOGBACK_VERSION=1.2.3
JPATH=lib/lazylav/ll.jar:lib/slf4j/logback-classic-${LOGBACK_VERSION}.jar:lib/slf4j/logback-core-${LOGBACK_VERSION}.jar:.

LLHASH=dc342dca26a5a6feff895b2a1829b04e7dfaa5ae

# Experiment parameters
DATE="20170215-20170216"
LABEL=20170216-NOOR
NAME=${LABEL}
PERFORMER="Jérôme Euzenat (INRIA)"
NBAGENTS=4
NBITERATIONS=10000
NBRUNS=10

OPS="delete replace refine add addjoin refadd"

OPT=

# To be used when replaying
LOADOPT=

DIRPREF=${NBAGENTS}-${NBITERATIONS}

# Variables

CONTROLED="revisionModality expandAlignments nonRedundancy ontoLookup"
OBSERVED="srate size prec rec"
FIXED="nbIterations nbAgents nbRuns"

# Documentation parameters

VARIATIONOF=20170214b-NOOR


RESULT="Expansion increases recall"

REF=" [euzenat2017a]"

HYPOTHESIS=""

SETTING="Repetition of 20170214a-NOOR and 20170214b-NOOR with expansion operatorsSo all operators: delete/replace/refine/add/addjoin/refaddand modalities random/protected/clever with nonRedundancy and ontology look-up variants"

# Would be better automated
CLASSES="NOOEnvironment, AlignmentAdjustingAgent, AlignmentRevisionExperiment, ActionLogger, AverageLogger, Monitor"

# DEFAULT VALUES
EXPERIMENTER="${PERFORMER}"
ANALYST="${PERFORMER}"

STATUS=PARTLY
STATUSDESC="Although, the hypothesis is not invalidated, the results for addjoin and refadd were not correct (see [20180529-NOOR])"

