Description: ICA Clustering
In computer science, Imperialist Competitive Algorithm (ICA)[1] is a computational method that is used to solve optimization problems of different types. Like most of the methods in the area of evolutionary computation, ICA does not need the gradient of the function in its optimization process.
From a specific point of view, ICA can be thought of as the social counterpart of genetic algorithms (GAs). ICA is the mathematical model and the computer simulation of human social evolution, while GAs are based on the biological evolution of species
To Search:
File list (Check if you may need any files):
Simple Clustering\AssimilateColonies.m
.................\ClusteringCost.m
.................\CreateInitialEmpires.m
.................\DoRevolution.m
.................\ica.asv
.................\ica.m
.................\InterEmpireCompetition.m
.................\IntraEmpireCompetition.m
.................\mydata.mat
.................\PlotSolution.m
.................\RouletteWheelSelection.m
.................\ShareSettings.m
.................\UpdateTotalCost.m
Simple Clustering