Relative Content

Tag Archive for pythonscipyminimize

Finding unused variables after minimizing

After minimization (Python/scipy), I would like to know how to find unused variables in the result. Here is a simple example where the third variable is left untouched. Apart comparing initial value vs result, is there a better way to identify such variable?