-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Curve Fit - linear 3-point use quasinewton BFGS solver.
Switches the non-linear least squares solver to Quasi-newton BFGS solver, because it converges significantly faster. Note: as a result of this speed the quality of the curve with a large amount of randomness is less accurate - but I feel this is a good trade-off for speed. GitHub issue #268
- Loading branch information
1 parent
f0de6a2
commit 01f913b
Showing
6 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+330 Bytes
(100%)
lib/rust/mmscenegraph/tests/data/linear_3_point_variance1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-251 Bytes
(100%)
lib/rust/mmscenegraph/tests/data/linear_3_point_variance2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.63 KB
(99%)
lib/rust/mmscenegraph/tests/data/linear_3_point_variance3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.01 KB
(100%)
lib/rust/mmscenegraph/tests/data/linear_3_point_variance4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.