Explore Mealpy optimizer subpackages
masterMealpy organizes its optimization algorithms into several specialized subpackages based on their underlying principles. You can find specific algorithms within these categories:
mealpy.bio_based: Bio-inspired algorithms.mealpy.evolutionary_based: Evolutionary algorithms.mealpy.game_based: Game-theory based algorithms.mealpy.human_based: Human-behavior inspired algorithms.mealpy.math_based: Mathematical-based algorithms.mealpy.music_based: Music-inspired algorithms.mealpy.physics_based: Physics-based algorithms.mealpy.sota_based: State-of-the-art algorithms.mealpy.swarm_based: Swarm intelligence algorithms.mealpy.system_based: System-based algorithms.mealpy.utils: Utility functions and helpers.