Searched refs:best_fit (Results 1 – 2 of 2) sorted by relevance
130 LeastSq best_fit; in MinimalLeastSq() local136 best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); in MinimalLeastSq()137 best_fit.complexity = o1; in MinimalLeastSq()142 if (current_fit.rms < best_fit.rms) { in MinimalLeastSq()143 best_fit = current_fit; in MinimalLeastSq()144 best_fit.complexity = fit; in MinimalLeastSq()148 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); in MinimalLeastSq()149 best_fit.complexity = complexity; in MinimalLeastSq()152 return best_fit; in MinimalLeastSq()