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-03-02 21:14
0.1

Esta é a primeira versão. Pode compor funções usando operadores aritméticos e as funções Exp, Log e Energia. É possível calcular um gradiente em pontos específicos. É possível avaliar uma função em pontos específicos. Ele usa o código-contratos para a especificação de parâmetros válidos e valores de retorno.
This is the first version. It can compose functions using arithmetic operators and the Exp, Log, and Power functions. It can calculate a gradient at specified points. It can evaluate a function at specified points. It uses code-contracts for specifying valid parameters and return values.

Project Resources