Search Algorithms (again!)
Posted on
by
Chris Warburton
I’ve been moving the content from my old ocPortal site over to Hakyll, starting with my blog posts. These are all transferred, so now I’ve moved on to the pages in my Wiki, the most interesting of which are the Javascript search algorithms.
These are now living in my “projects” section. In the process I’ve made some of them a bit easier to use:
- Rather than controlling the number of searchers with a slider, just click on the search space
- Rather than asking for a fitness at which to stop, the algorithms just keep going
- The fittest solution is now marked with a green circle
- Some of the code’s been cleaned up a little :)