ai-search

Implementation of basic hill climbing search

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.github.lstephen
ArtifactId

ArtifactId

ai-search
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

ai-search
Implementation of basic hill climbing search
Project URL

Project URL

https://lstephen.github.io/ai-search
Source Code Management

Source Code Management

https://github.com/lstephen/ai-search

Download ai-search

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lstephen/ai-search/ -->
<dependency>
    <groupId>com.github.lstephen</groupId>
    <artifactId>ai-search</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lstephen/ai-search/
implementation 'com.github.lstephen:ai-search:1.2'
// https://jarcasting.com/artifacts/com.github.lstephen/ai-search/
implementation ("com.github.lstephen:ai-search:1.2")
'com.github.lstephen:ai-search:jar:1.2'
<dependency org="com.github.lstephen" name="ai-search" rev="1.2">
  <artifact name="ai-search" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lstephen', module='ai-search', version='1.2')
)
libraryDependencies += "com.github.lstephen" % "ai-search" % "1.2"
[com.github.lstephen/ai-search "1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 18.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.1.0

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.2
1.1