AIToolbox
A library that offers tools for AI problem solving.
TypeTraits.hpp File Reference

Go to the source code of this file.

Namespaces

 AIToolbox
 
 AIToolbox::MDP
 

Variables

template<typename M >
concept AIToolbox::MDP::IsGenerativeModel
 This concept represents the required interface for a generative MDP. More...
 
template<typename M >
concept AIToolbox::MDP::IsModel
 This concept represents the required interface for a full MDP model. More...
 
template<typename M >
concept AIToolbox::MDP::IsModelEigen
 This concept represents the required interface that allows MDP algorithms to leverage Eigen. More...
 
template<typename E >
concept AIToolbox::MDP::IsExperience
 This concept represents the required interface for an experience recorder. More...
 
template<typename E >
concept AIToolbox::MDP::IsExperienceEigen
 This concept represents the required Experience interface that allows leverage Eigen. More...