License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.multiworldtesting |
ArtifactId | ArtifactIdexplore-java |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMachine Learning Exploration Library
A library for general purpose exploration through a set of actions. This is most applicable in a reinforcement
or bandit setting, althought it is most often tested with Vowpal Wabbit.
|
Project URL |
Project URL |
Filename | Size |
---|---|
explore-java-1.0.0.pom | |
explore-java-1.0.0.jar | 30 KB |
explore-java-1.0.0-tests.jar | 24 KB |
explore-java-1.0.0-sources.jar | 21 KB |
explore-java-1.0.0-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.multiworldtesting/explore-java/ -->
<dependency>
<groupId>com.github.multiworldtesting</groupId>
<artifactId>explore-java</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.multiworldtesting/explore-java/
implementation 'com.github.multiworldtesting:explore-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.multiworldtesting/explore-java/
implementation ("com.github.multiworldtesting:explore-java:1.0.0")
'com.github.multiworldtesting:explore-java:jar:1.0.0'
<dependency org="com.github.multiworldtesting" name="explore-java" rev="1.0.0">
<artifact name="explore-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.multiworldtesting', module='explore-java', version='1.0.0')
)
libraryDependencies += "com.github.multiworldtesting" % "explore-java" % "1.0.0"
[com.github.multiworldtesting/explore-java "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
com.google.code.gson : gson | jar | 2.4 |
junit : junit | jar | 4.11 |
Version |
---|
1.0.0
|