__________ method is also called as “generate and test” method
Answers
Answered by
0
Explanation:
In thought: Algorithms and heuristics. …of the problem-solving heuristics, the generate-and-test method involves generating alternative courses of action, often in a random fashion, and then determining for each course whether it will solve the problem.
Answered by
0
Algorithm & heuristics.
Algorithm & heuristics method is also called as “generate and test” method.
Explanation:
- In genrate and test method , all the solutions are generated and the best solution is considered.
- In this first the solution is opted then it is sent to check whether it is correct or not , if the solution satisfies the condition it stops , otherwise it again goes to step 1 and starts executing the solutions.
- It is also known as the algorithm and heuristics method as a proper algorithm is generated to determine the solution.
Similar questions