Entry
Problem solving: Method: Analogy: What is the 'Generate and test method' method?
Oct 17th, 2003 17:54
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 12 October 2020 - 07:19 am --------------------
---
Problem solving: Method: Analogy: What is the 'Generate and test
method' method?
---
The 'Generate and test' problem solving method is a special case of the
brute force searching method to possibly find a solution.
---
That is, you simply generate all possible solutions, test if it is a
solution, and if not you repeat.
---
Thus the problem solver generates a list of alternative ways of action,
not necessarily in systematic way, and then notices in turn whether
each course of action will work
---
---
Internet: see also:
---
Problem solving: Method: Overview: Can you give an overview of
possible problem solving methods?
http://www.faqts.com/knowledge_base/view.phtml/aid/25426/fid/1242
---
Problem-solving
http://pespmc1.vub.ac.be/PROBSOLV.html
---
Problem solving:
http://www.u.arizona.edu/~dusana/psych325presession/notes/CH11.ppt
----------------------------------------------------------------------