Download List

프로젝트 설명

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

IntPower 클래스의 API를 침입 하는 Constpower에서 이름이 바뀐. TermPower 클래스 추가 되었습니다. 나누기 연산자 추가 되었습니다. 이제 사용자 정의 nary 함수 단항 및 이진 함수 외에 제공 된다. 변수의 하위 집합을 사용 하 여 그라디언트의 평가 구현 되었습니다. 이 매개 변수가 있는 함수를 실제 함수 인수 외에 "상수" 매개 변수를 데 사용 됩니다. 전원 용어는 상수 외에 지 수에 용어를 가질 이제 수 있습니다.
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

차별화 버그수정. TermUtils.Differentiate 방식의 계약 실패와 버그를 해결합니다. 단순히 변수로 구성 기능에 대한 수정의 차별화.
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

사용자 정의 단항 및 이진 기능을합니다.
User-defined unary and binary functions.

2011-04-04 08:37
0.3

모드 광고, 샘플, 그리고 버그수정이 역방향.
Reverse-mode AD, samples, and bugfixes.

2011-03-09 19:00
0.2

단위 테스트가 작성되었습니다 버그가 수정되었습니다. 모든 공중 방법은 문서화되었습니다 도움말 파일이 생성되었습니다.
Unit-tests were written and bugs were fixed. All public methods were documented and a help file was generated.

Project Resources