/ai-search

Implementation of basic hill climbing algorithm.

Primary LanguageJavaApache License 2.0Apache-2.0

ai-search

Maven Central Coveralls Build Status

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>