# Parameters describing a LazyLav execution
# Please preserve the order

# ======================================== ENVIRONMENT

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

# ======================================== EXPERIMENT

# Experiment parameters
DESIGNDATE=2026-03-20
LABEL=20260504-DOTP
NAME=${LABEL}

NBAGENTS="30"
NBPOP="2"
RATIO="0.5"
NBCLSS="3"
SRATIO="0.2"
SCORING="1"
NBFEATURES="4"
NBITERATIONS=150000
NBRUNS=10
ORG=popencounter

#new param

POP1FRACTION="0.12,0.25,0.5"
DESCOVERLAP="0.0,0.33,0.66,1.0"
NETCON="0.2,0.5,1.0"
#NBENCITERATIONS=150000


OPT="-Dorganiser=${ORG} \
-Dexperiment=fr.inria.exmo.lazylavender.expe.PopulationEncounter \
-DnumberOfFeatures=${NBFEATURES} \
-Dratio=${RATIO} \
-DnumberOfAgents=${NBAGENTS} \
-DnbRuns=${NBRUNS} \
-Dscoring=${SCORING} \
-DnumberOfClasses=${NBCLSS} \
-DsampleRatio=${SRATIO} \
-DnumOfPop=${NBPOP} \
-Dpop1Fraction=${POP1FRACTION} \
-DdescOverlap=${DESCOVERLAP} \
-DnetConnectivity=${NETCON} \
-DnumberOfEncIterations=${NBITERATIONS} \
-DsaveDir=${SVDIR}"
#-DencThreshold=${ENCTHRESHOLD}
#-DencounterIteration=${ENCITERATION}

# !! should better be results/
OUTPUT=results/

# ======================================== METADATA

#VARIATIONOF=20191218-NOOR
EXPE="Evaluates the influence of population size, network connectivity, and training set overlap on assimilation or hybridization of behavior and knowledge"

HYPOTHESIS="Larger population assimilates smaller ones; lower connectivity leads to hybridization; larger training set overlap increazes hybridization"

DATE=2026-05-04

SETTING="Two populations stabilize independently on the same environment and then interact together"

CLASSES="decisiontaking.Agent DecisionPopulation PopulationEncounter ExperimentalPlan"

# ======================================== STATUS

RESULT="One line statement describing the obtained results of this experiment"
# One of: DESIGNED PERFORMED VALID SUBSUMED PARTLY UNCERTAIN INVALID
STATUS=VALID
#STATUSDESC

PERFORMER="Edoardo Cecchini (UGA)"
DESIGNER=${PERFORMER}
EXPERIMENTER=${PERFORMER}
ANALYST=${PERFORMER}

