IntrinsicPlasticity.__init__#

IntrinsicPlasticity.__init__(learning_rate, mu, sigma)[source]#

Initializes the Intrinsic Plasticity optimizer.

Parameters:
  • learning_rate (float) – learning rate.

  • mu (float) – mean of the normal distribution.

  • sigma (float) – standard deviation of the normal distribution.