Closed mateuszbaran closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.77%. Comparing base (
4a52a82
) to head (4233ba7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Sure, I will update the date in changelog.
I've been debugging some issues with optimization on Hyperrectangle and noticed it lacks
max_stepsize
. Also,WolfePowellLinesearch
by default tries callingmax_stepsize
with an invalid point. If it tries to get the global maximum stepsize, it should not provide the point, and if it wants local maximum stepsize (which would make some sense), it should callmax_stepsize
before each search separately.