Function PGASetSortND
Defined in File create.c
Function Documentation
-
void PGASetSortND(PGAContext *ctx, int algo)
Set non-dominated sorting algorithm.
Description
Set the algorithm used for non-dominated sorting. Note that you need this only if performing benchmarks or if you’re suspecting a bug in the non-dominated sorting. The three algorithms (should) do the same thing. The default is the fastest. See Constants for Non-dominated sorting for the algorithm constants. More details are in section Population Replacement of the user guide.
- Parameters:
ctx – context variable
algo – constant defining the algorithm
- Returns:
None