public static BetterFeasibleFitness ( bool oldFeasible, bool newFeasible, double oldFitness, double newFitness ) : bool | ||
oldFeasible | bool | Feasibility of old candidate solution. |
newFeasible | bool | Feasibility of new candidate solution. |
oldFitness | double | Fitness of old candidate solution. |
newFitness | double | Fitness of new candidate solution. |
Résultat | bool |