Download List

Projeto Descrição

levmar is a robust and efficient C/C++ implementation of the Levenberg - Marquardt (LM) optimization algorithm. LM solves the non-linear least squares problem, i.e. fitting a set of m observations with a model that is non-linear in n unknown parameters (m>=n). levmar includes double and single precision LM variants, both with analytic and finite difference approximated Jacobians. It also has some support for constrained non-linear least squares, allowing linear equation and box constraints to be imposed. For problems with sparse Jacobians, the sparseLM project might be more efficient.

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.

2009-04-29 22:16 Back to release list
2.4

Um sistema de cache mais eficiente foi aplicado para calcular a harmoniza Hessian J ^ T * J e J ^ T * para as pequenas e médias problemas de minimização. O código agora garante que solucionadores lineares empregam a quantidade mínima necessária de memória auxiliar, evitando eventual excesso de atribuições. Um laço desenrolando sistema foi implementado para acelerar o cálculo de E = hx-x. A par dos problemas com alinhamento de memória em sistemas 64-bit foram corrigidos. Funções foram adicionadas para o cálculo do coeficiente de determinação. Algumas questões menores foram tratadas.
Tags: Minor
A more cache-efficient scheme was implemented for computing the approximate Hessian J^T*J and J^T*e for small-sized minimization problems. The code now ensures that linear solvers employ the minimum required amount of auxiliary memory, avoiding occasional over-allocations. A loop unrolling scheme was implemented for speeding up the computation of e=x-hx. A couple of issues with memory alignment on 64-bit systems were fixed. Functions were added for the computation of the coefficient of determination. A few minor issues were dealt with.

Project Resources