Revision 2 as of 2015-06-05 10:49:13

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)