Krzysztof Kniaz
home
software engineering
software factory concept
translation process
software
analytic hierarchy process
general matrix
levenberg-marquardt
optimization
all downloads
science
client extranet
About Me
Articles
Software Factory Development Process
Using Alchemy in Localization
Decision Making with AHP
Free Software Downloads
General Matrix Algebra
Levenberg-Marquardt.NET
Non-Linear, Quasi-Newton Optimization
Rosenbrock and Nelder-Mead .NET (C#)
Useful and Interesting Links
Contact Me
Tags
SCM
Software Factory
Alchemy
AHP
Food Marketing
Decision Making
Non Linear Optimization
Pseudo Gradient Algorithms
Numeric Algebra
Hessian
Deployment
Telelogic Synergy
Only Search kniaz.net
The General Matrix package
This assembly provides the fundamental operations of numerical linear algebra such as addition, substraction, multiplication, normalization and decomposition. This a .NET port of the JAMA package from NIST.
more...
The AHP package
Implementation the AHP model of Thomas Saaty. This version has been adapted for the agile development methodology. Instead of the separate test driver, the NUnit test classes are part of the assembly. The assembly has been compiled against the NUnit v 2.2 (1.1) or v 2.2.8 (2.0) that is contained in the lib directory.Also NAnt build file is provided (+ the project file). The NAnt file (version 0.85) compiles and tests debug and release versions of the assembly. The AHP uses GeneralMatrix.
more...
The Levenberg-Marquardt Algorithm
The .NET version of the Levenberg-Marquardt Algorithm (LMA). The LMA fits a 1 D function of x in a multidimensional parameter space (f(x) = F(a0,...,an)(x) to a set of experimentally measured data [y].
This assembly also contains set of fit test funtions that run as NUnit functions. Vstudio project file as well as the NAnt build file are also included. I'm also using the General Matrix for matrix operations.
more...
Optimization Assemblies
This assembly contains 2
non gradient
optimization routines: Nelder-Mead, Rosenbrock as well as 2
quasi-gradient methods
: Davidon - Fletcher - Powell and BCFG.
This assembly also contains set of fit test funtions that run as NUnit functions. Vstudio project file as well as the NAnt build file are also included.
more...