Multi-Objective Optimization Engines

Top  Previous  Next

FreeFlyer supports two genetic algorithm types:

 

1.SPEA (Strength Pareto Evolutionary Algorithm)

2.NSGA (Non-Dominated Sorting Genetic Algorithm)

 

Support for SPEA and NSGA is built-in to FreeFlyer and requires no additional configuration on the part of the user.

 

NSGA is computationally simpler and efficient but may struggle with maintaining population diversity in complex problems. SPEA offers better convergence and diversity preservation but is more computationally intensive.

 

See Also


Using the Multi-Objective Optimizer

MulitObjectiveOptimizer Properties and Methods