Differences between revisions 1 and 2
Revision 1 as of 2016-08-19 11:57:45
Size: 858
Editor: XmlRpcBot
Comment:
Revision 2 as of 2019-11-22 20:01:09
Size: 854
Editor: XmlRpcBot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
/* moin code generated by txt2tags 2.6b (http://txt2tags.sf.net) */ /* moin code generated by txt2tags 2.6 (http://txt2tags.org) */

This page describes the available merge selectors. They are used to compute the next merge purely based on the state of the given factored transition system. They are used in the merge strategy of type 'stateless', but they can also easily be used in different 'combined'merged strategies.

Score based filtering merge selector

This merge selector has a list of scoring functions, which are used iteratively to compute scores for merge candidates, keeping the best ones (with minimal scores) until only one is left.

score_based_filtering(scoring_functions)
  • scoring_functions (list of MergeScoringFunction): The list of scoring functions used to compute scores for candidates.

FastDownward: Doc/MergeSelector (last edited 2024-01-11 21:04:18 by XmlRpcBot)