accept_strict_improvement {designit} | R Documentation |
Default acceptance function. Accept current score if and only if all elements are less than or equal than in best score and there's at least one improvement.
accept_strict_improvement(current_score, best_score, ...)
current_score |
One- or multi-dimensional score from the current optimizing iteration (double or vector of doubles) |
best_score |
Best one- or multi-dimensional score found so far (double or vector of doubles) |
... |
Ignored arguments that may be used by alternative acceptance functions |
Boolean, TRUE if current score should be taken as the new optimal score, FALSE otherwise