Home
last modified time | relevance | path

Searched refs:lastObjective (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/aug_lagrangian/
H A Daug_lagrangian_impl.hpp109 ElemType lastObjective = function.Evaluate(coordinates); in Optimize() local
137 << ", starting with objective " << lastObjective << "." << std::endl; in Optimize()
151 if (std::abs(lastObjective - objective) < tolerance && in Optimize()
161 lastObjective = objective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/eve/
H A Deve_impl.hpp86 ElemType lastObjective = 0; in Optimize() local
138 const ElemType d = std::abs(objective - lastObjective) / in Optimize()
139 (std::min(objective, lastObjective) + epsilon); in Optimize()
146 lastObjective = objective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/scd/
H A Dscd_impl.hpp61 ElemType lastObjective = std::numeric_limits<ElemType>::max(); in Optimize() local
109 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
118 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/spsa/
H A Dspsa_impl.hpp60 ElemType lastObjective = DBL_MAX; in Optimize() local
82 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
91 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/gradient_descent/
H A Dgradient_descent_impl.hpp60 ElemType lastObjective = std::numeric_limits<ElemType>::max(); in Optimize() local
91 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
101 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/parallel_sgd/
H A Dparallel_sgd_impl.hpp88 ElemType lastObjective; in Optimize() local
106 lastObjective = overallObjective; in Optimize()
127 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Dsprint2.cpp70 double lastObjective = 1.0e31; in main() local
123 if ((model.objectiveValue() > lastObjective - 1.0e-7 && iPass > 5) || in main()
127 lastObjective = model.objectiveValue(); in main()
H A Dsprint.cpp118 double lastObjective = 1.0e31; in main() local
181 if ((small.objectiveValue() > lastObjective - 1.0e-7 && iPass > 5) || in main()
187 lastObjective = small.objectiveValue(); in main()
H A Ddecompose.cpp215 double lastObjective = 1.0e31; in main() local
260 if (master.objectiveValue() > lastObjective - 1.0e-7 && iPass > 555) in main()
262 lastObjective = master.objectiveValue(); in main()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/sarah/
H A Dsarah_impl.hpp77 ElemType lastObjective = DBL_MAX; in Optimize() local
120 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
129 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/sgd/
H A Dsgd_impl.hpp100 ElemType lastObjective = DBL_MAX; in Optimize() local
184 if (std::abs(lastObjective - overallObjective) < tolerance || in Optimize()
196 lastObjective = overallObjective; in Optimize()
/dports/www/moodle310/moodle/lib/mlbackend/php/phpml/src/Phpml/Clustering/
H A DFuzzyCMeans.php93 $lastObjective = 0.0;
102 $difference = abs($lastObjective - $objectiveVal);
103 $lastObjective = $objectiveVal;
/dports/www/moodle311/moodle/lib/mlbackend/php/phpml/src/Phpml/Clustering/
H A DFuzzyCMeans.php93 $lastObjective = 0.0;
102 $difference = abs($lastObjective - $objectiveVal);
103 $lastObjective = $objectiveVal;
/dports/www/moodle39/moodle/lib/mlbackend/php/phpml/src/Phpml/Clustering/
H A DFuzzyCMeans.php93 $lastObjective = 0.0;
102 $difference = abs($lastObjective - $objectiveVal);
103 $lastObjective = $objectiveVal;
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/spalera_sgd/
H A Dspalera_sgd_impl.hpp99 ElemType lastObjective = DBL_MAX; in Optimize() local
203 if (std::abs(lastObjective - overallObjective) < tolerance || in Optimize()
215 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/katyusha/
H A Dkatyusha_impl.hpp100 ElemType lastObjective = DBL_MAX; in Optimize() local
141 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
150 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/svrg/
H A Dsvrg_impl.hpp92 ElemType lastObjective = DBL_MAX; in Optimize() local
157 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
166 lastObjective = overallObjective; in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/bigbatch_sgd/
H A Dbigbatch_sgd_impl.hpp95 ElemType lastObjective = DBL_MAX; in Optimize() local
232 if (std::abs(lastObjective - overallObjective) < tolerance || in Optimize()
244 lastObjective = overallObjective; in Optimize()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/regularized_svd/
H A Dregularized_svd_function_impl.hpp228 double lastObjective; in Optimize() local
242 lastObjective = overallObjective; in Optimize()
263 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/cmaes/
H A Dcmaes_impl.hpp122 ElemType lastObjective = std::numeric_limits<ElemType>::max(); in Optimize() local
300 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
309 lastObjective = overallObjective; in Optimize()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/bias_svd/
H A Dbias_svd_function_impl.hpp268 double lastObjective; in Optimize() local
287 lastObjective = overallObjective; in Optimize()
308 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/svdplusplus/
H A Dsvdplusplus_function_impl.hpp403 double lastObjective; in Optimize() local
424 lastObjective = overallObjective; in Optimize()
445 if (std::abs(lastObjective - overallObjective) < tolerance) in Optimize()
/dports/math/ogdf/OGDF/include/coin/
H A DClpSolve.hpp283 double lastObjective(int back = 1) const;
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcTree.hpp165 inline double lastObjective() const in lastObjective() function in CbcTree
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.hpp347 double lastObjective(int back = 1) const;

12