What is the kind of this algorithm;
Input : square matrix
Objective function = minimization of total movements cost of matrix based on permutative manner
Constrains : Lower and upper bound of the objective function
The optimal solution lies between the estimated lower and upper bound obtaining before beginning the permutative manner for computing the objective function of the matrix.
How does the algorithm work to reach the known feasible space? does it need a random operator?
Is this algorithm a hybrid approach of exact and metaheuristic? or what is it?