RegressionContextualSpec
Spec for RegressionContextualBandit with a linear-posterior backbone. The regression variant picks one of the three LinearRegressionResult-typed regressors; the posterior selects the matching scoring rule.
Constructors
Properties
Per-evaluate exploration scale forwarded to posterior.
Template for the global pooling regressor; null disables pooling.
Stateless arm scorer applied to each per-arm snapshot.
Per-arm regressor template; cloned for each arm.
Functions
Dispatch any ContextualBanditSpec to its concrete bandit.
Build a live RegressionContextualBandit from its spec.
RegressionContextualSpec
exploration
Per-evaluate exploration scale forwarded to posterior.
globalRegression
Template for the global pooling regressor; null disables pooling.
nbrArms
posterior
Stateless arm scorer applied to each per-arm snapshot.
regression
Per-arm regressor template; cloned for each arm.