S
- the generic type for a stateA
- the generic type for an actionD
- the generic type of the value returned@FunctionalInterface public interface ImmediateValueFunction<S,A,D>
Modifier and Type | Method and Description |
---|---|
D |
apply(S initialState,
A action,
S finalState)
The immediate value function
|
D apply(S initialState, A action, S finalState)
initialState
- the initial state of the stochastic process.action
- the chosen action.finalState
- the final state of the stochastic process.initialState
to finalState
under a chosen action
.Copyright © 2017–2018. All rights reserved.