2540 Commits (v3)
 

Author SHA1 Message Date
Christoph Ruegg a7cc9def57 Release v3.20.2 9 years ago
Christoph Ruegg 0263f20c3d BUG: Distributions: BetaScaled no longer ignores optional random source parameter #547 9 years ago
diluculo 118a3c028e Apply approximation to Asinh(x) and Acosh(x) 9 years ago
diluculo 7d28c17082 Set huge = 22.0 9 years ago
diluculo 9a67b5d9fd To avoid overflow, widen the range of x to apply the approximation of sinh^2(x). 9 years ago
diluculo 7589568a8a Trig: updated Tan(z), Cot(z), Tanh(z), Coth(z), Csch(z), and Sech(z) based on the Kahan algorithm. 9 years ago
Christoph Ruegg 13bf674b5e Release v3.20.1 9 years ago
Christoph Ruegg 1daa68fbd3 BUG: Trigonometry: fix imaginary part sign of complex hyperbolic cotangent #539 9 years ago
Christoph Ruegg 9d6f59a795 MatrixStorage: more reasonable GetHashCode #534 9 years ago
mjmckp 564a4658fc Fix for IndexOutOfRangeException in GetHashCode method in certain cases where ColumnCount > RowCount (#535) 9 years ago
Ksero 350e37219c Fix another typo in the Runge-Kutta solvers (the time-step was added rather than multiplied with the slope) (#531) 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) 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 10 years ago
Christoph Ruegg e246f74b6f Fix duplicate using statements in portable builds 10 years ago
Christoph Ruegg 48cf73eea9 Paket install 10 years ago
Christoph Ruegg 2159e3c596 Optimization: interface segregation: don't ask for function if only evaluation is needed 10 years ago
Christoph Ruegg a8bd33e9ba Optimization: cleanup test file headers 10 years ago
Christoph Ruegg 7d61334282 Optimization: fix portable builds: covariance and type inferrence 10 years ago
Christoph Ruegg 2a70b01616 Optimization: fix portable builds: configure csharp v6 10 years ago
Christoph Ruegg a6905158df Optimization: cleanup file headers 10 years ago
Christoph Ruegg 1279a99884 Merge pull request #489 from eriove/unified_optimization 10 years ago
Christoph Ruegg 4d931074ab Release v3.19.0 10 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) 10 years ago
Lucas Godshalk 39959e8a2e Handle empty statistics (#482) 10 years ago
Christoph Ruegg 9dfc208a7d Release Data Extensions v3.2.1 10 years ago
Christoph Ruegg cc3eb596d3 Data: use File.Create instead of OpenWrite to enforce overwriting #487 10 years ago
Erik Ovegard 71ae7bae99 Fixing non CLS-compliant code and malformed XML-comments 10 years ago
Erik Ovegard 1965c7b591 Upgraded the rest of the projects to C# 6 10 years ago
Erik Ovegard 0a1f9414ef Changed from C# 5 to 6 10 years ago
Erik Ovegard c7730dbc18 Changes after merge 10 years ago
Erik Ovegard bdd01db281 Fixes after rebase 10 years ago
Scott Stephens fc76933cea Optimization: add finite difference objective function adapter 10 years ago
Scott Stephens 0eef7f093b Optimization: Add MGH tests to Nelder-Mead algo 10 years ago