public class SoftMaxDecreasingTest extends TestPolicyPerformance {
@Override
protected Pair<MinBanditPolicyFactory, ParameterBlock> getPolicySetup() {
return new Pair<MinBanditPolicyFactory, ParameterBlock>(
new SoftMaxDecreasingFactory(), new ParameterBlock());
}