# 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=2c1b6fbeb6b101f8cf965f6f875f8e7f3e5a9087

SIMDIR=simulator
RESDIR=results
TEMPLATEDIR=templates


# Experiment parameters
DATE=2026-06-10
LABEL=20260610-BROD
NAME=${LABEL}
PERFORMER="Hiro KATAOKA (University of Tsukuba)"
NBAGENTS=100
NBITERATIONS=2000
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="maxnbo minnbo"
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=20260210-BROD

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

RESULT="Maximum rewiring which disconnects discordant neighbors only creates more echo chambers than random rewiring which creates more than no or minimal rewiring which forces to disconnect one of the discordant neighbors and corrected guard"

HYPOTHESIS="The results obtained in [20260210-BROD] are preserved if different oriented rewirings are applied: More strict rewiring strategy creates more echo chambers"

SETTING=""

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

STATUS=INVALID
STATUSDESC="2026-06-21: Incorrect implementation of minimal rewiring; 2026-08-31: Incorrect echo chamber detection (reinforcement)"

