aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
approximationScheme.h File Reference

This file contains general scheme for iteratively convergent algorithms. More...

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

Go to the source code of this file.

Classes

class  gum::ApproximationScheme
 Approximation Scheme. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Detailed Description

This file contains general scheme for iteratively convergent algorithms.

ApproximationSettings provides as well 2 signals :

  • onProgress(int pourcent,double error)
  • onStop(const std::string& message)
    See also
    gum::ApproximationListener for dedicated listener.
    Author
    Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file approximationScheme.h.