Source code checked in, #96781ffbb6fd
Added capability to compile and differentiate arbitrary IList<T> objects instead of only arrays
View ArticleSource code checked in, #3c260654533a
Removed old tests project. Will migrate all tests to NUnit
View ArticleSource code checked in, #f7101e4e460e
Code cleanup - Remove redundant class (existed before performance optimizations prior to v1.0) - Fix contract classes to be abstract - Make a field private
View ArticleSource code checked in, #9ca3d816b0df
Folder structure changes - moved the core library to the "core" folder
View ArticleSource code checked in, #3b65828053ce
Removed "perftest" project. It does not represent performance testing well. We will write a new one based on NUnit
View ArticleSource code checked in, #f1a0e6ff9b3393751842953437601ecea13ae928
Made TermPower serializable #1575
View ArticleSource code checked in, #f670d1ba903844b00ba32b274be7d64c741dd1ab
Upgraded to nunit 2.6.3
View ArticleSource code checked in, #7db54b845965d0a1b338198847c833330266df11
Removed redundant references from AutoDiff
View ArticleSource code checked in, #c4abc9fcdcdc3700d70a1222cad68688068e6e03
Small change in Autodiff.NMath to allow it to reference any version of NMath
View ArticleSource code checked in, #c7050fa639919d8d895a96050a6cc33fb350d542
Configured solution for package restore.
View ArticleSource code checked in, #d8799882919c8c9d24bfaaa2d6ff727d85d1ff59
Added capability to fill a gradient array from non-parametric differentiator.
View ArticleSource code checked in, #7d7e8802859037a72e74ba010dd5ff0bdaae1edd
Added benchmark to the solution. Will modify it to more easily print results and use it to ensure that we did not hurt performance of future releases.
View ArticleSource code checked in, #f877601196fc3f34dd99aa9d71da11c8f9564f23
Improved autodiff-benchmark so that it produces results in CSV and runs under .NET 4.5.2 for better performance measurement on modern platforms.
View ArticleSource code checked in, #a5ca3154797e26f9dcc2a31215002f71a5229290
Now we do not benchmark manual differentiation (as it i snot interesting) and instead of waiting a constant amount of time to ensure GC, we now use the .NET API to ensure that GC has happened.
View Article