All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mwt.consumers.ConsumePolicies Maven / Gradle / Ivy

Go to download

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.

The newest version!
package com.mwt.consumers;

import com.mwt.policies.Policy;

import java.util.List;

public interface ConsumePolicies {
  void updatePolicy(List> newPolicies);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy