Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
0.5

Klasse IntPower wurde von ConstPower, brechen die API umbenannt. Eine TermPower-Klasse wurde hinzugefügt. Ein Divisionsoperator wurde hinzugefügt. Benutzerdefinierte nary Funktionen werden jetzt zusätzlich zu unären und binären Funktionen bereitgestellt. Bewertung der Farbverläufe verwendet dazu eine Teilmenge der Variablen wurde implementiert. Dies wird für parametrisierte Funktionen mit Parametern "Konstante" neben der eigentlichen Funktionsargument verwendet. Macht Begriffe können jetzt im Exponenten, zusätzlich zu konstanten Bedingungen haben.
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.

Project Resources