Vladimir Chalupecky
ea0a224362
lapack/testlapack: add test for Dpotrs
2018-07-30 09:03:01 +02:00
Vladimir Chalupecky
989b440016
lapack/gonum: add Dpotrs
2018-07-30 09:03:01 +02:00
Brendan Tracey
cebdade430
Remove InitMean from CmaEsChol and use the value passed to Minimize instead
2018-07-26 06:45:43 -06:00
Brendan Tracey
fd90faf24c
Change Minimize to take in an initial X location
2018-07-26 06:45:43 -06:00
Brendan Tracey
6f6398b9ea
Change Global to Minimize
2018-07-26 06:45:43 -06:00
Brendan Tracey
9c5a3cae0e
Rename GlobalMethod to Method and GlobalTask to Task
2018-07-26 06:45:43 -06:00
Brendan Tracey
88ef6dbe25
Change DefaultSettings to DefaultSettingsLocal
2018-07-26 06:45:43 -06:00
Brendan Tracey
3dd933ac47
Change Method to localMethod.
...
Now that Local is gone, unexport the type.
2018-07-26 06:45:43 -06:00
Dan Kortschak
72e79ca985
all: add safe synonym for appengine tag
2018-07-22 17:17:15 +09:30
Brendan Tracey
286f685bdb
Change call to Local to call to Global ( #553 )
2018-07-18 17:04:18 -06:00
Brendan Tracey
c06c645ce2
Improve parameters when dimension of NelderMead is one. In particular… ( #543 )
...
* Improve parameters when dimension of NelderMead is one. In particular the shrink parameter is set to 0, which causes the algorithm to fail to converge.
Fixes #542 .
* Add test for 1-D NelderMead
2018-07-18 12:18:43 -06:00
Brendan Tracey
2704973b50
optimize: Remove Local function ( #538 )
...
* optimize: Remove Local function
This change removes the Local function. In order to do so, this changes the previous LocalGlobal wrapper to LocalController to allow Local methods to be used as a Global optimizer. This adds methods to all of the Local methods in order to implement GlobalMethod, and changes the tests accordingly. The next commit will fix all of the names
2018-07-18 12:18:18 -06:00
Dan Kortschak
023b8e605a
mat: fix incorrect netlib import
2018-07-16 20:06:38 +09:30
Dan Kortschak
259c560b35
graph/encoding/dot: add test for chained edge attributes
2018-07-16 11:50:45 +09:30
mewmew
d75fc496fb
graph/encoding/dot: add attributes for edge chains
...
Fixes #545 .
2018-07-16 08:27:13 +09:30
Sebastien Binet
ff99a9821f
gonum: add initial vgo support
2018-07-10 11:09:48 +03:00
Dan Kortschak
b9db25a610
all: conform build tag comment to convention
2018-07-06 09:05:06 +09:30
Vladimir Chalupecky
e9e56344e3
all: fix capitalization of Gonum in copyright headers
2018-06-22 17:32:53 +02:00
Vladimir Chalupecky
b96df58db9
all: add missing copyright headers
2018-06-22 17:32:53 +02:00
Sebastien Binet
8b277688f5
travis: use check-imports from gonum.org/v1/tools
2018-06-20 10:45:23 +02:00
Sebastien Binet
de950b7877
PS2
2018-06-20 10:45:23 +02:00
Sebastien Binet
dd368688a5
travis,internal/imports: check imports with a command, not a test
2018-06-20 10:45:23 +02:00
Sebastien Binet
ece6203fa2
all: remove redundant math/rand check from travis
2018-06-20 10:45:23 +02:00
Sebastien Binet
4110b3f8e1
internal/imports: use a regexp instead
2018-06-20 10:45:23 +02:00
Sebastien Binet
9bb945779e
internal/imports: add check against imports of blacklisted packages
...
This CL adds a check against Gonum packages importing deprecated or
blacklisted packages.
Fixes gonum/gonum#467 .
2018-06-20 10:45:23 +02:00
Chad Kunde
5530c0a23a
blas/gonum: integrate asm calls to Gemv kernels
2018-06-17 14:22:00 -07:00
Chad Kunde
190028012e
remove build flags for unsupported versions
2018-06-17 14:22:00 -07:00
Chad Kunde
7a8f4f7731
blas/testblas: Added 7x7 dgemv test case.
2018-06-17 14:22:00 -07:00
Chad Kunde
f17cc5d4c6
asm/f64: Added GemT (Trans) assembly function.
2018-06-17 14:22:00 -07:00
Chad Kunde
c5ea572ae6
asm/f64: Added gemvN (NoTrans) assembly function.
2018-06-17 14:22:00 -07:00
Chad Kunde
98b54cc4f2
asm/f64: Added stubs, tests, and noasm for gemv functions.
2018-06-17 14:22:00 -07:00
Vladimir Chalupecky
8e15068279
lapack/testlapack: add implementation comments to Dlaln2 test
2018-06-14 11:08:58 +02:00
Vladimir Chalupecky
1c98c3150f
lapack/testlapack: add implementation comment to Dlarfx test
2018-06-14 10:15:45 +02:00
Vladimir Chalupecky
9868dba4c8
lapack/testlapack: add implementation comments to Dlanv2 test
2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
1c4cf027b8
lapack/testlapack: use subtests in Dlanv2 test
2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
d6b2d394f3
lapack/testlapack: reduce indentation in Dlanv2 test
2018-06-14 06:16:21 +02:00
Vladimir Chalupecky
9d5875b839
lapack/testlapack: add implementation comments to Dlaqr23 test
2018-06-13 05:58:30 +02:00
Vladimir Chalupecky
dab56ec365
lapack/testlapack: fix window size in Dlaqr23 test
...
It increases the test run time about 2.5 times.
2018-06-13 05:58:30 +02:00
Vladimir Chalupecky
13ff7a4432
lapack/testlapack: reduce indentation in Dlaqr23 test case creation
2018-06-13 05:58:30 +02:00
Vladimir Chalupecky
5794ed3701
blas/gonum: remove general64 struct
...
It was used only in a test for Dgemm where it can be replaced by bare
slices and functions from the floats package. Removing it also simplifies code
generation.
2018-06-11 14:18:06 +02:00
Vladimir Chalupecky
e563a8077f
blas/gonum: change badLd* panic strings
2018-06-11 14:18:06 +02:00
Vladimir Chalupecky
2cf2f88bae
blas/gonum: remove badLenX and badLenY panic strings
...
They were almost unused, badX and badY are used for the same purpose.
2018-06-11 14:18:06 +02:00
Vladimir Chalupecky
56ae28e148
blas/gonum: remove negativeN panic string
...
nLT0 serves the same purpose and fits with other similarly named
strings.
2018-06-11 14:18:06 +02:00
Vladimir Chalupecky
956b330302
blas/gonum: clean up comments
2018-06-11 14:18:06 +02:00
Takeshi Yoneda
d05be515f6
network: add edge-weighted PageRank implementations
2018-06-10 17:27:38 +09:30
Dan Kortschak
e4cc524e41
blas/gonum: remove redundant assignments
2018-06-08 15:52:29 +09:30
Dan Kortschak
a63e6adee3
graph/path/internal: move grid graphs into testgraphs
2018-06-07 19:37:48 +09:30
Dan Kortschak
9b6dcf36f0
all: fix up missing or malformatted package doc comments
2018-06-07 19:37:48 +09:30
Sebastien Binet
14efad756b
stat: refactor Quantile to prepare for more CumulantKinds
...
This CL exposes some hidden documentation about stat.CumulantKinds and
refactor the current empirical Quantile into its own function.
2018-06-07 12:03:43 +02:00
Dan Kortschak
438fe0c5f4
encoding/dot: run gofmt
2018-06-07 17:58:20 +09:30