mealpy icon indicating copy to clipboard operation
mealpy copied to clipboard

How to use SMO

Open khozaimi opened this issue 5 months ago • 0 comments

Hello MEALPY developers,

I noticed in the documentation/README that the Spider Monkey Optimization (SMO) algorithm is listed as part of MEALPY. However, I could not find a clear usage example. Could you clarify the following points?

  1. Which module and class should I import to run SMO? (e.g., from mealpy.swarm_based import SMO or another name?)
  2. Is there a simple example (for example, minimizing the Sphere function) similar to the GA/PSO examples in the documentation?
  3. What are the key parameters that need to be set (e.g., population size, number of epochs, leader limits, etc.)?
  4. Is there a sample notebook or script in the examples/ folder that demonstrates SMO in action?

Thank you very much for your help.

Best regards, Khozaimi

khozaimi avatar Sep 16 '25 09:09 khozaimi