#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsTreeSelection () | |
| Default Constructor. More... | |
| virtual | ~AlpsTreeSelection () |
| Default Destructor. More... | |
| virtual bool | compare (AlpsSubTree *x, AlpsSubTree *y)=0 |
| This returns true if the quality of the subtree y is better (the less the better) than that the subtree x. More... | |
Definition at line 33 of file AlpsSearchStrategy.h.
|
inline |
Default Constructor.
Definition at line 37 of file AlpsSearchStrategy.h.
|
inlinevirtual |
Default Destructor.
Definition at line 40 of file AlpsSearchStrategy.h.
|
pure virtual |
This returns true if the quality of the subtree y is better (the less the better) than that the subtree x.
Implemented in AlpsTreeSelectionEstimate, AlpsTreeSelectionDepth, AlpsTreeSelectionBreadth, and AlpsTreeSelectionBest.
1.8.5