Class NSGAIIZDT4Example

java.lang.Object
org.uma.evolver.example.base.NSGAIIZDT4Example

public class NSGAIIZDT4Example extends Object
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. Steps to run this example: 1. The algorithm will automatically load parameters from NSGAIIDoubleFull.yaml 2. The reference front is loaded from resources/referenceFronts/ZDT4.csv 3. The algorithm will run for a maximum of 25,000 evaluations 4. Results are saved to VAR.csv (variables) and FUN.csv (objectives) 5. A real-time chart shows the evolution of the Pareto front (if enabled)