Done some trials on hillclimbing and simulated annealing
authorNeil Smith <neil.git@njae.me.uk>
Thu, 6 Dec 2018 15:34:05 +0000 (15:34 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Thu, 6 Dec 2018 15:34:05 +0000 (15:34 +0000)
commit39c4ae8d56e4399d431cc3f0c782784f1d197eab
tree3b69b81bb286d2cbcdbd9367e9750c6caa251099
parent9cd1b408d331f2426e614d5380e8a9a71363b03b
Done some trials on hillclimbing and simulated annealing
18 files changed:
cipher/keyword_cipher.py
hillclimbing-results/hillclimbing-experiments.ipynb [new file with mode: 0644]
hillclimbing-results/hillclimbing-given-trigram-gaussian.csv [new file with mode: 0644]
hillclimbing-results/hillclimbing-given-trigram-gaussian.csv.png [new file with mode: 0644]
hillclimbing-results/hillclimbing-given-trigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/hillclimbing-given-trigram-uniform.csv.png [new file with mode: 0644]
hillclimbing-results/hillclimbing-random-trigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/hillclimbing-random-trigram-uniform.csv.png [new file with mode: 0644]
hillclimbing-results/hillclimbing-random-unigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/hillclimbing-results.ipynb [new file with mode: 0644]
hillclimbing-results/sa-given-trigram-gaussian.csv [new file with mode: 0644]
hillclimbing-results/sa-given-trigram-gaussian.csv.png [new file with mode: 0644]
hillclimbing-results/sa-given-trigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/sa-given-trigram-uniform.csv.png [new file with mode: 0644]
hillclimbing-results/sa-random-trigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/sa-random-trigram-uniform.csv.png [new file with mode: 0644]
hillclimbing-results/sa-random-unigram-uniform.csv [new file with mode: 0644]
hillclimbing-results/test.png [new file with mode: 0644]