# Parameters describing execution
# Please preserve the order

# Environment parameters
HARDWARE="AMD EPYC 7302P (16) @ 3.000GHz, Memory 128GB"
OS="Ubuntu 22.04.5 LTS x86_64"
OSVERS=stretch
NIMVERS="2.2.0"

HASH=4f849881931920f2fe1e4c83a1f1db8f0a8a1e20

SIMDIR=simulator
RESDIR=results
TEMPLATEDIR=templates


# Experiment parameters
DATE=2026-02-01
LABEL=20260122-BROD
NAME=${LABEL}
PERFORMER="Hiro KATAOKA (University of Tsukuba)"
NBAGENTS=100
NBITERATIONS=5000
NBFOLLOWS=400

OPT=""

# To be used when replaying
#LOADOPT=

# Variables

# Variable values the corresponding specifications are in template directory
EPSILONS="0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5"
DELTAS="1 2 3 4 5 6 7"
SEEDS="544371 315590 903997 779659 556198 160590 103848 94821 501765 722393 908149 490361 170743 808653 204557 720126 24083 756485 970547 909432"
PACTIVE="0.5"
PREWRITE="0.5"
ATOM="3"
TOPIC="11110000"
REWIRINGS="minob2 minbo2"
WORKFLOW="oddw,barc,br,of"
ALPHA="0.5"
MU="0.5"
PREHOC="ofbarc*"
VALUES="1"
TWWIDTH=25

CONTROLED="EPSILONS DELTAS SEEDS REWIRINGS"
OBSERVED="eo eb po pb uo ub"
FIXED="WORKFLOW TOPIC ATOM PACTIVE PREWRITE NBITERATIONS NBAGENTS NBRUNS ALPHA MU VALUE PREHOC"

# Documentation parameters

VARIATIONOF=20260121-BROD

EXPE="Emergence of echo chambers through opinion-belief interactions"

RESULT="Minimal-oriented rewirings produce less echo chambers than random/maximal-oriented ones"

HYPOTHESIS="Minimal-oriented rewirings (with different definitions) allow agents to form less echo chambers than random/maximal-oriented rewirings"

SETTING="The same as [20260120-BROD] with corrected minimal-oriented rewirings"

# DEFAULT VALUES
DESIGNER="Hiro KATAOKA (University of Tsukuba)"
EXPERIMENTER=${PERFORMER}
ANALYST=${PERFORMER}

STATUS=PARTLY
STATUSDESC="2026-04-02: The simulator contains a bug (corrected in [20260210-BROD])"


