ai-search
Implementation of basic hill climbing algorithm.
Maven Reports: http://lstephen.github.io/ai-search/
Installation
When using maven add the following to your pom.xml
(and define ai-search.version
elsewhere).
<dependency>
<groupId>com.github.lstephen</groupId>
<artifactId>ai-search</artifactId>
<version>${ai-search.version}</version>
</dependency>