|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.online.LRTAStarAgent |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public SimulatedAnnealingSearch(hf Function<Object,Double>) in class aima.core.search.local.SimulatedAnnealingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.informed.BestFirstSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public AStarSearch(impl QueueSearch, hf Function<Object,Double>) in class aima.core.search.informed.AStarSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public LRTAStarAgent(problem OnlineSearchProblem, ptsFunction PerceptToStateFunction, hf Function<Object,Double>) in class aima.core.search.online.LRTAStarAgent |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public GreedyBestFirstSearch(impl QueueSearch, hf Function<Object,Double>) in class aima.core.search.informed.GreedyBestFirstSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public EvalFunction(hf Function<Object,Double>) in class aima.core.search.informed.GreedyBestFirstSearch.EvalFunction |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.informed.Informed |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public SimulatedAnnealingSearch(hf Function<Object,Double>, scheduler Scheduler) in class aima.core.search.local.SimulatedAnnealingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public HillClimbingSearch(hf Function<Object,Double>) in class aima.core.search.local.HillClimbingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.framework.evalfunc.HeuristicEvaluationFunction |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.local.HillClimbingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public setHeuristicFunction(hf Function<Object,Double>) : void in class aima.core.search.informed.RecursiveBestFirstSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method protected createSearch(hf Function<Object,Double>, taskSelection int) : SearchForActions in class aimax.osm.routing.RouteCalculator |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public SimulatedAnnealingSearch(hf Function<Object,Double>, scheduler Scheduler, nodeExpander NodeExpander) in class aima.core.search.local.SimulatedAnnealingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public HillClimbingSearch(hf Function<Object,Double>, nodeExpander NodeExpander) in class aima.core.search.local.HillClimbingSearch |
From |
To |
|
Change Parameter Type hf : HeuristicFunction to hf : Function<Object,Double> in method public createSearch(strategy int, qSearchImpl int, hf Function<Object,Double>) : SearchForActions in class aima.gui.util.SearchFactory |
From |
To |
|
Change Return Type double to Double in method public apply(s Object) : Double in class aimax.osm.routing.OsmSldHeuristicFunction |
From |
To |
|
Change Return Type double to Double in method public apply(state Object) : Double in class aima.core.environment.eightpuzzle.ManhattanHeuristicFunction |
From |
To |
|
Change Return Type double to Double in method public apply(state Object) : Double in class aima.core.environment.nqueens.AttackingPairsHeuristic |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method public getHeuristicFunction() : Function<Object,Double> in class aima.core.search.framework.evalfunc.HeuristicEvaluationFunction |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method protected createHeuristic(heuIdx int) : Function<Object,Double> in class aima.gui.swing.applications.agent.map.RouteFindingAgentApp.RouteFindingAgentController |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method protected abstract createHeuristic(heuIdx int) : Function<Object,Double> in class aima.gui.swing.applications.agent.map.AbstractMapAgentController |
From |
To |
|
Change Return Type double to Double in method public apply(state Object) : Double in class aima.core.environment.eightpuzzle.MisplacedTileHeuristicFunction |
From |
To |
|
Change Return Type double to Double in method public apply(state Object) : Double in class aima.core.environment.map.MapFunctionFactory.StraightLineDistanceHeuristicFunction |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method public getHeuristicFunction() : Function<Object,Double> in class aima.core.search.online.LRTAStarAgent |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method protected createHeuristic(heuIdx int, goal String) : Function<Object,Double> in class aimax.osm.gui.swing.viewer.agent.OsmAgentController |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method public getSLDHeuristicFunction(goal Object, map Map) : Function<Object,Double> in class aima.core.environment.map.MapFunctionFactory |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method public createHeuristicFunction(goal Object) : Function<Object,Double> in class aima.core.search.framework.evalfunc.HeuristicFunctionFactory |
From |
To |
|
Change Return Type double to Double in method public apply(state Object) : Double in class aima.core.environment.wumpusworld.ManhattanHeuristicFunction |
From |
To |
|
Change Return Type HeuristicFunction to Function<Object,Double> in method protected createHeuristicFunction(pNodes MapNode[], taskSelection int) : Function<Object,Double> in class aimax.osm.routing.RouteCalculator |
From |
To |
|
Change Variable Type hf : HeuristicFunction to hf : Function<Object,Double> in method public calculateRoute(markers List<MapNode>, map OsmMap, taskSelection int) : List<Position> in class aimax.osm.routing.RouteCalculator |
From |
To |
|
Change Variable Type heuristic : HeuristicFunction to heuristic : Function<Object,Double> in method protected createAgent(locations List<String>) : Agent in class aimax.osm.gui.fx.applications.OsmLRTAStarAgentApp |
From |
To |
|
Change Variable Type hf : HeuristicFunction to hf : Function<Object,Double> in method public planRoute(current AgentPosition, goals Set<Room>, allowed Set<Room>) : List<Action> in class aima.core.environment.wumpusworld.HybridWumpusAgent |
From |
To |
|
Change Variable Type ahf : HeuristicFunction to ahf : Function<Object,Double> in method protected createHeuristic(heuIdx int, goal String) : Function<Object,Double> in class aimax.osm.gui.swing.viewer.agent.OsmAgentController |
From |
To |
|
Change Variable Type fn : MisplacedTilleHeuristicFunction to hf : MisplacedTileHeuristicFunction in method public testHeuristicCalculation() : void in class aima.test.core.unit.environment.eightpuzzle.MisplacedTileHeuristicFunctionTest |
From |
To |
|
Change Variable Type statusMsg : StringBuffer to statusMsg : StringBuilder in method public update(simulationThread SimulationThread) : void in class aimax.osm.gui.swing.viewer.agent.OsmAgentController |
From |
To |
|
Change Variable Type heuristic : HeuristicFunction to heuristic : Function<Object,Double> in method protected createSearch(locations List<String>) : SearchForActions in class aimax.osm.gui.fx.applications.OsmAgentBaseApp |
From |
To |
|
Change Variable Type hf : HeuristicFunction to hf : Function<Object,Double> in method protected createHeuristic(heuIdx int) : Function<Object,Double> in class aima.gui.swing.applications.agent.map.RouteFindingAgentApp.RouteFindingAgentController |
From |
To |
|
Change Attribute Type gf : PathCostFunction to gf : Function<Node,Double> in class aima.core.search.informed.AStarSearch.EvalFunction |
From |
To |
|
Change Attribute Type hf : HeuristicFunction to hf : Function<Object,Double> in class aima.core.search.online.LRTAStarAgent |
From |
To |
|
Change Attribute Type heuristic : HeuristicFunction to heuristic : Function<Object,Double> in class aima.gui.fx.applications.agent.RouteFindingAgentApp |
From |
To |
|
Change Attribute Type hf : HeuristicFunction to hf : Function<Object,Double> in class aima.core.search.local.HillClimbingSearch |
From |
To |
|
Change Attribute Type hf : HeuristicFunction to hf : Function<Object,Double> in class aima.core.search.local.SimulatedAnnealingSearch |
From |
To |
|
Change Attribute Type heuristic : HeuristicFunction to heuristic : Function<Object,Double> in class aima.gui.swing.applications.agent.map.AbstractMapAgentController |
From |
To |
|
Change Attribute Type heuristic : HeuristicFunction to heuristic : Function<Object,Double> in class aimax.osm.gui.swing.viewer.agent.OsmAgentController |
From |
To |
|
Change Attribute Type hf : HeuristicFunction to hf : Function<Object,Double> in class aima.test.core.unit.search.online.LRTAStarAgentTest |
From |
To |
|
Change Attribute Type hf : HeuristicFunction to hf : Function<Object,Double> in class aima.core.search.framework.evalfunc.HeuristicEvaluationFunction |
From |
To |