Let's say that a metaheuristic algorithm has three parameters: A, B and C. Let Y denote its performance metric. For example, Y is the average difference between the objective function value of the global optimum and the best solution that the algorithm finds, measured on a number of benchmarks.

If we construct a regression model, e.g. Y = c0 + c1*(A2) +c2*A + c3*B + c4*C, can we determine the values for A, B and C from the model? I know that we can get certain values for the parameters this way, but is this approach actually used in the literature and practice?

It seems fine to me, but I would like to hear other opinions. :)

More Miloš Simić's questions See All
Similar questions and discussions