Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2014-01-27 10:59:05
Size: 1310
Editor: XmlRpcBot
Comment:
Revision 10 as of 2015-10-31 20:37:29
Size: 0
Editor: MalteHelmert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents>>

== shrink_bisimulation ==

{{{
shrink_bisimulation(max_states=-1, max_states_before_merge=-1, greedy=false, threshold=-1, group_by_h=false, at_limit=RETURN)
}}}

 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product
 * ''greedy'' (bool): use greedy bisimulation
 * ''threshold'' (int): TODO: document
 * ''group_by_h'' (bool): TODO: document
 * ''at_limit'' ({RETURN, USE_UP}): what to do when the size limit is hit
== f-Preserving ==
{{{
shrink_fh(max_states=-1, max_states_before_merge=-1, shrink_f=HIGH, shrink_h=LOW)
}}}


 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product
 * ''shrink_f'' ({HIGH, LOW}): prefer shrinking states with high or low f values
 * ''shrink_h'' ({HIGH, LOW}): prefer shrinking states with high or low h values
== Random ==
{{{
shrink_random(max_states=-1, max_states_before_merge=-1)
}}}


 * ''max_states'' (int): maximum abstraction size
 * ''max_states_before_merge'' (int): maximum abstraction size for factors of synchronized product

/* moin code generated by txt2tags 2.6b (http://txt2tags.sf.net) */
/* cmdline: txt2tags */

FastDownward: Doc/ShrinkStrategy (last edited 2024-01-11 22:26:38 by XmlRpcBot)