onegpy.problem.FunctionBank

class onegpy.problem.FunctionBank[source]

Function bank class

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
add_function(func) add function to function bank.
get_func(func_id) get a node function.
get_function_list([n_children]) get a function list from the number of children :param n_children: int.