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