mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-28 15:56:36 +00:00
Change Optimizer::runOptimization visibility from protected to public (#109)
This commit is contained in:
parent
07041ec608
commit
65b8a13612
@ -64,5 +64,5 @@ abstract class Optimizer
|
|||||||
* @param array $targets
|
* @param array $targets
|
||||||
* @param \Closure $gradientCb
|
* @param \Closure $gradientCb
|
||||||
*/
|
*/
|
||||||
abstract protected function runOptimization(array $samples, array $targets, \Closure $gradientCb);
|
abstract public function runOptimization(array $samples, array $targets, \Closure $gradientCb);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user