ade.examples.goldstein-price.GoldSteinPrice_Solver(Solver)
class documentation
Part of ade.examples.goldstein-price
(View In Hierarchy)
I solve the Goldstein-Price test equation.
You need to compile the C code first by running the following command:
gcc -Wall -o goldstein-price goldstein-price.c
Inherited from Solver:
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
Individual s,
establish a reporting callback, and run asynchronous DifferentialEvolution . |