遗传算法工具箱 Resources

Showing items tagged with "遗传算法工具箱"

The weight optimization of BP neural networks represents an unconstrained optimization problem with real-number encoding, making it suitable for direct implementation using MATLAB's genetic algorithm toolbox. The provided code demonstrates nonlinear regression for a system with 19 input variables and 1 output variable. For adaptation to different scenarios, users need only modify the encoding/decoding functions. The implementation requires the GAOT (Genetic Algorithm Optimization Toolbox) with enhancements including optimization algorithm selection, automated parameter tuning, and parallel computation capabilities.

MATLAB 248 views Tagged

1. Attachment structure: gatbx.rar contains: (1) gatbx-origin.zip (2) gatbx-toolbox.rar (3) gatbx-example.rar. 2. Debugging was performed using MATLAB version 6.5. The gatbx-toolbox is the toolbox used during debugging - while some enthusiastic researchers have already provided this toolbox, it's reposted here because version 6.5 would generate error messages during debugging, which have been corrected in this version. To use this toolbox, simply add the gatbx and gatbxTest_fns folders from the compressed package to MATLAB's search path. Additionally, gatbx-origin is the original toolbox version provided by Sheffield University without any modifications, allowing for comparison between versions.

MATLAB 257 views Tagged