Alps  2.0.2
Public Member Functions | List of all members
AlpsTreeSelection Class Referenceabstract

#include <AlpsSearchStrategy.h>

+ Inheritance diagram for AlpsTreeSelection:
+ Collaboration diagram for AlpsTreeSelection:

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...
 

Detailed Description

Definition at line 37 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

◆ AlpsTreeSelection()

AlpsTreeSelection::AlpsTreeSelection ( )
inline

Default Constructor.

Definition at line 41 of file AlpsSearchStrategy.h.

◆ ~AlpsTreeSelection()

virtual AlpsTreeSelection::~AlpsTreeSelection ( )
inlinevirtual

Default Destructor.

Definition at line 44 of file AlpsSearchStrategy.h.

Member Function Documentation

◆ compare()

virtual bool AlpsTreeSelection::compare ( AlpsSubTree x,
AlpsSubTree y 
)
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.


The documentation for this class was generated from the following file: