Download List

Projeto Descrição

AutoDiff.NET is a pure .NET library that allows a developer to easily compose functions symbolically and then automatically calculates the function's value and gradient at any given point. It can be very useful in conjunction with a gradients-based optimization library. It has been tested to work on Mono 2.10 on Linux and on .NET4 on Windows.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-01 09:57
0.5

A classe IntPower foi renomeada de ConstPower, quebrando o API. Foi adicionada uma classe TermPower. Um operador de divisão foi adicionado. Nary funções definidas pelo usuário agora são fornecidas para complementar as funções unário e binário. Avaliação de gradientes usando um subconjunto das variáveis foi implementada. Isso é usado para funções com parâmetros tendo "constantes" parâmetros para complementar o argumento da função real. Termos de poder agora podem ter termos no expoente, além de constantes.
The IntPower class has been renamed from ConstPower, breaking the API. A TermPower class was added. A division operator was added. User defined nary functions are now provided in addition to unary and binary functions. Evaluation of gradients using a subset of the variables was implemented. This is used for parameterized functions having "constant" parameters in addition to the actual function argument. Power terms can now have terms in the exponent, in addition to constants.

2011-08-09 07:11
0.4 08/08/2011

Diferenciação bugfixes. Corrige um bug com o fracasso do método TermUtils.Differentiate do contrato. Correções de diferenciação para funções que consistem em simplesmente uma variável.
Tags: Minor
Differentiation bugfixes. Fixes a bug with the TermUtils.Differentiate method's contract failure. Fixes differentiation for functions that consist of simply a variable.

2011-06-11 06:14
0.4

Funções definidas por usuário unário e binário.
User-defined unary and binary functions.

2011-04-04 08:37
0.3

Reverse-AD modo, amostras e correções de bugs.
Reverse-mode AD, samples, and bugfixes.

2011-03-09 19:00
0.2

Unidade-testes foram escritas e bugs foram corrigidos. Todos os métodos públicos foram documentadas e um arquivo de ajuda foi gerado.
Unit-tests were written and bugs were fixed. All public methods were documented and a help file was generated.

Project Resources