79754868

Date: 2025-09-03 16:38:05
Score: 0.5
Natty:
Report link

You can try using the bounded method instead of golden.

method="golden" (i think method="brent" too) take a bracket as a starting guess and may sample outside it.

method="bounded" enforces bounds strictly causing all evaluations and the solution to stay in [a, b]

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mag_Amine