Skip to content

Break for loop if the optimisation works

Charlie Hoy requested to merge charlie.hoy/simple-pe:break_for_loop into main

The purpose of this MR is to break the for loop in the simple_pe.param_est.metric.scale_dx function once the optimisation works. Currently, it will continue scaling the vectors 10 times.

Merge request reports