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;
    }