Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2015-07-18 02:55:46
Size: 849
Editor: XmlRpcBot
Comment:
Revision 6 as of 2015-10-31 19:49:38
Size: 738
Editor: XmlRpcBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

XXX TODO: description of the role of scalar evaluators and the connection to [[Doc/Heuristic|Heuristic]]
Line 26: Line 24:
sum(evals=) sum(evals)
Line 33: Line 31:
weight(eval=, weight=) weight(eval, weight)

g-value evaluator

Returns the g-value (path cost) of the search node.

g()

Preference evaluator

Returns 0 if preferred is true and 1 otherwise.

pref()

Sum evaluator

Calculates the sum of the sub-evaluators.

sum(evals)

Weighted evaluator

Multiplies the value of the scalar evaluator with the given weight.

weight(eval, weight)