Struct nsga_temp

Struct Documentation

struct nsga_temp

Scratch Data Structures for NSGA.

Used for temporary storage for nsga-ii and -iii.

Public Members

PGAIndividual **ind_all

Individual pointer array for NSGA

PGAIndividual **ind_tmp

temporary Individual pointer array

double *medval

Used by find_median

size_t *front_sizes

Used by max_rank

double *f_min

Minima of functions for crowding

double *f_max

Maxima of functions for crowding