Solution repairing now is part of a ConstraintHandler class that is passed to ObjectiveFunc
It could make more sense to model solution repairing as an Operator since it works exactly like one, just applied after a regular operator is applied.
Penalties might stay as they are and the name of ConstraintHandlers could be changed to just Penalty
Solution repairing now is part of a
ConstraintHandlerclass that is passed toObjectiveFuncIt could make more sense to model solution repairing as an
Operatorsince it works exactly like one, just applied after a regular operator is applied.Penalties might stay as they are and the name of
ConstraintHandlerscould be changed to justPenalty