pub fn get_dynamic_heuristic(
    problem: Arc<Problem>,
    environment: Arc<Environment>
) -> DynamicSelective<RefinementContext, GoalContext, InsertionContext>
Expand description

Gets dynamic heuristic using default settings.