Bug fix for the frame order grid search - the non-linear grid search is now performed.
Previously the minfx.grid.grid() function was being used, causing the custom grid to be ignored.
Now minfx.grid.grid_point_array() is being used allowing the non-regular grid to be used.