mealpy
mealpy copied to clipboard
How to use SMO
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?
- Which module and class should I import to run SMO? (e.g., from mealpy.swarm_based import SMO or another name?)
- Is there a simple example (for example, minimizing the Sphere function) similar to the GA/PSO examples in the documentation?
- What are the key parameters that need to be set (e.g., population size, number of epochs, leader limits, etc.)?
- 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