Template Class FuzzyRuleTableInterface
Defined in File fuzzy_rule_table.hpp
Class Documentation
-
template<uint8_t OUTPUTS>
class FuzzyRuleTableInterface An interface that outlines what actions a fuzzy rule table should do. In particular, the fuzzy table should perform an update, where it internally updates any necessary state and determines the “best” parameters, then should return the fuzzy gains computed in the update step.
- Template Parameters:
OUTPUTS – The number of outputs from the fuzzy table that are computed during the fuzzy update step.