Download explore-java-1.0.0.jar file - Jar e

Jar examples for e:explore-java

Description

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.

You can download jar file explore-java 1.0.0 in this page.

License

Multi World Testing License

Build File

You can use the following script to add explore-java-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.multiworldtesting</groupId>
   <artifactId>explore-java</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.multiworldtesting', name: 'explore-java', version: '1.0.0'
libraryDependencies += "com.github.multiworldtesting" % "explore-java" % "1.0.0"
<dependency org="com.github.multiworldtesting" name="explore-java" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.multiworldtesting', module='explore-java', version='1.0.0'))
'com.github.multiworldtesting:explore-java:jar:1.0.0'

Download

Click the following link to download the jar file.

explore-java-1.0.0-javadoc.jar
explore-java-1.0.0-sources.jar
explore-java-1.0.0-tests.jar
explore-java-1.0.0.jar
explore-java-1.0.0.pom



Related Tutorials