With a non-convex non-linear optimization problem, how can you increase or amplify the remaining residual to get a better answer?

The objective function or optimization problem is a minimization.

The residual is already very low - of the order of 1e-6 or 1e-10. But the solution is still far away from the known optimal solution, given that it is a lab case.

It is a sum of differences squared. So small differences are made even smaller.

How can one amplify the remaining residuals to search them still?

I thought of multiplying the residual with a large amount, like 1e6 etc to inflate it again.

Any suggestions welcome

More Brian Barnard's questions See All
Similar questions and discussions