stop_maxiter: Stop criterion: maximum number of iterations

View source: R/stop_maxiter.R

stop_maxiterR Documentation

Stop criterion: maximum number of iterations

Description

Verifies stop criterion "maximum number of iterations" for the MOEADr package. For internal use only, not to be called directly by the user.

Usage

stop_maxiter(stopcrit, iter, ...)

Arguments

stopcrit

list containing the parameters defining the stop handling method. See Section Constraint Handling of the moead() documentation for details.

iter

iterations counter of moead().

...

other parameters (included for compatibility with generic call)

Details

When this stop criterion is used, one element of the stopcrit parameter (see moead()) must have the following structure:

  • stopcrit$name = "maxiter"

  • stopcrit$maxiter, containing a positive integer representing the desired maximum number of iterations.

Value

boolean value: TRUE if this criterion has been met, FALSE otherwise.

References

F. Campelo, L.S. Batista, C. Aranha (2020): The MOEADr Package: A Component-Based Framework for Multiobjective Evolutionary Algorithms Based on Decomposition. Journal of Statistical Software doi: 10.18637/jss.v092.i06


fcampelo/MOEADr documentation built on Jan. 9, 2023, 6 a.m.