TkbRewardPunishmentP          package:FKBL          R Documentation

_C_r_e_a_t_e_s _a _s_e_t _o_f _p_a_r_a_m_e_t_e_r_s _f_o_r _T_k_b_R_e_w_a_r_d_P_u_n_i_s_h_m_e_n_t_L

_D_e_s_c_r_i_p_t_i_o_n:

     Creates a set of parameters for TkbRewardPunishmentL.

_U_s_a_g_e:

      TkbRewardPunishmentP(kB, itera, etaMore, etaLess)

_A_r_g_u_m_e_n_t_s:

     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.

_V_a_l_u_e:

     Returns a list, with the parameters given.

_E_x_a_m_p_l_e_s:

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

