Last Version

HASCO-Fanova 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-fanova
Version

Version

0.2.1
Type

Type

jar
Description

Description

HASCO-Fanova
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-fanova 0.2.1


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

Dependencies

compile (5)

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 : hasco jar 0.2.1
ai.libs : jaicore-ml-weka jar 0.2.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.