enum BRKGA::PathRelinking::Type

Overview

Specifies type of path relinking. More…

#include <brkga_mp_ipr.hpp>

enum Type {
    DIRECT,
    PERMUTATION,
};

Detailed Documentation

Specifies type of path relinking.

Enum Values

DIRECT

Changes each key for the correspondent in the other chromosome.

PERMUTATION

Switches the order of a key for that in the other chromosome.