53#ifndef GUM_LEARNING_GREEDY_HILL_CLIMBING_H
54#define GUM_LEARNING_GREEDY_HILL_CLIMBING_H
126 template <
typename GRAPH_CHANGES_
SELECTOR >
136 template <
typename GUM_SCALAR =
double,
137 typename GRAPH_CHANGES_SELECTOR,
138 typename PARAM_ESTIMATOR >
139 BayesNet< GUM_SCALAR >
learnBN(GRAPH_CHANGES_SELECTOR& selector,
140 PARAM_ESTIMATOR& estimator,
Class representing Bayesian networks.
This file contains general scheme for iteratively convergent algorithms.
ApproximationScheme(bool verbosity=false)
DAG learnStructure(GRAPH_CHANGES_SELECTOR &selector, DAG initial_dag=DAG())
learns the structure of a Bayes net
ApproximationScheme & approximationScheme()
returns the approximation policy of the learning algorithm
BayesNet< GUM_SCALAR > learnBN(GRAPH_CHANGES_SELECTOR &selector, PARAM_ESTIMATOR &estimator, DAG initial_dag=DAG())
learns the structure and the parameters of a BN
~GreedyHillClimbing()
destructor
GreedyHillClimbing()
default constructor
GreedyHillClimbing & operator=(const GreedyHillClimbing &from)
copy operator
The greedy hill learning algorithm (for directed graphs).
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities