eaburns / search

Research code for heuristic search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for researching heuristic search algorithms.

You can build with either GCC or clang.  If one or the other doesn't
work then it is a bug so please tell me.

Ubuntu package dependencies:
	libboost-dev

The plat2d/watch binary and graphics code also need:
	libsdl1.2-dev libsdl-image1.2-dev

search/learnh/lms needs lapack:
	liblapack-dev

Clang versions less than 3.0 do not seem to work.

About

Research code for heuristic search

License:MIT License


Languages

Language:C++ 94.4%Language:C 3.2%Language:NASL 1.7%Language:Shell 0.4%Language:Makefile 0.2%Language:Awk 0.0%