<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Both treeselection_ (select which subtree to explore next) and nodeselection_ (select which node in a subtree to process next) are controlled by parameter Alps_searchStrategy.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">You can modify the function setupKnowledgePools() in AlpsKnowledgeBroker.cpp to set them to different strategies.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal" style="text-autospace:none">Alps currently doesn’t support user search strategy, for now, you can add yours manually in the setupKnowledgePools() .
<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><o:p> </o:p></p>
<p class="MsoNormal" style="text-autospace:none">Hope this helps,<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none">-Yan <span style="font-size:10.0pt;font-family:"Courier New"">
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> chipps-bounces@list.coin-or.org [mailto:chipps-bounces@list.coin-or.org]
<b>On Behalf Of </b>???<br>
<b>Sent:</b> Tuesday, December 04, 2012 9:19 AM<br>
<b>To:</b> chipps; geogrid<br>
<b>Subject:</b> [CHiPPS] Problems About Treeselection and Nodeselection in Alps<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Dear professors,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> I am puzzled about the Treeselection and Nodeselection in Alps.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> In I opinion selecting a node to process is the same with selecting a subtree.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> Because during the processing of the selected node the node becomes a subtree.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> But in the AlpsSearchStrategy.cpp there is Treeselection_ and nodeselection_.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> And even in the hybrid strategy, the Treeselection_ and the nodeselection_ are different.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> How do the two selection(Treeselection_ and Nodeselection_) work?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> I want to know this because:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> First I am trying to change search strategy when the tree-search is processing by reassign the value of nodeselection_ or treeselection_.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> Could I change the value of one of them, change all of them, or can I give them different values(nodeselection_= new AlpsTreeSelectionBest; nodeSelection_ = new AlpsNodeSelectionDepth, for example)?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> Second, I will write my own hybrid at last, then how can I decide the value of treeselection_ and nodeselection? <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> And I checked doctor Xu's doctoral dissertation. There is only explanation about nodeselection_.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">May happiness be with you!<o:p></o:p></p>
</div>
</div>
</div>
</body>
</html>