Uses of Enum
eu.iv4xr.framework.goalsAndTactics.Sa1Solver.Policy
Package
Description
Contains examples of suggested goals and tactics that developers can
implement.
-
Uses of Sa1Solver.Policy in eu.iv4xr.framework.goalsAndTactics
Modifier and TypeMethodDescriptionstatic Sa1Solver.Policy
Returns the enum constant of this type with the specified name.static Sa1Solver.Policy[]
Sa1Solver.Policy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription(package private) WorldEntity
Sa1Solver.nextCandidate(Iv4xrAgentState<NavgraphNode> belief, List<String> visited, Predicate<WorldEntity> selector, String tId, Sa1Solver.Policy policy)
Sa1Solver.solver(BasicAgent agent, String tId, Predicate<WorldEntity> selector, Predicate<Iv4xrAgentState> phi, Sa1Solver.Policy policy, int incrementalExplorationBudget)
This tries to make the environment to move to a state where the entity tId satisfies the predicate phi as a goal.