Vel Optimization Algorithm (VOA).
Versione 1.0.0 (2,31 KB) da
praveen kumar
This program implements Vel Optimization Algorithm (VOA) for minimizing a sphere function
Explanation of the Algorithm:
- Initialization: A random population is generated within the specified bounds. Each candidate's fitness is evaluated.
- Convergence Mechanism:
- The search step size is progressively reduced (analogous to narrowing the piercing area of the Vel).
- New candidate solutions are generated around the current best solution.
- Selection: Both the new and old populations are combined, and the best individuals are retained for the next iteration.
- Boundary Handling: Ensures that all candidates remain within the defined search space.
- Termination: Stops when the step size becomes too small or the maximum iterations are reached.
This algorithm can be customized by tweaking parameters such as alpha, epsilon, or adding advanced exploration strategies.
%The main inspiration of this algorithm is extracted from kantha puranam
Cita come
praveen kumar (2025). Vel Optimization Algorithm (VOA). (https://it.mathworks.com/matlabcentral/fileexchange/177129-vel-optimization-algorithm-voa), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2024b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
VELOPTIM
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
