is_gradient_free#

property ScipyOptimizer.is_gradient_free: bool#

Return True if the optimizer uses a gradient-free method.

Returns:
bool

True when self.method is one of the gradient-free scipy methods ('Nelder-Mead', 'Powell').