TkbRewardPunishmentP {FKBL} | R Documentation |
Creates a set of parameters for TkbRewardPunishmentL.
TkbRewardPunishmentP(kB, itera, etaMore, etaLess)
Takes the knowledge base, the maximum number of iterations, the etaMore and the etaLess.
kB |
The knowledge base to tweak. |
itera |
The maximum number of iterations. |
etaMore |
The reward to a rule. |
etaLess |
The punishment to a rule. |
Returns a list, with the parameters given.
data(kB) TkbRewardPunishmentP(kB, 1000, 0.001, 0.1)