Is it possible to put Heuristic (starting) feasible solution into intlinprog function?
Mostrar comentarios más antiguos
It would be very helpful if user can provide help to intlinprog function via providing heuristic solution which function will use in optimization. I am asking is there possibility for something like that? As I have checked there in no option for that, but I am asking if there is possible to do some modification in code in order to allow this.
Respuestas (1)
Alan Weiss
el 2 de Mzo. de 2016
0 votos
Sorry, at the moment I believe that is not possible.
There is a chance that the following could prove useful. If you have a feasible point x1, then you can calculate the objective value g = f'*x1, and use that (or maybe g + 10*eps(g)) as an upper objective limit ObjectiveCutOff. I don't know if this will really help, but it might in some way.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
2 comentarios
Joseph McQuown
el 13 de Nov. de 2017
IntLinProj should really be able to accept an initial solution or "warm start"
Alan Weiss
el 13 de Nov. de 2017
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Linear Programming and Mixed-Integer Linear Programming en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!