Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to ask you about the tabu search code,
I can use the simulated annealing to find the minimum value of the function f (a,b)

f(a,b) =2*(a^2+b^2)+(a*b)-5*(a+b)

The answer = -5 , a =1 , b =1

But I found difficulty to writ the m. file of tabu search in matlab code to find the answer for the same function.

Regards


What I have tried:

i will be very thankful if anyone guide me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900