jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.
64 stars 34 forks source link

Int encoding, crossover and mutation operators #9

Closed E-Alharbi closed 5 years ago

E-Alharbi commented 5 years ago

1- Integer encoding. 2- Integer encoding for problems that need none repeated numbers such as TSP problem. 3- Order Crossover (OX). 4- Position-Based Crossover.
5- Inversion Mutation. 6- Insertion Mutation.