Data processing | Matlab implements Lichtenberg algorithm for machine learning data selection


List of effects

1

basic introduction

Matlab Implementation of Lichtenberg Algorithm for Machine Learning Data Selection
The Lichtenberg algorithm works on both regression and classification datasets and selects the best algorithm based on volume and maximum coverage. Lichtenberg algorithm (Lichtenberg algorithm, LA) is a new type of intelligent optimization algorithm proposed by Pereira et al. in 2021. It is inspired by the physical phenomenon of lightning propagation. The algorithm is represented by Lichtenberg figure (LF). A graphic generated by simulating lightning in the air. LF is a type of fractal graph. Compared with other intelligent optimization algorithms based on physical principles, LA algorithm has the advantages of simple concept and easy implementation.

source code design

  • main program
%%%

Guess you like

Origin blog.csdn.net/kjm13182345320/article/details/131733515