Back to the 2024 paper
Similar questions
Artificial intelligenceDescribe constraint satisfaction problem in detail.20197mArtificial intelligenceConstraint Satisfaction Problems are usually solved using (i) Backtracking (ii) Breadth First Search (iii) A* Search (iv) Alpha-Beta Pruning20252mDatabase Management SystemList out various constraints in relational model and explain in short.20195mDatabase Management SystemThe restriction placed on data is said to be: (i) relation (ii) attribute (iii) parameter (iv) constraint20192m
PreviousHeuristics are designed to guide search algorithms efficiently, but they can sometimes mislead the search. Describe a situation in which A* search performs worse than an uninformed search due to a poorly chosen heuristic.NextDescribe how Particle Swarm Optimization (PSO) works with a simple analogy (e.g., birds flocking). Show how particles update their positions and velocities.