#include <AlpsSearchStrategy.h>
Public Member Functions | |
| AlpsTreeSelectionBest () | |
| Default Constructor. | |
| virtual | ~AlpsTreeSelectionBest () |
| Default Destructor. | |
| virtual bool | compare (AlpsSubTree *x, AlpsSubTree *y) |
| This returns true if the quality of the subtree y is better (the less the better) than that the subtree x. | |
Definition at line 73 of file AlpsSearchStrategy.h.
| AlpsTreeSelectionBest::AlpsTreeSelectionBest | ( | ) | [inline] |
Default Constructor.
Definition at line 77 of file AlpsSearchStrategy.h.
| virtual AlpsTreeSelectionBest::~AlpsTreeSelectionBest | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 80 of file AlpsSearchStrategy.h.
| virtual bool AlpsTreeSelectionBest::compare | ( | AlpsSubTree * | x, |
| AlpsSubTree * | y | ||
| ) | [virtual] |
This returns true if the quality of the subtree y is better (the less the better) than that the subtree x.
Implements AlpsTreeSelection.
1.7.6.1