mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
all: change import paths
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
package optimize
|
||||
|
||||
import "github.com/gonum/floats"
|
||||
import "gonum.org/v1/gonum/floats"
|
||||
|
||||
// GradientDescent implements the steepest descent optimization method that
|
||||
// performs successive steps along the direction of the negative gradient.
|
||||
|
Reference in New Issue
Block a user