Artificial intelligence Which is the most straightforward approach for planning algorithm? State-space search Hill-climbing search Best-first search Depth-first search State-space search Hill-climbing search Best-first search Depth-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Depth-limited search Depth-first search Bidirectional search Iterative deepening search Depth-limited search Depth-first search Bidirectional search Iterative deepening search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Specify the agent architecture name that is used to capture all kinds of actions. None of the mentioned Hybrid Complex Relational None of the mentioned Hybrid Complex Relational ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A heuristic is a way of trying __________ To compare two nodes in a search tree to see if one is better than the other is To discover something or an idea embedded in a program All of the mentioned To search and measure how far a node in a search tree seems to be from a goal To compare two nodes in a search tree to see if one is better than the other is To discover something or an idea embedded in a program All of the mentioned To search and measure how far a node in a search tree seems to be from a goal ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Heuristic function h(n) is ________ Cheapest path from root to goal node Average path cost Lowest path cost Estimated cost of cheapest path from root to goal node Cheapest path from root to goal node Average path cost Lowest path cost Estimated cost of cheapest path from root to goal node ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence How the new states are generated in genetic algorithm? Cross-over Composition Both Mutation & Cross-over Mutation Cross-over Composition Both Mutation & Cross-over Mutation ANSWER DOWNLOAD EXAMIANS APP