org.encog.ml.world
Interface PerformAction


public interface PerformAction


Method Summary
 double determineCost(World w, State s, Action a)
           
 boolean isPossible(World w, State s, Action a)
           
 void perform(World w, State s, Action a)
           
 

Method Detail

perform

void perform(World w,
             State s,
             Action a)

determineCost

double determineCost(World w,
                     State s,
                     Action a)

isPossible

boolean isPossible(World w,
                   State s,
                   Action a)


Copyright © 2014. All Rights Reserved.