Home
last modified time | relevance | path

Searched refs:earlyStop (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DBqmlTrainingRunTrainingOptions.php20 public $earlyStop; variable in Google_Service_Bigquery_BqmlTrainingRunTrainingOptions
30 public function setEarlyStop($earlyStop) argument
32 $this->earlyStop = $earlyStop;
36 return $this->earlyStop;
H A DTrainingOptions.php33 public $earlyStop; variable in Google_Service_Bigquery_TrainingOptions
166 public function setEarlyStop($earlyStop) argument
168 $this->earlyStop = $earlyStop;
172 return $this->earlyStop;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DBqmlTrainingRunTrainingOptions.php20 public $earlyStop; variable in Google_Service_Bigquery_BqmlTrainingRunTrainingOptions
30 public function setEarlyStop($earlyStop) argument
32 $this->earlyStop = $earlyStop;
36 return $this->earlyStop;
H A DTrainingOptions.php25 public $earlyStop; variable in Google_Service_Bigquery_TrainingOptions
73 public function setEarlyStop($earlyStop) argument
75 $this->earlyStop = $earlyStop;
79 return $this->earlyStop;
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Helper/Optimizer/
H A DStochasticGD.php188 if ($this->enableEarlyStop && $this->earlyStop($theta)) {
245 protected function earlyStop(array $oldTheta): bool function in Phpml\\Helper\\Optimizer\\StochasticGD
H A DGD.php43 if ($this->earlyStop($theta)) {
H A DConjugateGradient.php50 if ($this->enableEarlyStop && $this->earlyStop($oldTheta)) {
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Helper/Optimizer/
H A DStochasticGD.php188 if ($this->enableEarlyStop && $this->earlyStop($theta)) {
245 protected function earlyStop(array $oldTheta): bool function in Phpml\\Helper\\Optimizer\\StochasticGD
H A DGD.php43 if ($this->earlyStop($theta)) {
H A DConjugateGradient.php50 if ($this->enableEarlyStop && $this->earlyStop($oldTheta)) {
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Helper/Optimizer/
H A DStochasticGD.php188 if ($this->enableEarlyStop && $this->earlyStop($theta)) {
245 protected function earlyStop(array $oldTheta): bool function in Phpml\\Helper\\Optimizer\\StochasticGD
H A DGD.php43 if ($this->earlyStop($theta)) {
H A DConjugateGradient.php50 if ($this->enableEarlyStop && $this->earlyStop($oldTheta)) {
/dports/www/larbin/larbin-2.6.3/src/fetch/
H A DfetchPipe.cc135 conn->err = earlyStop; in pipeWrite()
165 conn->err = earlyStop; in pipeRead()
H A Dfile.cc378 errno = earlyStop; in parseCmdline()
513 errno = earlyStop; in endInput()
/dports/www/larbin/larbin-2.6.3/src/
H A Dtypes.h92 earlyStop, enumerator
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/command/bitmark-dumpdb/
H A Dmain.go87 earlyStop := len(options["early"]) > 0
220 if earlyStop && len(e.Key) >= len(prefix) && !bytes.Equal(prefix, e.Key[:l]) {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/command/bitmark-dumpdb/
H A Dmain.go87 earlyStop := len(options["early"]) > 0
220 if earlyStop && len(e.Key) >= len(prefix) && !bytes.Equal(prefix, e.Key[:l]) {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/command/bitmark-dumpdb/
H A Dmain.go87 earlyStop := len(options["early"]) > 0
220 if earlyStop && len(e.Key) >= len(prefix) && !bytes.Equal(prefix, e.Key[:l]) {
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/command/bitmark-dumpdb/
H A Dmain.go87 earlyStop := len(options["early"]) > 0
220 if earlyStop && len(e.Key) >= len(prefix) && !bytes.Equal(prefix, e.Key[:l]) {
/dports/security/helib/HElib-1.3.1/include/helib/
H A Dreplicate.h67 virtual bool earlyStop(long d, long k, long prodDim) { return false; } in earlyStop() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DSymmLQ.java1173 final boolean earlyStop; in solveInPlace()
1174 earlyStop = state.betaEqualsZero() || state.hasConverged(); in solveInPlace()
1176 if (!earlyStop) { in solveInPlace()
/dports/security/helib/HElib-1.3.1/src/
H A Dreplicate.cpp427 if (handler->earlyStop(d, k, dimProd)) { in recursiveReplicateDim()
510 if (d >= ea.dimension() || handler->earlyStop(d, /*k=*/-1, dimProd)) { in replicateAllNextDim()
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/gap/
H A Dutils.gi168 earlyStop := true,
198 earlyStop := true,
/dports/www/larbin/larbin-2.6.3/src/utils/
H A Dwebserver.cc187 ecrireInti(fds, answers[earlyStop], "%15d"); in writeStats()

12