CADETProcess.optimization.Individual.dominates

CADETProcess.optimization.Individual.dominates#

Individual.dominates(other)[source]#

Determine if individual dominates other.

Parameters:
otherIndividual

Other individual

Returns:
dominatesbool

True if objectives of “self” are not strictly worse than the corresponding objectives of “other” and at least one objective is strictly better. False otherwise