TkbRewardPunishmentP {FKBL}R Documentation

Creates a set of parameters for TkbRewardPunishmentL

Description

Creates a set of parameters for TkbRewardPunishmentL.

Usage

 TkbRewardPunishmentP(kB, itera, etaMore, etaLess)

Arguments

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.

Value

Returns a list, with the parameters given.

Examples

 data(kB)
 TkbRewardPunishmentP(kB, 1000, 0.001, 0.1)

[Package FKBL version 0.50-4 Index]