public interface UCBEquation
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double[] values,
double[] parameters)
evaluate the ucb equation using the current parameters at the current state
|
int |
lengthParameters()
get the number of parameters used in this equation
|
java.lang.String |
toString(double[] parameters)
print the ucb equation using the current parameters
|
int lengthParameters()
double evaluate(double[] values,
double[] parameters)
values - state valuesparameters - ucb parametersjava.lang.String toString(double[] parameters)
parameters - ucb parameters