public class BellmanOperator extends java.lang.Object implements DPOperator
Constructor and Description |
---|
BellmanOperator() |
Modifier and Type | Method and Description |
---|---|
double |
apply(double[] qs)
Applies the operator on the input q-values and returns the result.
|
public double apply(double[] qs)
DPOperator
apply
in interface DPOperator
qs
- the q-values on which the operator is to be applied.