Home | Trees | Indices | Help |
|
---|
|
object --+ | FFWrapper.FitnessTransformation --+ | FFWrapper.GlueArguments
f = cma.FF2.GlueArguments(cma.fcts.elli, cond=1e4)
>>> import cma >>> f = cma.FF2.GlueArguments(cma.fcts.elli, cond=1e1) >>> f([1, 2]) # == 1**2 + 1e1 * 2**2 41.0
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
fitness_function must be callable (e.g. a function
or a callable class instance)
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 3 01:17:17 2015 | http://epydoc.sourceforge.net |