List of Supported Algorithms ============================ The following nature-inspired algorithms are currently supported by :doc:`NatureInspiredSearchCV `. Use the shorthand value as the ``algorithm`` argument. If you would like to use other algorithms, or the same algorithms with different parameters, refer to :doc:`Using a Custom NiaPy Algorithm `. - *ba*, Bat Algorithm (alpha=1, betamin=1, gamma=2) - *hba*, Hybrid Bat Algorithm (A=0.9, r=0.1, Qmin=0.0, Qmax=2.0) - *fa*, Firefly Algorithm (A=0.9, r=0.1, Qmin=0.0, Qmax=2.0) - *hsaba*, Hybrid Self Adaptive Bat Algorithm (A=0.9, r=0.1, Qmin=0.0, Qmax=2.0) - *gwo*, Grey Wolf Optimizer