Loading [MathJax]/extensions/tex2jax.js
AIToolbox
A library that offers tools for AI problem solving.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IO.hpp File Reference

Go to the source code of this file.

Namespaces

 AIToolbox
 
 AIToolbox::POMDP
 

Functions

Model< MDP::Model > AIToolbox::POMDP::parseCassandra (std::istream &input)
 This function parses a POMDP from a Cassandra formatted stream. More...
 
template<IsModelEigen M>
std::ostream & AIToolbox::POMDP::operator<< (std::ostream &os, const M &model)
 This function outputs a POMDP model to a stream. More...
 
template<MDP::IsModel M>
std::istream & AIToolbox::POMDP::operator>> (std::istream &is, Model< M > &m)
 This function parses a Model from a stream. More...
 
template<MDP::IsModel M>
std::istream & AIToolbox::POMDP::operator>> (std::istream &is, SparseModel< M > &m)
 This function implements input from stream for the POMDP::SparseModel class. More...
 
std::ostream & AIToolbox::POMDP::operator<< (std::ostream &os, const Policy &p)
 This function outputs a Policy to a stream. More...
 
std::istream & AIToolbox::POMDP::operator>> (std::istream &is, Policy &p)
 This function reads a policy from a file. More...