Alps
2.0.2
|
#include <AlpsSearchStrategy.h>
Public Member Functions | |
AlpsTreeSelectionEstimate () | |
Default Constructor. More... | |
virtual | ~AlpsTreeSelectionEstimate () |
Default Destructor. More... | |
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. More... | |
Public Member Functions inherited from AlpsTreeSelection | |
AlpsTreeSelection () | |
Default Constructor. More... | |
virtual | ~AlpsTreeSelection () |
Default Destructor. More... | |
Definition at line 125 of file AlpsSearchStrategy.h.
|
inline |
Default Constructor.
Definition at line 129 of file AlpsSearchStrategy.h.
|
inlinevirtual |
Default Destructor.
Definition at line 132 of file AlpsSearchStrategy.h.
|
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.