/csmpfit

A Least Squares Optimization Library in C#

Primary LanguageC#

NuGet NuGet Join the chat at https://gitter.im/cureos/csmpfit

Project Description

A C# port of the C-based mpfit Levenberg Marquardt solver at Argonne National Labs, including desktop .NET (2.0 and higher), .NET Standard 1.0 and 2.0 libraries.

Credits

csmpfit is based on the following IDL and C mpfit libraries:

Details: Levenberg-Marquardt nonlinear optimization library
Website: http://www.physics.wisc.edu/~craigm/idl/idl.html
License: Public
Credit: B. Garbow, K. Hillstrom, J. More' (Argonne National Laboratory, MINPACK project, March 1980), C. Markwardt (Enhancements and packaging) S. Moshier (ported from Fortran to C)

Additional Acknowledements

csmpfit was developed in collaboration with researchers at the Virtual Photonics Technology Initiative. This work was made possible in part by the Laser Microbeam and Medical Program (LAMMP: P41 RR01192), an NIH/NCRR National Biomedical Technology Center.

The MIT License (MIT)

Copyright (c) 2011-2022 David J. Cuccia, Ph.D., Anders Gustafsson, Ph.D.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.