AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::Factored::MDP::UpdateGraphImpl< Bandit::LocalSearch, Iterable > Struct Template Reference

#include <AIToolbox/Factored/MDP/Algorithms/Utils/GraphUtils.hpp>

Public Types

using LS = Bandit::LocalSearch
 

Public Member Functions

void operator() (LS::Graph &graph, const Iterable &inputRules, const State &, const Action &A, const State &)
 

Member Typedef Documentation

◆ LS

template<MDP::QFRuleRange Iterable>
using AIToolbox::Factored::MDP::UpdateGraphImpl< Bandit::LocalSearch, Iterable >::LS = Bandit::LocalSearch

Member Function Documentation

◆ operator()()

template<MDP::QFRuleRange Iterable>
void AIToolbox::Factored::MDP::UpdateGraphImpl< Bandit::LocalSearch, Iterable >::operator() ( LS::Graph graph,
const Iterable &  inputRules,
const State ,
const Action A,
const State  
)
inline

The documentation for this struct was generated from the following file: