enum BRKGA::PathRelinking::Selection

Overview

Specifies which individuals used to build the path. More…

#include <brkga_mp_ipr.hpp>

enum Selection {
    BESTSOLUTION,
    RANDOMELITE,
};

Detailed Documentation

Specifies which individuals used to build the path.

Enum Values

BESTSOLUTION

Selects, in the order, the best solution of each population.

RANDOMELITE

Chooses uniformly random solutions from the elite sets.