You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,my problem's optimal integer solution is 116,but using your algorithm is about 226,sometiomes is inf by tuning the parameters.How can I get a good solution(near the optimal solution)?Can you give me some advice?Hope for your answer,thank you very much.
I confirm your comments. The default solutions are near 226 and is far from optimum.
Using the optimizer mode (a genetic algorithm to perform mutation/crossover over a population of solutions and parameters), I get better solution (194) but always far from optimum:
baryonyx-0.5.exe -ptime-limit:120 -O double.lp
[...]
Solver finished
Best solution found: 194 in 170 loop and 14.4230481s
I will look at it in more details when I am back at the office.
Hello,my problem's optimal integer solution is 116,but using your algorithm is about 226,sometiomes is inf by tuning the parameters.How can I get a good solution(near the optimal solution)?Can you give me some advice?Hope for your answer,thank you very much.
double.zip
The text was updated successfully, but these errors were encountered: