# Last edited on 2025-09-17 13:58:17 by stolfi SHELL := /bin/bash .PHONY: short-test old-zipf-plots new-zipf-plots mid-zipf-plots zer-zipf-plots all: zer-zipf-plots short-test: ./tandt.py 200 200 10000 10000 1 > out/test.txt old-zipf-plots: rm -fv out/txout*.{txt,wfr,gud,bad,dic} echo "### ### ### testing with p_mutate = 0.010" 1>&2 make_tandt_zipf_plots.sh old 1 200 010 10000 10000 make_tandt_zipf_plots.sh old 2 200 010 10000 10000 make_tandt_zipf_plots.sh old 3 200 010 10000 10000 make_tandt_zipf_plots.sh old 4 200 010 10000 10000 echo "### ### ### testing with p_mutate = 0.200" 1>&2 make_tandt_zipf_plots.sh old 1 200 200 10000 10000 make_tandt_zipf_plots.sh old 2 200 200 10000 10000 make_tandt_zipf_plots.sh old 3 200 200 10000 10000 make_tandt_zipf_plots.sh old 4 200 200 10000 10000 echo "### ### ### testing with p_mutate = 0.990" 1>&2 make_tandt_zipf_plots.sh old 1 200 990 10000 10000 make_tandt_zipf_plots.sh old 2 200 990 10000 10000 make_tandt_zipf_plots.sh old 3 200 990 10000 10000 make_tandt_zipf_plots.sh old 4 200 990 10000 10000 echo "### ### ### testing effect of p_reset" 1>&2 make_tandt_zipf_plots.sh old 1 000 250 10000 10000 make_tandt_zipf_plots.sh old 1 100 250 10000 10000 make_tandt_zipf_plots.sh old 1 500 250 10000 10000 make_tandt_zipf_plots.sh old 1 999 250 10000 10000 echo "### ### ### testing with p_mutate = 0" 1>&2 make_tandt_zipf_plots.sh old 1 200 000 10000 10000 make_tandt_zipf_plots.sh old 2 200 000 10000 10000 echo "### ### ### testing with p_mutate = 0.050" 1>&2 make_tandt_zipf_plots.sh old 1 200 050 10000 10000 make_tandt_zipf_plots.sh old 2 200 050 10000 10000 echo "### ### ### testing with p_mutate = 0.999" 1>&2 make_tandt_zipf_plots.sh old 1 200 999 10000 10000 make_tandt_zipf_plots.sh old 2 200 999 10000 10000 echo "### ### ### testing with p_mutate = 0.120" 1>&2 make_tandt_zipf_plots.sh old 1 200 120 10000 10000 make_tandt_zipf_plots.sh old 2 200 120 10000 10000 make_tandt_zipf_plots.sh old 3 200 120 10000 10000 make_tandt_zipf_plots.sh old 4 200 120 10000 10000 echo "### ### ### testing with p_mutate = 0.140" 1>&2 make_tandt_zipf_plots.sh old 1 200 140 10000 10000 make_tandt_zipf_plots.sh old 2 200 140 10000 10000 make_tandt_zipf_plots.sh old 3 200 140 10000 10000 make_tandt_zipf_plots.sh old 4 200 140 10000 10000 echo "### ### ### testing with p_mutate = 0.160" 1>&2 make_tandt_zipf_plots.sh old 1 200 160 10000 10000 make_tandt_zipf_plots.sh old 2 200 160 10000 10000 make_tandt_zipf_plots.sh old 3 200 160 10000 10000 make_tandt_zipf_plots.sh old 4 200 160 10000 10000 mid-zipf-plots: rm -fv out/tnt-*.{txt,wfr,gud,bad,dic} echo "### ### ### testing with p_mutate = 0.010" 1>&2 make_tandt_zipf_plots.sh mid 1 100 010 10000 10000 make_tandt_zipf_plots.sh mid 2 100 010 10000 10000 echo "### ### ### testing with p_mutate = 0.200" 1>&2 make_tandt_zipf_plots.sh mid 1 100 200 10000 10000 make_tandt_zipf_plots.sh mid 2 100 200 10000 10000 echo "### ### ### testing with p_mutate = 0.990" 1>&2 make_tandt_zipf_plots.sh mid 1 100 990 10000 10000 make_tandt_zipf_plots.sh mid 2 100 990 10000 10000 zer-zipf-plots: rm -fv out/tnt-*.{txt,wfr,gud,bad,dic} make_tandt_zipf_plots.sh zer 1 000 001 10000 10000 make_tandt_zipf_plots.sh zer 2 000 001 10000 10000