aGrUM  0.14.2
structuralConstraintTabuList.h File Reference

the class imposing a N-sized tabu list as a structural constraints for learning algorithms More...

+ Include dependency graph for structuralConstraintTabuList.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::StructuralConstraintTabuList
 The class imposing a N-sized tabu list as a structural constraints for learning algorithms. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 
 gum::learning
 

Macros

#define GUM_STRUCTURAL_CONSTRAINT_TABU_LIST_DEFAULT_SIZE   2
 

Detailed Description

the class imposing a N-sized tabu list as a structural constraints for learning algorithms

By default, the size of the tabu list is 2, but it can be changed by the user using method setTabuSize (). Each time you modify the graph you learn, the inverse change is put into the tabu list. For instance, if the learning algorithm adds an arc (X, Y), then the "Deletion of Arc (X,Y)" operation is inserted into the tabu list. If the operation performed is an arc (X,Y) reversal, then the "Reversal of Arc (Y,X)" operation is added to the tabu list.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file structuralConstraintTabuList.h.

Macro Definition Documentation

◆ GUM_STRUCTURAL_CONSTRAINT_TABU_LIST_DEFAULT_SIZE

#define GUM_STRUCTURAL_CONSTRAINT_TABU_LIST_DEFAULT_SIZE   2