is_gradient_free# property ScipyOptimizer.is_gradient_free: bool# Return True if the optimizer uses a gradient-free method. Returns: boolTrue when self.method is one of the gradient-free scipy methods ('Nelder-Mead', 'Powell').