concepts.dm.pdsketch.strips.strips_grounding_onthefly.ogstrips_search_with_heuristics# ogstrips_search_with_heuristics(problem, initial_actions=tuple(), hfunc_name='hmax', h_weight=1, g_weight=1, max_expanded_nodes=1000000, timeout=10.0, verbose=False, hfunc_verbose=False)[source]# Parameters: problem (OnTheFlyGStripsProblem) initial_actions (Sequence[Tuple[AtomicStripsOperator, Dict[str, int | str]]]) hfunc_name (str) h_weight (float) g_weight (float) max_expanded_nodes (int) timeout (float) verbose (bool) hfunc_verbose (bool)