Skip to content

Conversation

@cerrn
Copy link

@cerrn cerrn commented Jan 5, 2026

Hello,

I have implemented the Green Anaconda Optimization (GAO) algorithm based on the paper:
"Green Anaconda Optimization: A New Bio-Inspired Metaheuristic Algorithm for Solving Optimization Problems" by Dehghani et al. (2023).

Changes:

  • Added "OriginalGAO" class in "mealpy/bio_based/GAO.py"
  • Updated "mealpy/bio_based/init.py" to include the new algorithm.

Validation:

  • Implemented standard Equations (Phase 1: Mating, Phase 2: Hunting).
  • Tested locally with Sphere function and verified convergence using FloatVar bounds.

Best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant