forked from tsai/mathnet-numerics
Tree:
a8bd33e9ba
arrays
atr-indicator
benchmark-fft
benchmark-la
build
cuda
dependabot/nuget/NUnit3TestAdapter-4.2.0
dependabot/nuget/System.ValueTuple-4.5.0
gh-pages
la-knuth
la-symmetric
master
netstandard
optimization-1
optimization-2
optimization-3
provider
ridge-regression
spatial
truncatednormal
uap-experimental
unified_optimization
v2
v3
v4
beta2
data-v3.0.0
data-v3.0.0-beta02
data-v3.1.0
data-v3.1.1
data-v3.2.0
data-v3.2.1
data-v4.0.0
data-v4.0.0-beta01
data-v4.1.0
mkl-v1.4.0
mkl-v1.8.0
mkl-v2.0.0
mkl-v2.1.0
mkl-v2.2.0
mkl-v2.3.0
mkl-v2.4.0
mkl-v2.5.0
mkl-v2.6.0-beta2
mkl-v2.6.0-beta3
mkl-v3.0.0-beta1
mkl-v3.0.0-beta2
native-v1.5.0
native-v1.6.0
native-v1.7.0
openblas-v0.2.0
v2.1.0
v2.1.1
v2.1.2
v2.2.0
v2.2.1
v2.3.0
v2.4.0
v2.5.0
v2.6.0
v2.6.1
v3.0.0
v3.0.0-alpha5
v3.0.0-alpha6
v3.0.0-alpha7
v3.0.0-alpha8
v3.0.0-alpha9
v3.0.0-beta01
v3.0.0-beta02
v3.0.0-beta03
v3.0.0-beta04
v3.0.0-beta05
v3.0.1
v3.0.2
v3.1.0
v3.10.0
v3.11.0
v3.11.1
v3.12.0
v3.13.0
v3.13.1
v3.14.0-beta01
v3.14.0-beta02
v3.14.0-beta03
v3.15.0
v3.16.0
v3.17.0
v3.18.0
v3.19.0
v3.2.0
v3.2.1
v3.2.2
v3.2.3
v3.20.0
v3.20.0-beta01
v3.20.1
v3.20.2
v3.3.0
v3.3.0-beta1
v3.3.0-beta2
v3.4.0
v3.5.0
v3.6.0
v3.7.0
v3.7.1
v3.8.0
v3.9.0
v4.0.0
v4.0.0-alpha03
v4.0.0-alpha04
v4.0.0-beta01
v4.0.0-beta02
v4.0.0-beta03
v4.0.0-beta04
v4.0.0-beta05
v4.0.0-beta06
v4.0.0-beta07
v4.1.0
v4.10.0
v4.11.0
v4.12.0
v4.13.0
v4.14.0
v4.15.0
v4.2.0
v4.3.0
v4.4.0
v4.4.1
v4.5.0
v4.5.1
v4.6.0
v4.7.0
v4.8.0
v4.8.0-beta01
v4.8.0-beta02
v4.8.1
v4.9.0
v4.9.1
v5.0.0-alpha01
v5.0.0-alpha02
v5.0.0-alpha03
v5.0.0-alpha04
v5.0.0-alpha05
v5.0.0-alpha06
v5.0.0-alpha07
v5.0.0-alpha08
${ noResults }
2 Commits (a8bd33e9ba6ad69cc13bc524a9ab89e6405a32fe)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
a8bd33e9ba |
Optimization: cleanup test file headers
|
10 years ago |
|
|
85edd3842f |
Optimization: revamp testing
* Changed file and class names from TestClassName to ClassNameTests to better conform with other parts of Math.Net * Added some organizational abstractions to simplify adding test cases. * Added test cases based on several functions from Testing Unconstrained Optimization Software Jorge J. Moré, Burton S. Garbow, Kenneth E. Hillstrom ACM Transactions on Mathematical Software, Vol 7, No. 1, March 1981, Pages 17-41. * At this point, most test functions are low-dimensional, well-scaled, unimodal functions. * There are test failures for Conjugate Gradient and Newton unconstrained minimizers. Currently I believe these to be failures of the algorithm, rather than failures of implementation, but it hasn't been investigated thoroughly. |
10 years ago |
|
|
f621a940d1 |
Optimization: revamp testing
* Changed file and class names from TestClassName to ClassNameTests to better conform with other parts of Math.Net * Added some organizational abstractions to simplify adding test cases. * Added test cases based on several functions from Testing Unconstrained Optimization Software Jorge J. Moré, Burton S. Garbow, Kenneth E. Hillstrom ACM Transactions on Mathematical Software, Vol 7, No. 1, March 1981, Pages 17-41. * At this point, most test functions are low-dimensional, well-scaled, unimodal functions. * There are test failures for Conjugate Gradient and Newton unconstrained minimizers. Currently I believe these to be failures of the algorithm, rather than failures of implementation, but it hasn't been investigated thoroughly. |
10 years ago |