目标函数 Resources

Showing items tagged with "目标函数"

A MATLAB library for rough set attribute reduction (contains examples, original implementation) featuring core M-file functions: TargetOptFcn.m - objective function for genetic algorithm optimization; PositiveRegion.m - computes positive region; LowerApproximation.m - calculates lower approximation; IsSub.m - determines if set A is a subset of set B; EquivalentClassSet.m - generates all equivalence classes based on R-classification (U/R); EleEquivalentSet.m - computes equivalence classes containing specific elements; DependencyDegree.m - calculates dependency degree between attributes

MATLAB 216 views Tagged

Application Background: Superpixel segmentation serves as a critical component in numerous computer vision applications including object recognition, image segmentation, and single-view 3D reconstruction. A superpixel is generally defined as a perceptually uniform region within an image.

MATLAB 203 views Tagged

Multi-population genetic algorithm implementation featuring migration operator, artificial selection operator, objective function, standard GA and multi-population GA main functions. Ideal for swarm intelligence beginners, this represents a classic algorithmic case study with practical code implementations.

MATLAB 213 views Tagged