79571763

Date: 2025-04-13 16:28:23
Score: 0.5
Natty:
Report link

Test your optimization by passing the result directly to the function

optimizee(result.x)

rather than by copying the values of result.x printed to the console into a new function call.

When the values of result.x are printed to the console, they are not printed with all significant digits and if your function is very sensitive to its inputs, you could get an unexpected result, as described above.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: grasswistle