Class FuzzyRecombinationCrossover

java.lang.Object
org.uma.jmetal.operator.crossover.impl.FuzzyRecombinationCrossover
All Implemented Interfaces:
Serializable, CrossoverOperator<DoubleSolution>, Operator<List<DoubleSolution>,List<DoubleSolution>>

public class FuzzyRecombinationCrossover extends Object implements CrossoverOperator<DoubleSolution>
This class implements the Fuzzy Recombination (FR) operator for real-valued solutions. FR is a real-parameter crossover operator that uses fuzzy connectives to combine parent solutions, providing a flexible way to control exploration and exploitation.

Reference: Herrera, F., Lozano, M., invalid input: '&' Verdegay, J. L. (1998). Tackling real-coded genetic algorithms: Operators and tools for behavioural analysis. Artificial intelligence review, 12(4), 265-319.

Author:
Antonio J. Nebro
See Also: