GCMBO

Improving MBO using Greedy strategy & self-adaptive Crossover operator. There are two versions now.
492 descargas
Actualizado 2 nov 2021

Ver licencia

Improving Monarch Butterfly Optimization (MBO) by using Greedy strategy and self-adaptive Crossover operator. This code demonstrates how GCMBO works for unconstrained optimization (Ackley Function), which can easily be extended to solve various global optimization problems efficiently.
Two versions are provided:
GCMBO_Generation_V2.m is for a fixed number of iterations/generations.
GCMBO_FEs_V2.m is for a fixed number of Function Evaluations (FEs).

Citar como

Gai-Ge Wang (2024). GCMBO (https://www.mathworks.com/matlabcentral/fileexchange/55339-gcmbo), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Gain Scheduling en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.1

update some information

2.0.0.0

there are some bug fixes

1.0.0.0