<div>Dear Professors, </div>
<div> First according to my understanding, when doing a tree search, </div>
<div> Alps will firstly choose a sub tree, then process the nodes of this sub tree.</div>
<div> When this sub tree is fathom Alps will choose another sub tree.</div>
<div> So there have to be tree selection strategy and node selection strategy.</div>
<div> And for example, when we choose a sub tree using best-first, </div>
<div> still, we can use depth-first to choose next node.</div>
<div> Am I right?</div>
<div> But why the Hybrid strategy doesn`t have a tree selection strategy?</div>
<div> </div>
<div> Second, I am thinking about defining another Hybrid search strategy. </div>
<div> Can you give me some suggestions on how to define it?</div>
<div> </div>
<div> May you best wishes.</div>