# 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=be3123f56509760ba462284623794bfb6e750303

# Experiment parameters
DATE=20190525
LABEL=20190523-NOOR
NAME=${LABEL}
PERFORMER="Jérôme Euzenat (INRIA)"
NBAGENTS=4
NBITERATIONS=10000
NBRUNS=10
OPS="delete replace refine add addjoin refadd"
MODS="-clever-nr -clever-nr-im80"
#postfix=-gen
postfix="-clever-nr"

OPT="-DnbAgents=${NBAGENTS} -DnbIterations=${NBITERATIONS} -DnbRuns=${NBRUNS} -DreportPrecRec -DexpandAlignments=clever -DnonRedundancy"

# To be used when replaying
LOADOPT="-DloadDir=input/expeRun -DloadEnv -DloadAgents -DreplayGames"

DIRPREF=${NBAGENTS}-${NBITERATIONS}

# Variables

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

# Documentation parameters

VARIATIONOF=20180529-NOOR

EXPE="Revision of networks of ontologies with expansion, relaxation and generation starting with random network"

RESULT="Expansion increases recall"

HYPOTHESIS="Generating correspondences when needed should increase results quality (recall) with respect to expansion"

SETTING="Same as [[${VARIATIONOF}]] replaying the same runs as [[20180308-NOOR]] after major code revision"

# DEFAULT VALUES
DESIGNER="Jérôme Euzenat (INRIA)"
EXPERIMENTER=${PERFORMER}
ANALYST="${PERFORMER}"

STATUS=VALID

