CADETProcess.optimization.Individual.dominates_m

CADETProcess.optimization.Individual.dominates_m#

Individual.dominates_m(other: Individual) bool[source]#

Determine if individual dominates other in terms of meta scores.

Parameters:
otherIndividual

Other individual

Returns:
dominatesbool

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