883 Commits (8b8824dca09a57b165ea6956d57d3dc255d0c136)

Author SHA1 Message Date
Ryan Blackwell 17209413b3 Added support for NET Standard 1.6 to Math.NET Numerics 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 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 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 48cf73eea9 Paket install 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 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
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 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
Scott Stephens e032e8f083 Optimization: Ignore tests that fail 10 years ago
Scott Stephens 85edd3842f Optimization: revamp testing 10 years ago
Erik Ovegard febf07b584 Removed NelderMeadSimplexTests.FindParableConstantsThatMinimizesErrors() since it only passed due to new SystemRandom() being called in close succession which leads to identical seeds. 10 years ago
Erik Ovegard 660a9eda32 Merged Bfgs optimizations and line search algorithms 10 years ago
Erik Ovegard 415b2e9ac6 Switching computer 10 years ago
Erik Ovegard 7dd84b09e2 Fixed typo in TestBfgsMinimizer.FindMinimum_BigRosenbrock_Hard() and added static property to avoid future typos 11 years ago
Erik Ovegard 8478b1c883 Added tests and copyright notice 11 years ago
Scott Stephens f671c2735a Optimization: Add interval expansion to GoldenSectionMinimizer 12 years ago
Scott Stephens e13b82a436 Optimization: Add BFGS-B minimization algorithm 13 years ago
Scott Stephens 5ea0943e7f Optimization: Add tests involving larger numbers output from the objective 13 years ago
Scott Stephens 59557c265d Optimization: Finish implementation of Golden Section minimum search 13 years ago
Scott Stephens 8002be760b Optimization: Minimally working Conjugate Gradient, BFGS, and Newton minimizers 14 years ago
Scott Stephens 831fc21579 Very minimally tested ConjugateGradient minimizer is complete. 14 years ago
Scott Stephens 2a8ccfea57 First commit working on optimization tools 14 years ago
Christoph Ruegg dc9c70098b Optimization: move BFGS over to Optimization namespace 12 years ago
Christoph Ruegg 54106ab6a8 Optimization: (Lazy)ObjectiveFunction base classes 12 years ago
Christoph Ruegg 37b5c1ac2a Optimization: InplaceObjectiveFunction 12 years ago
Christoph Ruegg b91d40dcaf Optimization: lambda objective functions (both greedy and lazy) 12 years ago
Christoph Ruegg 647de0031d Optimization: restore objective function CreateNew (but keep Fork as well) 12 years ago
Christoph Ruegg 38b68c3e28 Optimization: tweak IObjectiveFunction interface 12 years ago
Christoph Ruegg bf23e770de Optimization: rename Evaluation to ObjectiveFunction 12 years ago
Christoph Ruegg 2628b906a0 Optimization: first pass code style fix 12 years ago
Scott Stephens 01055c4bcb Optimization: Try design with unifed objective function/evaluation concepts 12 years ago
Scott Stephens 772bed524f Optimization: initial commit of candidate API and Newton implementation 12 years ago
bdodson 99cfdca8d0 Broyden-Fletcher-Goldfarb-Shanno optimizer 12 years ago
Christoph Ruegg 6e738ea968 Release v3.18.0 10 years ago