org.encog.ml.world
Interface ActionProbability

All Known Implementing Classes:
GridAbstractProbability, GridDeterministicProbability, GridStochasticProbability

public interface ActionProbability


Method Summary
 double calculate(State targetState, State currentState, Action action)
           
 Set<SuccessorState> determineSuccessorStates(State state, Action action)
           
 

Method Detail

calculate

double calculate(State targetState,
                 State currentState,
                 Action action)

determineSuccessorStates

Set<SuccessorState> determineSuccessorStates(State state,
                                             Action action)


Copyright © 2014. All Rights Reserved.