Curve fit: "No constraints active or violated"

Dear Igor users, I have a question about curve fitting with constraints. I have this message but I don't find this meaning in the book:
Fit converged properly
--Curve fit with constraints--
<b>No constraints active or violated<b>
<pre><code class="language-igor">

Thanks for your help.
Sébastien
It means that the fit you did uses constraints, but the coefficients that were arrived at as the solution are within the constraint boundaries. If a coefficient winds up at the constraint boundary, then the constraint is "active" meaning that the value is a consequence of its having been constrained, and is not the the optimal value. If a coefficient winds up outside the constraint boundary, then it "violates" the constraint. This should only happen when you have two constraints and they conflict.

There is one case in which you might do a fit with constraints without knowing that you did it: the Gauss2D built-in fit function applies a constraint to the "cor" coefficient to keep it within the -1 to 1 range for which it is defined.

John Weeks
WaveMetrics, Inc.
support@wavemetrics.com