Skip to content

Conversation

@RexeneLee
Copy link

Closes #263

📑 Description

This Pull Request adds the Red Fox Optimization (RFO) algorithm to the Mealpy library as a new swarm-based optimizer.

The implementation strictly follows Mealpy’s optimizer architecture and coding conventions to ensure full compatibility with existing swarm-based algorithms.

Key highlights:

  • New optimizer implemented: OriginalRFO
  • Integrated under mealpy/swarm_based
  • Exported properly via __init__.py
  • Unit test added for basic functionality verification

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

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.

Add Red Fox Optimization (RFO) algorithm to Mealpy

1 participant