Source code checked in, #16387
Implemented expression-tree evaluation and differentiation for everything, except user-defined functions
View ArticleSource code checked in, #19328
Rollback expression-system based differentiation changes, due to slow expression compilation performance. Will retry later with manual IL code generation.
View ArticleSource code checked in, #19330
Renamed "derivative" field to "adjoint" to match current algorithmic differentiation literature
View ArticleSource 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 Article