check_stop_criteria: Stop criteria for MOEA/D

View source: R/check_stop_criteria.R

check_stop_criteriaR Documentation

Stop criteria for MOEA/D

Description

Verifies stop criteria for the MOEADr package.

Usage

check_stop_criteria(stopcrit, call.env)

Arguments

stopcrit

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

call.env

List vector containing the stop criteria to be used. See moead() for details.

Details

This routine is intended to be used internally by moead(), and should not be called directly by the user.

Value

Flag keep.running, indicating whether the algorithm should continue (TRUE) or terminate (FALSE).

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.