|
Change Parameter Type o : Object to o : State in method public reward(o State) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type agent : Agent<? super Percept,? extends Action> to agent : Agent<?,?> in method protected executeNoOp(agent Agent<?,?>) : void in class aima.core.environment.vacuum.VacuumEnvironment |
From |
To |
|
Change Parameter Type action : aima.core.agent.Action to action : Action in method public transitionProbability(sDelta State, o State, action Action) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type agent : Agent<? super CellWorldPercept,? extends CellWorldAction> to agent : Agent<?,?> in method protected executeNoOp(agent Agent<?,?>) : void in class aima.core.learning.reinforcement.example.CellWorldEnvironment |
From |
To |
|
Change Parameter Type o : Object to o : State in method public transitionProbability(sDelta State, o State, action Action) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type sDelta : Object to sDelta : State in method public transitionProbability(sDelta State, o State, action Action) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type o : Object to s : State in method public actions(s State) : Set<Action> in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type observedState : Object to observedState : State in method public sensorModel(observedState State, actualState State) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Parameter Type actualState : Object to actualState : State in method public sensorModel(observedState State, actualState State) : double in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Return Type Agent to Agent<DynamicPercept,MoveToAction> in method protected createAgent(locations List<String>) : Agent<DynamicPercept,MoveToAction> in class aimax.osm.gui.fx.applications.OnlineAgentOsmApp |
From |
To |
|
Change Return Type Object to State in method public getInitialState() : State in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Return Type Agent to Agent<DynamicPercept,MoveToAction> in method protected createAgent(locations List<String>) : Agent<DynamicPercept,MoveToAction> in class aimax.osm.gui.fx.applications.ExtendedRouteFindingAgentOsmApp |
From |
To |
|
Change Return Type Set to Set<Action> in method public actions(s State) : Set<Action> in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Return Type Set to Set<State> in method public states() : Set<State> in class aima.test.core.unit.probability.POMDP |
From |
To |
|
Change Return Type Set to Set<Action> in method public getAllActions() : Set<Action> in class aima.test.core.unit.probability.POMDP |
From |
To |