MCordingley\Regression\Algorithm\GradientDescent\Schedule\Fixed::__construct PHP Метод

__construct() публичный Метод

public __construct ( float $stepSize = 0.01 )
$stepSize float
    public function __construct(float $stepSize = 0.01)
    {
        $this->stepSize = $stepSize;
    }