answersLogoWhite

0


Best Answer

Add the missionaries and cannibals in the starting side then divide by 2

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Construct a heuristic function for missionaries and cannibals problem?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the heuristic function of language?

Certain functions and patterns in language serve as quick and effective mechanisms to memorize new information.


What is the function of a construction site in a city?

to construct things in a city


What is ordering paradigm?

I Computer Science, Ordering paradigm refers to a Greedy heuristic in which candidates are choosen in the order in which they appear, no selection function is used.


What is an object function?

A function object is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax ...


What is the function of language according to halliday?

1. Instrumental 2. Regulatory 3. Representational 4. Interactional 5.Personal 6. Heuristic 7. Imaginative


What is construction in a math problem?

In a maths problem, "construction" usually means you're required to draw something. e.g "Construct a line from A to B", or "Construct a graph of this function".


What are the Drawbacks of heuristic function?

1. Due to the fact that is a trail and error approach to problem solving, it can be time consuming. 2. It never guarantees a correct or optimal solution to the problem.


Why did Charles V direct his son to construct the Escorial?

To function as the tomb for all the Spanish kings


What is the function of the claws?

The Kiwi has strong, sharp claws which it uses to search for food, and to construct a burrow.


What is the suitable search method for the problem of 'Tower of Hanoi' in Artificial Intelligence?

Many search algorithms are possible. Tree-based methods, in which all paths to all solutions are produced, is one option. Each node in the tree would represent a "state" or "configuration" of the problem, while an edge from one node to the next represents the "move" you make. Consequently, finding a solution to this problem is equivalent to building the tree while checking if each node is a valid solution. Another method, such the A* algorithm is a heuristic search algorithm. You would use a heuristic function that estimates the optimal path to the solution from the current node. It is the quickest, but since it is a heuristic algorithm, it is not guaranteed to always return the correct answer, since this is dependent on the heuristic function you use in your algorithm.


Is the infinite sum of continuous function continuous?

An infinite sum of continuous functions does not have to be continuous. For example, you should be able to construct a Fourier series that converges to a discontinuous function.


How do you get Excel to stop calculating an IF function and lock in the value once a certain value has been met or after a certain number of calculations?

An IF function can only return one value. Once it finds a value that fits its criteria it does not continue. It is important that you construct a IF function correctly, particularly if it is a nested IF function, so that you get the correct result. If you do that, then issues around where it stops calculating are not a problem. It is simple to construct a nested IF function in the wrong way and it is a mistake a lot of people make.