RRT-based Optimizer

A new metaheuristic algorithm for global optimization called RRTO (RRT-based Optimizer) is proposed in this study.
48 Descargas
Actualizado 18 ene 2025

Ver licencia

The MATLAB files and their description are as follows:
①RRTO_Get_Functions.m
This is the twenty-three benchmark functions.
②RRTO.m
This is the core code of RRTO algorithm.
③RRTO_initialization.m
This is initialization settings of RRTO agents.
④RRTO_main.m
This is a basic test program for RRTO in the benchmark function.
I hope that this algorithm is as interesting and useful to you.

Citar como

guangjin Lai (2025). RRT-based Optimizer (https://www.mathworks.com/matlabcentral/fileexchange/169548-rrt-based-optimizer), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!

23 benchmark functions

23 benchmark functions/01_qualitative_analysis

23 benchmark functions/Friedman_test

23 benchmark functions/ablation_analysis

23 benchmark functions/stability_analysis

23 benchmark functions/time_cost_analysis

6 Constrained Optimization Problems/01Speed reducer design

6 Constrained Optimization Problems/02Car side impact design

6 Constrained Optimization Problems/03Three-bar truss design

6 Constrained Optimization Problems/04Pressure vessel design

6 Constrained Optimization Problems/05Gear train design

6 Constrained Optimization Problems/06 2D path planning

CEC2017 test suite

23 benchmark functions

Versión Publicado Notas de la versión
1.0.2

We have uploaded the experimental code.

1.0.1

Only the document title has been changed in this version.

1.0.0