function __construct($xs, $ys, $initialParameters = null)
 {
     parent::__construct($xs, $ys, $initialParameters);
     $this->setBadIterationsThreshold(100);
     // set a higher default ootb.
 }