#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsTreeSelectionEstimate () | |
| Default Constructor. | |
| virtual | ~AlpsTreeSelectionEstimate () |
| Default Destructor. | |
| virtual bool | compare (AlpsSubTree *x, AlpsSubTree *y) |
| This returns true if the estimated quality of the subtree y is better (the less the better) than that the subtree x. | |
Definition at line 121 of file AlpsSearchStrategy.h.
| AlpsTreeSelectionEstimate::AlpsTreeSelectionEstimate | ( | ) | [inline] |
Default Constructor.
Definition at line 125 of file AlpsSearchStrategy.h.
| virtual AlpsTreeSelectionEstimate::~AlpsTreeSelectionEstimate | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 128 of file AlpsSearchStrategy.h.
| virtual bool AlpsTreeSelectionEstimate::compare | ( | AlpsSubTree * | x, | |
| AlpsSubTree * | y | |||
| ) | [virtual] |
This returns true if the estimated quality of the subtree y is better (the less the better) than that the subtree x.
Implements AlpsTreeSelection.
1.6.1