# 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=997e79673d89859b2c93bed4ca92cde8f24474c4

SIMDIR=simulator
RESDIR=results
TEMPLATEDIR=templates


# Experiment parameters
DATE=2026-01-26
LABEL=20260120-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="norewiring random minob maxob minbo maxbo"
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=20250414-BROD

EXPE="Emergence of echo chambers through opinions-beliefs interactions"

RESULT="More strict rewiring algorithms create more echo chambers, while the minimal-oriented rewirings are specified wrongly"

HYPOTHESIS="The effect of rewiring algorithm is monotonic, i.e., the more strict the algorithm is, the more echo chambers are produced"

SETTING=""

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

STATUS=SUBSUMED
STATUSDESC="2026-04-02: The experiments with the minimal-oriented rewirings are the same as those with the maximal-oriented ones. This is corrected in [20260122-BROD]."


