Decision rule approximator interface. More...
#include <DecisionRule.hpp>

Public Member Functions | |
| DecisionRuleIF (uint memory=1000) | |
| Constructor of the DecisionRuleIF class. More... | |
| virtual | ~DecisionRuleIF () |
| Destructor of the DecisionRuleIF class. More... | |
| uint | getMemory () const |
| virtual ROCPPOptModelIF_Ptr | approximate (ROCPPOptModelIF_Ptr pIn)=0 |
Protected Attributes | |
| uint | m_memory |
| Memory of this approximator. More... | |
Decision rule approximator interface.
|
inline |
Constructor of the DecisionRuleIF class.
| memory | memory of the decision rule: number of time-periods for which the decision-maker can recall information observed |
|
inlinevirtual |
Destructor of the DecisionRuleIF class.
|
pure virtual |
Implemented in PiecewiseDecisionRule, Kadaptability, ConstantDecisionRule, and LinearDecisionRule.
|
inline |
|
protected |
Memory of this approximator.