Package org.uma.evolver.example.base
package org.uma.evolver.example.base
-
ClassesClassDescriptionClass configuring MOEA/D using arguments in the form <key, value>Class configuring MOEA/D using arguments in the form <key, value>This class demonstrates the configuration and execution of the NSGA-II (Non-dominated Sorting Genetic Algorithm II) for solving bi-objective Traveling Salesman Problem (TSP) instances.This class demonstrates the configuration and execution of NSGA-II (Non-dominated Sorting Genetic Algorithm II) for solving bi-objective Traveling Salesman Problem (TSP) instances, with additional runtime visualization.Example: Running NSGA-II on ZDT4 Problem This example demonstrates how to configure and execute the NSGA-II algorithm to solve the ZDT4 multi-objective optimization problem using the Evolver framework.