Thanks Bob:) It works and I want to ask a bit more.
For Simulate Anneal SA, I was thinking it is an algorithm and several parameter should be particularly set for different case( initial temperature, termination criteria, cooling schedule...).
So here we can set from 1-9 to make difference. which parameter is this level 1- 9 linked to? ( initial temperature, termination criteria, cooling schedule...)
And for SA, we need an initial solution, which will be improved (accepted or rejected with some probability) during each iteration.
So with for example, option locsol_options 'annealing_level=3', I can get the solution.
Do you know how I can check the initial solution and objvalue for each interation?