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

# Environment parameters
OSVERS=jessie
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=dd79573c717614724f74740d3d0004faab071c19

# Experiment parameters
DATE="2015-02-18"
LABEL=20150218-NOOR
NAME=${LABEL}
PERFORMER="Jérôme Euzenat (INRIA)"
NBAGENTS=4
NBITERATIONS=2000
NBRUNS=10

OPS="delete replace add"

OPT=

# To be used when replaying
LOADOPT=

DIRPREF=${NBAGENTS}-${NBITERATIONS}

# Variables

CONTROLED="revisionModality"
OBSERVED="srate size fmeas"
FIXED="nbIterations nbAgents nbRuns"

# Documentation parameters

VARIATIONOF=20140305-NOOR


RESULT="add &gt; replace &gt; delete (with networks of ontology-based implementation)"

HYPOTHESIS="del < repl < add. "

SETTING="As of 20140305-NOOR."

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

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

STATUS=PARTLY
STATUSDESC="Software bugs in Alcomo, LogMap and reference alignments: incoherence and semantic revision figures are incorrect; conclusion hold (see [20170208-NOOR])"
