#!/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=ef0e80766f2b2177c5d3c1aadba6d0ca556780ef

# Experiment parameters
DATE="2018-01-16 -- 2018-02-12 (The 2017-12-31 test was not sufficient)"
LABEL=20171231-NOOR
NAME=${LABEL}
PERFORMER="Jérôme Euzenat (INRIA)"
NBAGENTS=5
NBITERATIONS=100000
NBRUNS=10
OPS="delete replace refine add addjoin refadd"

OPT=" -DnbAgents=5 -DnbIterations=100000 -DnbRuns=10 -DreportPrecRec"

# To be used when replaying
LOADOPT=

DIRPREF=${NBAGENTS}-${NBITERATIONS}

# Variables

CONTROLED="revisionModality immediateRatio realistic startEmpty"
OBSERVED="srate size prec rec"
FIXED="nbIterations nbAgents nbRuns expandAlignments nonRedundancy generative"

# Documentation parameters

VARIATIONOF=20171128-NOOR


RESULT="realistic initial network size do not always give results closer to empty start (expansion/relaxation/generative/empty)"

HYPOTHESIS="If the initial network contains the correct number of expected correspondences, then its results will be closer to what is obtained with empty alignment, than the standard initial network"

SETTING="Same as 20171128-NOOR with 100000 iterations and additionally -Drealistic option"

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

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

STATUS=INVALID
STATUSDESC="Mostly incorrect results because expansion did not work since commit 562f5c4b96893d30e2dc9fd59d935e013ce5219f (see [20180927-NOOR])"
