For questions about the Moth-Flame Optimization algorithm introduced in the paper "Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm" (2015) by Seyedali Mirjalili et al.
Questions tagged [moth-flame-optimization]
2 questions
2
votes
0 answers
How are the lower and upper bound values of the moths determined in the Moth-Flame Optimization algorithm?
I am currently implementing the Moth-Flame Optimization (MFO) Algorithm, based on the paper: Moth-Flame Optimization Algorithm: A Novel Nature-inspired Heuristic Paradigm.
To calculate the values of the Moths, it uses two arrays of values, which…
user2752471
- 139
- 2
1
vote
0 answers
What is the difference between exploitation and exploration in the context of optimization?
In the paper Moth-flame optimization algorithm: A novel nature-inspired heuristic paradigm (2015, published in Knowledge-Based Systems)
The test functions are divided to three groups: unimodal, multi-modal, and composite. The unimodal functions…
user2752471
- 139
- 2