Get values of LP, heuristic and cut generation outputs

2 views (last 30 days)
I want to make 100 iterations of my algorithm and put the different milpsolutions (optimal solution) into a vector. I mean fval, LP heuristic solutions. I used this one
options = optimoptions(@intlinprog,'OutputFcn',@savemilpsolutions,'PlotFcn',@optimplotmilp)
but it plots x with output values while I want to change x with another parameters and plot the graphs because in my case x is binary.

Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!