stk.NullFitnessNormalizer
- class stk.NullFitnessNormalizer[source]
Bases:
FitnessNormalizer[T]Does nothing.
This normalizer just yields the molecule records passed to it, without changing them in any way.
Methods
Normalize some fitness values.
Bases: FitnessNormalizer[T]
Does nothing.
This normalizer just yields the molecule records passed to it, without changing them in any way.
Methods
Normalize some fitness values. |