kumulant

Companion

Default-tuning helpers.

Functions

Link copied to clipboard
fun defaultEta(nbrArms: Int, nbrExperts: Int): Double

Default learning rate from the EXP4 regret analysis: sqrt(ln(N) / (T * K)) collapsed to a horizon-free form using T = 1 as a starting heuristic.

defaultEta

fun defaultEta(nbrArms: Int, nbrExperts: Int): Double(source)

Default learning rate from the EXP4 regret analysis: sqrt(ln(N) / (T * K)) collapsed to a horizon-free form using T = 1 as a starting heuristic.