Last Version

HASCO 0.2.1

HASCO is a framework for reducing configuration tasks (e.g. software system configuration or algorithm configuration) into an HTN planning problem. This can then in turn be reduced to a graph search problem that can be solved by any kind of standard graph search algorithm, e.g., breadth-first-search.

License

License

GroupId

GroupId

ai.libs
ArtifactId

ArtifactId

hasco
Version

Version

0.2.1
Type

Type

jar
Description

Description

HASCO
HASCO is a framework for reducing configuration tasks (e.g. software system configuration or algorithm configuration) into an HTN planning problem. This can then in turn be reduced to a graph search problem that can be solved by any kind of standard graph search algorithm, e.g., breadth-first-search.
Source Code Management

Source Code Management

https://github.com/fmohr/AILibs

Download hasco 0.2.1


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

Dependencies

compile (10)

Group / Artifact Type Version
org.aeonbits.owner : owner-java8 jar 1.0.10
com.google.guava : guava jar 27.0-jre
org.slf4j : slf4j-api jar 1.7.25
ai.libs : jaicore-basic jar 0.2.1
ai.libs : jaicore-logic jar 0.2.1
ai.libs : jaicore-algorithminspector jar 0.2.1
ai.libs : jaicore-planning jar 0.2.1
ai.libs : jaicore-search jar 0.2.1
org.apache.commons : commons-lang3 jar 3.9
mysql : mysql-connector-java jar 5.1.45

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19
ai.libs : jaicore-basic jar 0.2.1

Project Modules

There are no modules declared in this project.