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

# Environment parameters
OSVERS=wheezy
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=279920d1b24c5c799c7ba550402d1a6aabf2a11d 

# Experiment parameters
DATE="2014-02-07 "
LABEL=20140207-NOOR
NAME=${LABEL}
PERFORMER="Jérôme Euzenat (INRIA)"

OPT=

# To be used when replaying
LOADOPT=

NBAGENTS=3
NBITERATIONS=200

DIRPREF=${NBAGENTS}-${NBITERATIONS}

# Variables

CONTROLED=""
OBSERVED="srate fmeas inc"
FIXED="nbIterations nbAgents nbRuns syntactic revisionModality"

# Documentation parameters

VARIATIONOF=20140204-NOOR


RESULT="Agents achieve better syntactic F-measure than logical repairer (LogMap/Alcomo)"

HYPOTHESIS="The network can achieve null incoherence degree. The network can revise better (in terms of F-measure) than LogMap and Alcomo. "

SETTING="Same as 20140204-NOOR but it is possible to compare with LogMap and Alcomo. "

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

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

STATUS=INVALID
STATUSDESC="incorrect reference alignment (see [20140208-NOOR])"
