chriswarbo-net: c4c6d076a9ce07de21a4b3ff8940b865bb31d613
1: ---
2: title: Optimisation Algorithms in Javascript
3: ---
4: Optimisation is the problem of finding the 'best' solution to a problem as
5: quickly as possible. These pages demonstrate a few optimisation algorithms
6: using Javascript:
7:
8: - [Enumeration](enumeration.html)
9: - [Random Walk](randomwalk.html)
10: - [Self-avoiding Random Walk](selfavoidingwalk.html)
11: - [Tabu Search](tabu.html)
12: - [Levy Flight](levy.html)
13: - [Hill-climbing](hillclimbing.html)
14: - [Hill-climbing Levy Flight](levyclimbing.html)
15: - [Levin Search](levin.html)
16: - [Genetic Algorithm with Mutation](mutation.html)
17: - [Genetic Algorithm with Crossover](crossover.html)
18: - [Genetic Algorithm with Mutation and Crossover](mutatingcrossover.html)
Generated by git2html.