Revision 3 as of 2015-07-18 02:55:46

Clear message

Alternation open list

alternates between several open lists.

alt(sublists=, boost=0)

Pareto open list

Selects one of the Pareto-optimal (regarding the sub-evaluators) entries for removal.

pareto(evals=, pref_only=false, state_uniform_selection=false)

Standard open list

Standard open list that uses a single evaluator

single(eval=, pref_only=false)

Bucket-based open list

Bucket-based open list implementation that uses a single evaluator. Ties are broken in FIFO order.

single_buckets(eval=, pref_only=false)

Tie-breaking open list

tiebreaking(evals=, pref_only=false, unsafe_pruning=true)