convergence_type

Select the convergence type for JEGA methods

Specification

  • Alias: None

  • Arguments: None

  • Default: average_fitness_tracker

Child Keywords:

Required/Optional

Description of Group

Dakota Keyword

Dakota Keyword Description

Required (Choose One)

Convergence Type

best_fitness_tracker

Tracks the best fitness of the population

average_fitness_tracker

Tracks the average fitness of the population

Description

The two JEGA methods use different convergence types, which are described on their respective pages.

All the convergence types are modified by the optional keywords percent_change and num_generations.