Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 685 Bytes

Code to Replicate Simulation Experiments

Installation

Install conda for your system, as well as poetry. Then type:

conda create -n simulation python=3.8
conda activate simulation
poetry install

Run Experiments

Without delay:

python test_gen_palyndrome.py --max-string-length 100 --runs-rand 100 --runs-dist 100 --runs-bigrams 100

With delay:

python test_gen_palyndrome.py --max-string-length 100 --runs-rand 100 --runs-dist 100 --runs-bigrams 100 --delay

Please refer to the paper for an estimation of how much time the experiments take.