Ignas Anikevicius
e3c4429d87
Remove reference includes on netstandard
9 years ago
Ignas Anikevicius
4eb011e45f
Support netstandard1.1 on TestData
9 years ago
Ignas Anikevicius
1740d2a580
Port TestData to netstandard
9 years ago
Ignas Anikevicius
3c6c6bb165
Support netstandard1.3 in Numerics
9 years ago
Ignas Anikevicius
606e038a01
Use a custom flag for NETSTANDARD support
9 years ago
Ignas Anikevicius
b451a54320
Numerics: Include references only in net40 target
9 years ago
Ignas Anikevicius
8b8824dca0
Add support for cryptografic PRNG in netstandard1.6
Use a different way to initialize the PRNG creation for the .NET
framework as described on this SO answer:
https://stackoverflow.com/a/38644970
Add System.Security.Cryptography.Algorithms NuGet on netstandard1.6.
9 years ago
Ryan Blackwell
ec497cb610
Removed ICloneable from NET Standard
9 years ago
Ryan Blackwell
17209413b3
Added support for NET Standard 1.6 to Math.NET Numerics
9 years ago
jb
55e96c80fb
Fix typos ( #527 )
9 years ago
Christoph Ruegg
7cf4c6fcc1
Build: upgrade FSharp.Core dependency to v4.0.0.1, also upgrade FAKE and NuGet.CommandLine
9 years ago
Christoph Ruegg
0a1cbe718b
Build: use tools version 14.0
9 years ago
Christoph Ruegg
006ba46c95
Tests: work around a weird NUnit issue
9 years ago
Christoph Ruegg
8244c98ff1
Build: update NUnit, no longer use special Test dependency group
9 years ago
Christoph Ruegg
113271a701
Distance: more consistent argument checking
9 years ago
Christoph Ruegg
e5091fbc88
Build: use explicit FCS tooling via nuget package
9 years ago
Christoph Ruegg
167951fec4
Build: explicit paket.references for each f# project
9 years ago
Christoph Ruegg
6c44f19b4b
Build: paket install
9 years ago
Christoph Ruegg
29550af497
Release v3.20.0
9 years ago
Christoph Ruegg
c6c24bf007
Optimization: objective function cleanup
9 years ago
Christoph Ruegg
e7ae7a6633
Optimization: cleanup
9 years ago
Christoph Ruegg
b9b0686a75
Optimization: Simple to use FindMinimum facade; static impl rename
9 years ago
Christoph Ruegg
9f48af911c
Optimization: NewtonMinimizer: allow static usage
9 years ago
Christoph Ruegg
d633f8e608
Optimization: NelderMeadSimplex: allow static usage
9 years ago
Christoph Ruegg
7825e7fdb9
Support Native Providers also in .Net 3.5
9 years ago
Christoph Ruegg
a872a1328b
Fix System.Xml reference casing to fix mono5 build
9 years ago
Christoph Ruegg
b3ca838ba7
Release v3.20.0-beta01
9 years ago
Christoph Ruegg
9a302c0207
Update contributor list
9 years ago
Elias Abou Jaoude
944ea5f0b9
BetaRegularized Fix - Issue 491 ( #497 )
* BetaRegularize Fix Issue 491
Changed the number of iterations for the loop from 140 to 100,000. This
brought the result from
MathNet.Numerics.SpecialFunctions.BetaRegularized(6985172036240.918,
5029323866093.4609, 0.581395348837209); to 0.5101 which is inline with
the results in R(0.5) and Mathematica(0.495).
9 years ago
Christoph Ruegg
a1372e624f
Optimization: ExitCondition is no longer nested in MinimizationResult
9 years ago
Christoph Ruegg
c6ff3d5b76
Build: upgrade fsproj build tool version (net35)
9 years ago
Christoph Ruegg
6ab6c50f78
Build: upgrade fsproj build tool version
9 years ago
Christoph Ruegg
4670915043
Build: upgrade Benchmark-group dependencies
9 years ago
Christoph Ruegg
2278d78efd
Build: upgrade Build-group dependencies
9 years ago
Christoph Ruegg
72cc37b599
Docs: switch to new MathJax cdn
9 years ago
Christoph Ruegg
ff91b9fde4
Build: git-ignore Rider .idea folder
9 years ago
Christoph Ruegg
2ddba7399c
Remove mentioning of codeplex in file headers
9 years ago
Christoph Ruegg
e246f74b6f
Fix duplicate using statements in portable builds
9 years ago
Christoph Ruegg
48cf73eea9
Paket install
9 years ago
Christoph Ruegg
2159e3c596
Optimization: interface segregation: don't ask for function if only evaluation is needed
9 years ago
Christoph Ruegg
a8bd33e9ba
Optimization: cleanup test file headers
9 years ago
Christoph Ruegg
7d61334282
Optimization: fix portable builds: covariance and type inferrence
9 years ago
Christoph Ruegg
2a70b01616
Optimization: fix portable builds: configure csharp v6
9 years ago
Christoph Ruegg
a6905158df
Optimization: cleanup file headers
9 years ago
Christoph Ruegg
1279a99884
Merge pull request #489 from eriove/unified_optimization
Unified optimization
9 years ago
Christoph Ruegg
4d931074ab
Release v3.19.0
9 years ago
mjmckp
9a7edaf7aa
Added method 'Factorize' to 'Cholesky' base class to allow factorization with re-use of an existing factor matrix, and corresponding implementations and unit tests. ( #477 )
9 years ago
Lucas Godshalk
39959e8a2e
Handle empty statistics ( #482 )
This prevents most of the fields from being set to NaN.
9 years ago
Christoph Ruegg
9dfc208a7d
Release Data Extensions v3.2.1
9 years ago
Christoph Ruegg
cc3eb596d3
Data: use File.Create instead of OpenWrite to enforce overwriting #487
9 years ago