onegpy.operators.initializer.AbstractInitializer¶
-
class
onegpy.operators.initializer.AbstractInitializer(n_in, n_out, problem)[source]¶ Abstract class of initializer
-
__init__(n_in, n_out, problem)[source]¶ Parameters: - n_in – int. the number of inputs
- n_out – int. the number of outputs
- problem – problem object. target problem.
Methods
__init__(n_in, n_out, problem)param n_in: int. the number of inputs not_changeable_warning()Attributes
func_bankn_inn_out-