选择 Resources

Showing items tagged with "选择"

Various optimization problems including Traveling Salesman Problem (TSP), postal route planning, nut assembly line sequencing, and production scheduling can be formulated as TSP instances. This MATLAB implementation utilizes genetic algorithm to solve TSP, featuring complete sub-functions for fitness calculation, selection operators, crossover operations, and mutation mechanisms with detailed code-level descriptions.

MATLAB 223 views Tagged

A Python and OpenCV implementation for selecting and processing regions of interest (ROI) from images in formats like JPG and TIFF. Includes interactive ROI selection, display functionality, and post-processing operations with algorithm explanations and code structure details.

MATLAB 238 views Tagged

Implementation of clustering analysis using genetic algorithms, including core functions such as fitness evaluation, selection operators, and crossover operations with Python/Matlab code architecture explanations.

MATLAB 227 views Tagged