Uses of Interface
com.google.adk.planner.goap.SearchStrategy
Packages that use SearchStrategy
-
Uses of SearchStrategy in com.google.adk.planner.goap
Classes in com.google.adk.planner.goap that implement SearchStrategyModifier and TypeClassDescriptionfinal classA* forward search strategy that explores from preconditions toward the goal, activating agents whose inputs are all satisfied.final classBackward-chaining DFS search strategy with parallel grouping.Constructors in com.google.adk.planner.goap with parameters of type SearchStrategyModifierConstructorDescriptionGoalOrientedPlanner(String goal, List<AgentMetadata> metadata, SearchStrategy searchStrategy, ReplanPolicy replanPolicy)