relentless.optimize.AllTest#

class relentless.optimize.AllTest(*tests)#

Logic test if all specified tests return convergence.

Check if the function is determined to be converged by all of the specified convergence tests.

Parameters:

tests (args) – The ConvergenceTests to be used.

Methods

converged(result)

Check if the function is converged by all of the specified tests.

converged(result)#

Check if the function is converged by all of the specified tests.

Parameters:

result (ObjectiveFunctionResult) – The result to check for convergence.

Returns:

True if the function is converged by all tests.

Return type:

bool