Documentation of 'Catalano.Evolutionary.Metaheuristics.Monoobjective.GreyWolfOptimizer' Java class
GreyWolfOptimizer
Catalano.Evolutionary.Metaheuristics.Monoobjective

Class GreyWolfOptimizer



  • public class GreyWolfOptimizer
    extends BaseEvolutionaryOptimization
    Grey Wolf Optimization (GWO). The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. References: Mirjalili, Seyedali, Seyed Mohammad Mirjalili, and Andrew Lewis. "Grey wolf optimizer." Advances in Engineering Software 69 (2014): 46-61.
    • Constructor Detail

      • GreyWolfOptimizer

        public GreyWolfOptimizer()
        Initializes a new instance of the GreyWolfOptimizer class.
      • GreyWolfOptimizer

        public GreyWolfOptimizer(int population,
                                 int generations)
        Initializes a new instance of the GreyWolfOptimizer class.
        Parameters:
        population - Number of population.
        generations - Number of generations.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.