AIToolbox
A library that offers tools for AI problem solving.
|
#include <AIToolbox/Factored/Types.hpp>
#include <AIToolbox/Factored/Utils/Core.hpp>
#include <AIToolbox/Factored/Utils/FactoredMatrix.hpp>
Go to the source code of this file.
Classes | |
class | AIToolbox::Factored::DynamicDecisionNetworkGraph |
This class represents the structure of a dynamic decision network. More... | |
struct | AIToolbox::Factored::DynamicDecisionNetworkGraph::ParentSet |
This class contains the parent information for a single next-state feature. More... | |
struct | AIToolbox::Factored::DynamicDecisionNetwork |
This class represents a Dynamic Decision Network with factored actions. More... | |
Namespaces | |
AIToolbox | |
AIToolbox::Factored | |
Typedefs | |
using | AIToolbox::Factored::DDNGraph = DynamicDecisionNetworkGraph |
using | AIToolbox::Factored::DDN = DynamicDecisionNetwork |
Functions | |
BasisMatrix | AIToolbox::Factored::backProject (const DDN &ddn, const BasisFunction &bf) |
FactoredMatrix2D | AIToolbox::Factored::backProject (const DDN &ddn, const FactoredVector &fv) |