License |
License |
---|---|
GroupId | GroupIdai.libs |
ArtifactId | ArtifactIdhasco-core |
Last Version | Last Version0.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHASCO
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 |
Filename | Size |
---|---|
hasco-core-0.2.7.pom | |
hasco-core-0.2.7.jar | 181 KB |
hasco-core-0.2.7-sources.jar | 102 KB |
hasco-core-0.2.7-javadoc.jar | 722 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.libs/hasco-core/ -->
<dependency>
<groupId>ai.libs</groupId>
<artifactId>hasco-core</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/ai.libs/hasco-core/
implementation 'ai.libs:hasco-core:0.2.7'
// https://jarcasting.com/artifacts/ai.libs/hasco-core/
implementation ("ai.libs:hasco-core:0.2.7")
'ai.libs:hasco-core:jar:0.2.7'
<dependency org="ai.libs" name="hasco-core" rev="0.2.7">
<artifact name="hasco-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.libs', module='hasco-core', version='0.2.7')
)
libraryDependencies += "ai.libs" % "hasco-core" % "0.2.7"
[ai.libs/hasco-core "0.2.7"]
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.7 |
ai.libs : jaicore-components | jar | 0.2.7 |
ai.libs : jaicore-logic | jar | 0.2.7 |
ai.libs : jaicore-algorithminspector | jar | 0.2.7 |
ai.libs : jaicore-planning | jar | 0.2.7 |
ai.libs : jaicore-search | jar | 0.2.7 |
org.apache.commons : commons-lang3 | jar | 3.9 |
mysql : mysql-connector-java | jar | 5.1.45 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.19 |
ai.libs : jaicore-basic | jar | 0.2.7 |
org.junit.platform : junit-platform-runner | jar | 1.7.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.awaitility : awaitility | jar | 4.0.3 |