ade.examples.voc.Runner(object)
class documentation
Part of ade.examples.voc
(View In Hierarchy)
I run everything to fit a curve to thermistor data using asynchronous differential evolution.
Construct an instance of me with an instance of Args
that has parsed
command-line options, then have the Twisted reactor call the instance when
it starts. Then start the reactor and watch the fun.
Method | __init__ | Runner(args) |
Method | shutdown | Call this to shut me down when I'm done. Shuts down my
ProcessQueue , which can take a moment. |
Method | evaluate | The function that gets called with each combination of parameters to be evaluated for fitness. |
Method | __call__ | Undocumented |
Method | run | Undocumented |
def shutdown(self):
Call this to shut me down when I'm done. Shuts down my
ProcessQueue
, which can take a moment.
Repeated calls have no effect.