Home
last modified time | relevance | path

Searched refs:inWrappedFunc (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-deap/deap-1.3.1/examples/gp/ant/
H A DAntSimulatorFast.hpp36 void run(PyObject* inWrappedFunc);
H A DAntSimulatorFast.cpp197 void AntSimulatorFast::run(PyObject* inWrappedFunc){ in run() argument
200 PyObject_CallFunctionObjArgs(inWrappedFunc, NULL); in run()