I solve a compiled test equation using asynchronous differential evolution.

Class Variable N The number of parallel processes to run. Leave it at None, the default, to have the number set to however many CPU cores you have.
Method __init__ Solver()
Method report Prints a one-line message about a new best candidate's values and SSE.
Method __call__ Call my instance to set up a Population full of Individuals, establish a reporting callback, and run asynchronous DifferentialEvolution.
N =
The number of parallel processes to run. Leave it at None, the default, to have the number set to however many CPU cores you have.
def __init__(self):

Solver()

def report(self, values, counter, SSE):

Prints a one-line message about a new best candidate's values and SSE.

@defer.inlineCallbacks
def __call__(self):

Call my instance to set up a Population full of Individuals, establish a reporting callback, and run asynchronous DifferentialEvolution.

API Documentation for ade, generated by pydoctor at 2022-11-17 13:13:22.