const optimizationParams = {
    iterations     : 10
    , fn           : ping
    , initialGuess : [2, 2]
    , learningRate : -100