Null Fitness Normalizer

class NullFitnessNormalizer[source]

Bases: FitnessNormalizer

Does nothing.

This normalizer just yields the molecule records passed to it, without changing them in any way.

Methods

normalize(population)

Normalize the fitness values in population.

normalize(population)[source]

Normalize the fitness values in population.

Parameters:

population (tuple of MoleculeRecord) – The molecules which need to have their fitness values normalized.

Yields:

MoleculeRecord – A record with a normalized fitness value.