6973f3285b4911c0dac14ce5b84dbe04eae6b968
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pomdp : POMDP<S,A,E> to pomdp : POMDP<S,A> in method public POMDPValueIteration(pomdp POMDP<S,A>, maxError double, maxDepth int) in class aima.core.probability.mdp.search.POMDPValueIteration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type state : Object to state : S in method public pomdpValueIteration() : HashMap<List<A>,List<Double>> in class aima.core.probability.mdp.search.POMDPValueIteration | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pomdp : POMDP<S,A,E> to pomdp : POMDP<S,A> in class aima.core.probability.mdp.search.POMDPValueIteration | From | To |